Irrlicht.dll for WIN CE Device
Irrlicht.dll for WIN CE Device
Hi,
Can anyone provide a pointer to download the Irrlicht.dll file for WIN CE device? (For Windows MObile 5.0 Pocket PC SDK / Windows Mobile 6.0 Professional SDK; both for ARMV4I processor.)
Else, can you provide a process to create one.
I have downloaded the Irrlicht Engine v1.8 and using VS2008 (VC++) for my project.
Thanks in Advance.
Gaurav Jha
Can anyone provide a pointer to download the Irrlicht.dll file for WIN CE device? (For Windows MObile 5.0 Pocket PC SDK / Windows Mobile 6.0 Professional SDK; both for ARMV4I processor.)
Else, can you provide a process to create one.
I have downloaded the Irrlicht Engine v1.8 and using VS2008 (VC++) for my project.
Thanks in Advance.
Gaurav Jha
Re: Irrlicht.dll for WIN CE Device
Hi,
i guess is more a beginner forum question.
anyway, never done that before but cant you just open <IrrlichtSDK>/source/irrlicht/Irrlicht_mobile6.sln and compile it?
regards
zerochen
i guess is more a beginner forum question.
anyway, never done that before but cant you just open <IrrlichtSDK>/source/irrlicht/Irrlicht_mobile6.sln and compile it?
regards
zerochen
Re: Irrlicht.dll for WIN CE Device
Thanks a lot. I will try tis out.
Re: Irrlicht.dll for WIN CE Device
I hope that still work, I couldn't test that project file before last release (missing the environment for doing Win CE development, I think it needs certain SDK's).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Irrlicht.dll for WIN CE Device
Hi,
The compile was not successful for version 1.8. There were several compile issues in the file png.h
Although I downloaded version 1.7.3 and the compile was successful and the DLL was created.
I will use v 1.7.3 for now.
Thanks.
Gaurav Jha
The compile was not successful for version 1.8. There were several compile issues in the file png.h
Although I downloaded version 1.7.3 and the compile was successful and the DLL was created.
I will use v 1.7.3 for now.
Thanks.
Gaurav Jha
Re: Irrlicht.dll for WIN CE Device
Can you post the errors which you got here? If we know about them we can fix them maybe.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Irrlicht.dll for WIN CE Device
The build.log file is very big. It cannot be posted here and there is no option of attachment. Send me you mail id and I will send the build.log file across.
Re: Irrlicht.dll for WIN CE Device
My mail can be found here: http://www.michaelzeilfelder.de/contact.htm
But a better solution is probably to copy the log to http://ideone.com/ and paste the link. Then others can see it as well (might be something I have no idea how to fix).
Yet another solution is posting it to the bugtracker: http://sourceforge.net/tracker/?group_i ... tid=540676
That allows adding files as well.
But a better solution is probably to copy the log to http://ideone.com/ and paste the link. Then others can see it as well (might be something I have no idea how to fix).
Yet another solution is posting it to the bugtracker: http://sourceforge.net/tracker/?group_i ... tid=540676
That allows adding files as well.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Irrlicht.dll for WIN CE Device
Thanks. I don't know what this is about on first look, but could be some define not set in the project settings maybe.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Irrlicht.dll for WIN CE Device
The external libs use some generic settings. I guess you need some special ones for certain architectures an OS'es. Check pngconf.h and the png readme
Re: Irrlicht.dll for WIN CE Device
Thanx for the advice.
I am now using v1.7.3. I will surely try the changes suggested and confirm.
Thanx again.
Gaurav Jha
I am now using v1.7.3. I will surely try the changes suggested and confirm.
Thanx again.
Gaurav Jha