Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everyone,
I have a requirement wherein I need to call C++ DLL from a C# application. The C++ DLL takes a string array as one of the parameters, which should get filled inside the DLL and should return to C# application. Can anyone please explain me the syntax I need to use in both C# and C++ and any compiler specific settings. I'm using VS2008.

Thanks in advance.
Santu
Posted
Updated 15-Jun-10 21:53pm
v2

1 solution

This[^] might be useful for you. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900