Tagged Questions
2
votes
1answer
1k views
Writing naked functions with custom prolog and epilog code in Visual Studio
I'm writing some plugin code in a dll that is called by a host over which I have no control.
The host assumes that the plugins are exported as __stdcall functions. The host is told the name of the ...