G
Guest
I'm trying to add some CLR code to a legacy VC6.0 code. I've compiled with
the 3005 compiler and eliminated the conflicts in debug mode. Adding the
/CLR option and compiling in release mode has not been successful.
As a test, I built a wizard generated mfc application using doc.view. It
complies without .clr just fine. Switching to /clr for the whole project
generates 8 link warnings, LNK4248.
When I try to compile only one module with /clr (which is what I would like
to do with the legacy app), I get 33 warnings of C4744 and 4 warnings of
LNK4248.
Again, this is with code generated by the mfc wizard. What gives? Am I to
ignore the warnings?
the 3005 compiler and eliminated the conflicts in debug mode. Adding the
/CLR option and compiling in release mode has not been successful.
As a test, I built a wizard generated mfc application using doc.view. It
complies without .clr just fine. Switching to /clr for the whole project
generates 8 link warnings, LNK4248.
When I try to compile only one module with /clr (which is what I would like
to do with the legacy app), I get 33 warnings of C4744 and 4 warnings of
LNK4248.
Again, this is with code generated by the mfc wizard. What gives? Am I to
ignore the warnings?