Irrlicht.dll for WIN CE Device

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Irrlicht.dll for WIN CE Device

Post by gauravjha »

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
zerochen
Posts: 273
Joined: Wed Jan 07, 2009 1:17 am
Location: Germany

Re: Irrlicht.dll for WIN CE Device

Post by zerochen »

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
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Re: Irrlicht.dll for WIN CE Device

Post by gauravjha »

Thanks a lot. I will try tis out.
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht.dll for WIN CE Device

Post by CuteAlien »

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
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Re: Irrlicht.dll for WIN CE Device

Post by gauravjha »

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
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht.dll for WIN CE Device

Post by CuteAlien »

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
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Re: Irrlicht.dll for WIN CE Device

Post by gauravjha »

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.
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht.dll for WIN CE Device

Post by CuteAlien »

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.
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
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Re: Irrlicht.dll for WIN CE Device

Post by gauravjha »

The build log is available at the following location.

http://ideone.com/fpCTHe


Regards,
Gaurav Jha
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht.dll for WIN CE Device

Post by CuteAlien »

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
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Irrlicht.dll for WIN CE Device

Post by hybrid »

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
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Re: Irrlicht.dll for WIN CE Device

Post by gauravjha »

Thanx for the advice.

I am now using v1.7.3. I will surely try the changes suggested and confirm.

Thanx again.

Gaurav Jha
Post Reply