virtual bool OnEvent(SEvent event)virtual bool OnEvent(const SEvent& event)core::dimension2di windowSize(800,600);
device = createDevice(driverType, windowSize, 32, false, false, false, &receiver);f:\irrlich\depth\tes\main.cpp(105) : error C2664: 'irr::createDevice' : cannot convert parameter 2 from 'irr::core::dimension2di' to 'const irr::core::dimension2d<T> &'
1> with
1> [
1> T=irr::u32
1> ]
1> Reason: cannot convert from 'irr::core::dimension2di' to 'const irr::core::dimension2d<T>'
1> with
1> [
1> T=irr::u32
1> ]
1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be calledIrrlichtDevice *device=createDevice( video::EDT_DIRECT3D9, core::dimension2d<u32>(1024, 768), 32, false, false, false, &receiver);wiedzmin112 wrote:As anonymous is saying "tango down"
ps. As I remember that there were lot of interesting things for irrlicht
Can somebody reupload this?
Return to Project Announcements
Users browsing this forum: Google [Bot] and 1 guest