i have to call c# dll, so need to compile qt use /clr,but it's do't ok,holp somebody help me ,thanks.
Printable View
i have to call c# dll, so need to compile qt use /clr,but it's do't ok,holp somebody help me ,thanks.
Isn't it enough to compile just the application with /clr (you should have mentioned that you use the MS C++ compiler)?
As it is stated on this page the /clr option "enables applications and components to use features from the common language runtime (CLR)".
As Qt itself doesn't use CLR features it should not be necessary to compile Qt with /clr option.