hi there
i want to create a dll with MS VC 2008 which i want to use in a Qt project
I started with the project wizard and followed the guidelines here http://msdn.microsoft.com/en-us/libr...(v=vs.90).aspx
when i include it in my qt project i get this linker error Error 48 fatal error LNK1302: only support linking safe .netmodules; unable to link ijw/native .netmodule
it looks like it is related to the common language runtime compilation http://msdn.microsoft.com/en-us/libr...(v=vs.90).aspx
since i cannot compile a qt project with the clr:safe option, how can i compile my dll project to make it working with Qt?
thanks much
Bookmarks