I've got few questions, I wan't to use the MarbleWidget in a Qt application in Visual Studio.<br><br>Did i have to compile the source myself with Visual Studio or the marble-setup-1.1.0.exe for windows is enought to use it in a Qt application in Visual Studio ?<br>
<br>I install marble-setup-1.1.0.exe for windows and find the include folders with MarbleWidget.h in c:/programs files/KDE Marble/Include. Then I try to use it like in this : <a href="http://techbase.kde.org/Projects/Marble/MarbleCPlusPlus">http://techbase.kde.org/Projects/Marble/MarbleCPlusPlus</a><br>
<br>But i still got some link error :<br><br><br><br>So i try to build Marble with Visual like in this :<br><br><a href="http://techbase.kde.org/Projects/Marble/WindowsCompiling">http://techbase.kde.org/Projects/Marble/WindowsCompiling</a><br>
<br>But i got a problem with the command :<br><br>cmake -G "NMake Makefiles" -DQTONLY=ON -DCMAKE_INSTALL_PREFIX=C:\marble-tmp && nmake && nmake install<br><br>got an error at <br clear="all"><br>
[ 53%] Building CXX object src/lib/CMakeFiles/marblewidget.dir/MarblePlacemarkMo<br>del.obj<br>MarblePlacemarkModel.cpp<br>[ 53%] Building CXX object src/lib/CMakeFiles/marblewidget.dir/GeoDataTreeModel.<br>obj<br>GeoDataTreeModel.cpp<br>
C:\MarbleSource\src\lib\GeoDataTreeModel.cpp(388) : error C3861: 'beginResetMode<br>l': identifier not found<br>C:\MarbleSource\src\lib\GeoDataTreeModel.cpp(390) : error C3861: 'endResetModel'<br>: identifier not found<br>
C:\MarbleSource\src\lib\GeoDataTreeModel.cpp(396) : error C3861: 'beginResetMode<br>l': identifier not found<br>C:\MarbleSource\src\lib\GeoDataTreeModel.cpp(398) : error C3861: 'endResetModel'<br>: identifier not found<br>
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2.0\VC\bin\cl.exe' : return code<br>'0x2'<br>Stop.<br>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN<br>\nmake.exe"' : return code '0x2'<br>
Stop.<br>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN<br>\nmake.exe"' : return code '0x2'<br>Stop.<br><br>Any Help ?<br><br>thx a lot !<br><br>-- <br>Cordialement MoZo<br>
<br>