Using .NET dll in VC++ 6.0

  • Thread starter Thread starter Zubair
  • Start date Start date
Z

Zubair

Hi,
I need to use .NET dll in my VC++6.0 application in NT machine where
..NET frame work is not installed. How do i do that?
Is it possible to use .NET dll without .NET frame work?
If yes, then could you please tell me what are the steps involved in
it? or any sample program available.

Thanks,
Zubair
 
Hi,
Is it possible to use .NET dll without .NET frame work?
Nope.

If yes, then could you please tell me what are the steps involved in
it? or any sample program available.

COM interop would be the easiest way. You could also host the .NET runtime
from your VC++ application with .NET Cor* APIs. Please ask about the details
in the framework.clr and/or framework.interop newsgroups.
 
Back
Top