Search results for query: *

  1. N

    C++ string marshalling

    Hello, I am a newbie to .Net programming, but here it goes.. There is a native C++ .DLL which i developed as a wrapper around a VB .Net assembly. In the C++ DLL there is an exported function: __declspec(dllexport) int __stdcall MyFunc(char *str1,char *str2) which calls a function inside the...
Back
Top