B
bonk
I have a set of unmanaged c++ classes that internally need to use
managed classes (WPF formerly know as "Avalon") but I do not want to
compile the whole MFC project with the /clr switch. What options do I
have in that case? Could I
a) swap out all the classes that need to use managed classes into its
own dll and compile ONLY that one with the /clr switch ?
b) compile the whole project with the /clr switch but force certain
classes not to compile to managed code ?
Is both possible ? Ifg sou you could you give me some hints on how to do
it ? Do you see any other options ?
managed classes (WPF formerly know as "Avalon") but I do not want to
compile the whole MFC project with the /clr switch. What options do I
have in that case? Could I
a) swap out all the classes that need to use managed classes into its
own dll and compile ONLY that one with the /clr switch ?
b) compile the whole project with the /clr switch but force certain
classes not to compile to managed code ?
Is both possible ? Ifg sou you could you give me some hints on how to do
it ? Do you see any other options ?