Using /clr on qt
-
wrote on 7 Sept 2011, 09:46 last edited by
hi to everyone i am programming on qt in vs2008
i want to use a c# dll
so i should use /clr
when is set /clr it get me this error
how can i solve that?
@.\newqtfinger.cpp(6) : fatal error C1113: #using failed on 'c:\users\sazgar\documents\visual studio 2008\projects\new qt finger\new qt finger\zkemkeeper.dll'@
i set /clr to sta but it does'nt have any differences
what should i do? -
wrote on 7 Sept 2011, 11:11 last edited by
or is there any way i could use c# dll in qt?
-
wrote on 7 Sept 2011, 11:27 last edited by
I think you should just link the library with your project and include the header file.
-
wrote on 7 Sept 2011, 11:38 last edited by
the problem is i don't have any header file and the dll is for C#
if i can use /clr i can do that
but i think qt has problem with /clr -
wrote on 7 Sept 2011, 12:22 last edited by
can i use active qt?how?
-
wrote on 7 Sept 2011, 13:50 last edited by
[quote author="kitten" date="1315398134"]can i use active qt?how?[/quote]
I think, activeqt does not help you...
Tell me, what distinguishes library c# from other library? Are you written this library? Does open source code this lib?
6/6