G
Guest
My first attempt to convert a fairly complex C++ project to MC++ using the
/clr switch has several problems. The source compiles fine (with deprecated
warnings of course). The linker emits several LNK4248 messages all related
to _IMAGELIST and _TREEITEM. When I try to execute the application, a dialog
popups saying, "An unhandled exception of type 'System.MissingFieldExcepton'
occured in Unknow Module."
So,
1) How do I fix the LNK4248 messages (I would have thought the compiler
would have known about MS structures).
2) How do I even begin to unravel the fatal runtime error?
3) Does the usage of 3rd party COM objects of itself yield problems using
the /clr switch?
Thanks for any help
/clr switch has several problems. The source compiles fine (with deprecated
warnings of course). The linker emits several LNK4248 messages all related
to _IMAGELIST and _TREEITEM. When I try to execute the application, a dialog
popups saying, "An unhandled exception of type 'System.MissingFieldExcepton'
occured in Unknow Module."
So,
1) How do I fix the LNK4248 messages (I would have thought the compiler
would have known about MS structures).
2) How do I even begin to unravel the fatal runtime error?
3) Does the usage of 3rd party COM objects of itself yield problems using
the /clr switch?
Thanks for any help