have a look at:
http://www.qtcentre.org/threads/3041...gin-with-msvc?
have a look at:
http://www.qtcentre.org/threads/3041...gin-with-msvc?
I read the post you suggested and I'm getting ready to compile the QWT on MSVC2008 but I still have some questions to summarize:
1 - QT SDK is then compiled with MSVC? (I guess so since it takes that plugins must be compiled with MSVC)
2 - If on Visual Studio 2008 Express (http://www.microsoft.com/express/Downloads/) I install the plugin for QT (http://qt.nokia.com/downloads/visual-studio-add-in ) should be easier to compile the QWT library ?
Thanks and sorry if boring ;-) ?
It works .
I could compile the library QWT5.2.1 with Microsoft Visual C 2008.
I just had to modify the BAT file for setting environment variables of VisualC so it knew where I installed the QT.
The filename is "C: \ Program Files \ Microsoft Visual Studio 9.0 \ Common7 \ Tools \ vsvars32.bat"
After that I copied the qwt_designer_plugin5.dll plugin I created to the folder C: \ Qt \ 2010.02.1 \ bin \ and qtw5.dll to the SDK \bin folder.
Now I can see the QWT widget in the designer .
Now I just have to figure out where I must put the header files and try to compile my code .
Thanks to ALL![]()
Bookmarks