Quote Originally Posted by jacek
Try putting those functions in extern "C" block.
with extern "C" and __declspec(dllexport) __stdcall I receive the desired named assignment...

thx