PDA

View Full Version : qt and c#



yunpeng880
3rd April 2009, 09:16
how make a c# component for qt?
thanks

QPlace
3rd April 2009, 14:25
1. Use COM. Expose C# component as COM ActiveX and use it in QT
2. Package C# as dll and call it either directly or through Qt plugins

yunpeng880
8th April 2009, 08:01
1. Use COM. Expose C# component as COM ActiveX and use it in QT
2. Package C# as dll and call it either directly or through Qt plugins

how to use qt# on windows?
i do't compile qt# use mingw32 and vc++,how to compile qt# on windows?
thanks