Search found 2 matches

by jpfelgueiras
Mon Apr 12, 2010 10:20 pm
Forum: Code Snippets
Topic: Stereo Camera
Replies: 21
Views: 9711

MANY TKS :D

the only thing that i had change is adding

Code: Select all

#ifdef _IRR_WINDOWS_
#pragma comment(lib, "Irrlicht.lib")
#pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
#endif
and redefining the paths for the models.
by jpfelgueiras
Mon Apr 12, 2010 6:50 pm
Forum: Code Snippets
Topic: Stereo Camera
Replies: 21
Views: 9711

i love this kind of projects... can you tell me what release of irrlicht are you using? when i try to compile i got 2 errors : main.cpp(10) : error C2664: 'irr::createDevice' : cannot convert parameter 2 from 'irr::core::dimension2d<T>' to 'const irr::core::dimension2d<T> &' and main.cpp(46) : e...