Visual C++ 6.0 code import ? HELP

  • Thread starter Thread starter BARIS GOKBUDAK
  • Start date Start date
B

BARIS GOKBUDAK

Hi,I have 2 classes that are written in pure C++.
They use several iostream functions and file operations.
They are coded under Visual Studio 6.0
I want to make a user interface for these 2 classes using Visual C#.
But I cannot use these 2 classes from .NET environment.
How can I do that ?
I try to make DLLs Coms etc. but it gives errors because of iostream etc.
Please help me.
 
Baris.... My general approach would be to learn ATL COM and put your
application logic in the COM dll. You can then call the dll from C#/MFC/
JavaScript etc. This is the Model - ViewController or ENGINE-INTERFACE
approach.

Regards,
Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top