2 errors at compiling the movement tutorial
2 errors at compiling the movement tutorial
When I want to compile the Movement tutorial with VC++ 6, there are 2 errors:
Compiling...
main.cpp
E:\Irrlicht 0.4\examples\4.Movement\main.cpp(85) : error C2039: 'DT_DIRECTX8' : is not a member of 'video'
E:\Irrlicht 0.4\examples\4.Movement\main.cpp(85) : error C2065: 'DT_DIRECTX8' : undeclared identifier
Error executing cl.exe.
Movement.exe - 2 error(s), 0 warning(s)
Do somebody knows what is wrong (I have Irrlicht 0.4.2
Compiling...
main.cpp
E:\Irrlicht 0.4\examples\4.Movement\main.cpp(85) : error C2039: 'DT_DIRECTX8' : is not a member of 'video'
E:\Irrlicht 0.4\examples\4.Movement\main.cpp(85) : error C2065: 'DT_DIRECTX8' : undeclared identifier
Error executing cl.exe.
Movement.exe - 2 error(s), 0 warning(s)
Do somebody knows what is wrong (I have Irrlicht 0.4.2
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
thanx!
But..
There is another problem:
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/movement.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
But..
There is another problem:
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/movement.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Wrong folder, indeed. But, compiling works now. When I want to start it there is an typical send/don't send error message of windows xp....
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
sorry the guest is me
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
-
- Posts: 199
- Joined: Sun Aug 24, 2003 5:47 pm
- Location: Germany
Hi Venex,
i see the same error:
The movement example dont work with 0.4.2.
If i delete the &receiver from the createDevice-command the example works (but then im missing the receiver ;-)
For example, in the SpecialFX-example everything works, the only difference is that there is the device not GLOBAL.
is there a bug ?
i see the same error:
The movement example dont work with 0.4.2.
If i delete the &receiver from the createDevice-command the example works (but then im missing the receiver ;-)
For example, in the SpecialFX-example everything works, the only difference is that there is the device not GLOBAL.
is there a bug ?
It has to be fixed, Version 0.5 is too far away.
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
-
- Posts: 31
- Joined: Mon Dec 15, 2003 5:49 pm
- Location: Ireland
- Contact:
I cant run the movement examplw with 0.4.2 either. It compiles fine, but crashes when I try to run it.
http://www.gameplayzone.com/forum
Join the gameplayzone forums today!
http://www.gameplayzone.com
All the latest gaming news and advancements
Join the gameplayzone forums today!
http://www.gameplayzone.com
All the latest gaming news and advancements
Add this code to the very top of your receiver's OnEvent method:
Some logging events are sent before the device is fully created and so in the original code the device object has not yet been assigned.
Code: Select all
if(event.EventType == irr::EET_LOG_TEXT_EVENT)
{
return true;
}
-
- Posts: 31
- Joined: Mon Dec 15, 2003 5:49 pm
- Location: Ireland
- Contact:
Thanks for that Boogle
http://www.gameplayzone.com/forum
Join the gameplayzone forums today!
http://www.gameplayzone.com
All the latest gaming news and advancements
Join the gameplayzone forums today!
http://www.gameplayzone.com
All the latest gaming news and advancements
-
- Posts: 108
- Joined: Fri Aug 22, 2003 1:04 pm
- Location: Kerkrade, Netherlands
- Contact:
With the Techdemo Menu Background missing is indeed a bug,Anonymous wrote:But, with 0.4.2 I can compile the tutorials but can't run them. When I compile the techdemo, I can run him, I get the window of chosing the driver enz. But the background is missing (fairy is there) and when I click on play it crashes...
(sorry I think this English is not very good )
i recompiled the whole engine on a Console app.
and it shows me the following ->
Compressed BMPs are currently not supported.
Could not load texture: bg.bmp
as you see i even tried renaming it, changing it to another directories, but bg.jpg works fine, and about the Crashing thing, i dont know, i notice it also but i took everything out of the techdemo to adjust it for myself, i now only got a crash on statusText->setText(tmp); so it might be that the problem is there within the techdemo
@ Niko: i think this is now somewhere a bug within the engine
I've been absent for really long, but i'm ready to reign my terror on you once again, mwuahahahahaha
-
- Posts: 108
- Joined: Fri Aug 22, 2003 1:04 pm
- Location: Kerkrade, Netherlands
- Contact: