Tagged Questions

3
votes
3answers
577 views

declspec and stdcall vs declspec only

I'm a new person to C++ dll import topic and may be my question is very easy but I can not find it on google. I have a very simple C++ win32 dll: #include <iostream> using namespace std; ...