c++, visual basic, framework .. newbie question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm using an application written in c++. I want to modify it.. I have some code written in visual basic to connect to an OPC-server. How do I modify the c++ app to use vb app? Is there something I have to do in .NET and/or is there something I have to write in the code

Thank you!
 
The c++ app is using MFC.. Is it as easy as just putting all the MFC c++ code and the vb code into .NET Framework? What kind of project should I use? (sorry if the question is kind of stupid)
 
Back
Top