G Guest Sep 17, 2007 #1 Is there a problem linking a .net C++ dll that relies on .net framework with an application that is developed and compiled in VS6 C?
Is there a problem linking a .net C++ dll that relies on .net framework with an application that is developed and compiled in VS6 C?
S Sheng Jiang[MVP] Sep 18, 2007 #2 You can not generate managed code using VC6. You can, however, expose COM interfaces from your managed code and use the interfaces in VC6.
You can not generate managed code using VC6. You can, however, expose COM interfaces from your managed code and use the interfaces in VC6.