.Net through COM
C / C++ / MFC
3
Posts
2
Posters
1
Views
1
Watching
-
Hi, I am new to .Net. Is it possible to use (third-party Non-Visual).Net components in VC 6.0 (MFC) application ? (using COM ?) Thanks in advance
-
Hi, I am new to .Net. Is it possible to use (third-party Non-Visual).Net components in VC 6.0 (MFC) application ? (using COM ?) Thanks in advance
-
please be clear. do you want to use a component that is developed in dotnet in vc 6.0 or vice versa?
Hi,Thanks for the reply The component i wish to use is developed using .Net. But my project is in VC 6.0 MFC. So is there any possibility to use that .Net component in my VC 6.0 project by writing a COM wrapper for that .Net component or some other way ? Hope this is clear