DLL created with Qt used in VC++
-
I have created some DLL in Qt using MSCV 2012 64bit.
The DLL use Qthreads, signals and slots. So I added an instance of QCoreApplication in the dll.
Everyting works ok if I use C# or python. However, if I use Visual C++, the timers don't work, and I guess the threads do not work either.
Any help would be apreciated.
-
U mean to say u r using the exported class in VC ?. It shud not matter. It shud work as is. I have used thread earlier. I remember it working. I have not used timers.