I am developing a C++ windows application with Qt and I want to know if it's possible to use RTI DDS in Qt for windows.I have used RTI DDS in visual studio with no problem, but in Qt, it has some linker errors which I couldn't resolve by adding all the library files.
Has anybody used RTI DDS in C++ windows applications without Visual Studio?
Hello,
It shold work fine.. are you using the same compiler that the Visual Studio IDE would? I am not an expert with QT.. I am wondering if Qt is built using cygwin or something like that...
Can you post the error log?
Best,
Gianpiero
I'm currently dealing with this same issue. I built static libraries for my DDS functions using visual studio 2010 and then tried to link to them in QtCreator with no luck. QtCreator is set to also use Visual Studio 2010. Compiler output from QtCreator is copied below: