Vultu @vultumast.dev · Jan 14

FINALLY jfc. I had so many issues getting the calling convention to work I have to manually specify decorated names

10 likes 1 replies

?

Replies

Substitute · Jan 18

You really shouldn’t need to specify decorated names if you’re using the same compiler as the library you are proxying. You can also probably proxy the system library version.dll which only has C linkage exports. I made a template for this a few years ago here: github.com/SubstituteR/...