when is want to build my program, i see muliple error that related to the rti
QT
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,how should I modify the .pro file to make rti DDS run successfully?
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?