LPSTR in managed c++

Hi, I am new with managed C++.

I need to write a dll in a managed c++ wrapper

String* GetResponse(String* response)
{
// calling SendResponse()
}

for a dll with a function declaration
LPSTR SendResponse( LPSTR strResponse );

I have trouble writing this mc++ wrapper function passing parameters between String* and LPSTR. any help will be very much appreciated.
Topic archived. No new replies allowed.