Using a .net DLL in a Visual C++ 6.0 project ...

  • Thread starter Thread starter nobs
  • Start date Start date
N

nobs

Is this possible?

We have a application in Visual 6.0 and i want to add some
functionality.

is it possibly to code it in .net and use it in a native c++/MFC
project?
or is it easier just to code it in c++.

regards Norbert
 
nobs said:
Is this possible?

We have a application in Visual 6.0 and i want to add some
functionality.

is it possibly to code it in .net and use it in a native c++/MFC
project?
or is it easier just to code it in c++.

regards Norbert
You can do it using .Net Interop, but if you are sure that it will be
used in C++/MFC, it probably makes more sense to do it in C++ , the
unmanaged world.

HTH.

JW
 
Back
Top