Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
kindly help.. >> i have all the coding in c++ of an application , but the forms are created in visual studio 2010 ... how can i be helped such that i input in c++ and retrieve result in c# app ..
Posted

1 solution

Use C++/CLI for the forms and then you will not have a problem. Alternatively make your C++ code into a library which you can access from the C# code via COM, or P/Invoke[^].
 
Share this answer
 
v2

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