Posts tagged 'vc-2008'
Qt/Windows & VC++ 2008 Express - Part1
In this part I'll show how to build Qt4 with MS Visual C++ 2008 (9.0) Express ( yes, it out there
) :
Requirement:
- MS Visual C++ 2008 (9.0) Express
- Qt/Windows Open Source Edition (.Zip version )
Steps:
- decompress the file to folder of your choose let refer it as QtSource e.g:
- C:\QtSource\
Update: From "Visual Studio 2008 Command Prompt":
- now execute "configure.exe" , to prepare the source
- C:\QtSource> configure
- C:\QtSource> configure
- now run 'nmake" command , to compile the source ( it will take long time , 1 hour - 4 hours) :
- C:\QtSource> nmake
-
At thing point, you have almost everything ready
, now have a fun playing with the the demos ( QtSource\bin\qtdemo.exe ):- C:\QtSource> cd bin
- C:\QtSource> qtdemo
Environment Configuration:
Continue reading "Qt/Windows & VC++ 2008 Express - Part1"
Coin3D
Coin3D is a cross-platform , a high-level, retained-mode toolkit for effective 3D graphics development. Also it's offer a comprehensive and object-oriented 3D toolkit solution for interactive graphics programming problems. It based on Open Inventor . Coin3D develop by Kongsberg SIM -( Norwegian company...
Continue reading "Coin3D"
