Hi,
i'm building a dll (with MFC) wich i need to call it from another language.
I declare it in this way
long __declspec(dllexport) __stdcall cfinterfase(CString h);
in the body of the function i need to concatenate 2 string 1 is the argument.
so i do this
long __declspec(dllexport)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.