Click here to Skip to main content
15,888,461 members

Comments by mohammad hasani (Top 2 by date)

mohammad hasani 1-Jun-21 12:36pm View    
Thank you I'll try that
mohammad hasani 1-Jun-21 8:35am View    
Thank you for your response.
I'm using a DLL which is accepting an object of this class 'base::string'.
and I can't change the DLL to accept char* instead of base::string.
I'm importing the DLL in my C# code and I need to pass an object of base::string to the function otherwise It's going to throw an AccessViolation Exception.
The code above is the header for base::string which is implemented in the DLL.