Hi, We have created a plug-in for qt-creator IDE using the Qt SDK for windows (MinGW).
We have followed the following compilation process. 1) Compile Plug-in DLL in debug mode a. Compile the qt-creator source in debug mode b. Refer the qt-creator build and src build tree in the .pro file c. Compile the plug-in DLL in debug mode and copy to the qt-creator location (compiled in debug mode) d. Plug-in successfully loads and we are able to execute our testing. 2) Compile Plug-in DLL in release mode - copy the DLL to the qt-creator location(qt sdk default qt-creator location) a. Compile the qt-creator source in release mode b. Refer the qt-creator build and src build tree in the .pro file c. Compile the plug-in DLL in release mode and copy the DLL to the qt-creator installation location (This is the location in which qt-creator along the qt-sdk for windows gets installed) d. Plug-in not loading successfully e. We get the following error. i. Incompatible library Expected Windows msvc release full config, got Windows mingw release full config 3) Compile Plug-in DLL in release mode using msvc2008- copy the DLL to the qt-creator location(qt sdk default qt-creator location) a. Compile the qt-creator source in release mode b. Refer the qt-creator build and src build tree in the .pro file c. Compile the plug-in DLL in release mode and copy the DLL to the qt-creator installation location (This is the location in which qt-creator along the qt-sdk for windows gets installed) d. Plug-in not loading successfully e. We get the following error. i. Cannot load library. The specified procedure could not be found Request to help us in compiling the plug-in in release mode so that we can provide our DLL as release versions which will run both in Windows / Linux paltforms. With regards Srivathsan R
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
