Hello folks,
I have a C++ Dll , which returns a string . The test application crashes after it displays the string. I have the same problems if I use vector<string> or even if I try to pass the string as reference, although a return type of char* or vector<string>* works fine. Since the dll...
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.