If you want to run managed code in MFC, you ^should^ be able to turn on
the /CLR switch and then compile your code (you might have to indicate which
areas are managed and which are unmanaged code). The C++ compiler should
handle the rest.
"dotnetchic " <dotnetchic@gma il.com> wrote in message
news:1138807504 .598353.44600@z 14g2000cwz.goog legroups.com...[color=blue]
> Is it possible to execute a managed code dll from a VC6 mfc app? Using
> afxLoadLibrary on the c++ side, how to handle it on c# side?
>[/color]
Comment