17.HelloWorld_mobile.vcproj run fail

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
cyuyan
Posts: 5
Joined: Wed Mar 31, 2010 9:56 am
Location: china

17.HelloWorld_mobile.vcproj run fail

Post by cyuyan »

i add #define _IRR_USE_WINDOWS_CE_DEVICE_ at "IrrCompileConfig.h" file.
then i build "17.HelloWorld_Mobile" success.
but run fail at "mobile 6 simulator",show "file don't find"

i need help.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Maybed you didn't copy the necessary meshes and textures into the right place?
cyuyan
Posts: 5
Joined: Wed Mar 31, 2010 9:56 am
Location: china

Post by cyuyan »

project->property pages.

Code have configured meshes and textrues. Is here,i don't find configure error.
i try copy file to Mobile phone,too . but i can't see Mesh after run it.

May you run this program ?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, I can't. But you can probably debug the code to see which texture/mesh path is tried to load from.
cyuyan
Posts: 5
Joined: Wed Mar 31, 2010 9:56 am
Location: china

I'm sorry I can't find where to start debugging

Post by cyuyan »

I'm sorry I can't find where to start debugging, because the program reported error before running. Probably the error was caused by additional files. But I can't find the problem when deploying.

error tip run at moblie:
Unable to start program '%CSIDL_PROGAM_FILES%\17.HelloWorld_mobile\17.HelloWorld_mobile.exe'.
system don't find file



PS:My system is:Windows2003;VS2005;mobile6 SDK
Post Reply