User: smiley325

  • Public profile

User profile: smiley325

User info
User name:smiley325
History
Joined:
Number of posts:4
Latest posts:

DLL and Name Mangling
Yes I know, what I'm trying to say is extern "C" nvmlReturn_t __declspec(dllimport) nvmlInit(...); w...

DLL and Name Mangling
__declspec(dllimport) decorates the name to __imp__nvmlInit (two underscores) which is not what I w...

DLL and Name Mangling
I have a third-party LIB which has symbols exported as plain C/cdecl, so for example dumpbin.exe /SY...

Order of operations
Hi C++ forum: Recently I ran into a very strange error. I have a class with overloaded operator = a...

This user does not accept Private Messages