Search found 5 matches

by cyuyan
Mon Jun 07, 2010 8:22 am
Forum: Bug reports
Topic: 17.HelloWorld_mobile.vcproj run fail
Replies: 4
Views: 740

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

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.HelloWorl...
by cyuyan
Fri Jun 04, 2010 8:59 am
Forum: Bug reports
Topic: 17.HelloWorld_mobile.vcproj run fail
Replies: 4
Views: 740

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 ?
by cyuyan
Fri Jun 04, 2010 5:12 am
Forum: Bug reports
Topic: 17.HelloWorld_mobile.vcproj run fail
Replies: 4
Views: 740

17.HelloWorld_mobile.vcproj run fail

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.
by cyuyan
Thu Apr 01, 2010 2:22 am
Forum: Bug reports
Topic: [fixed]Compile problems (17.HelloWorld_Mobile)
Replies: 4
Views: 761

void CMountPointReader::buildDirectory()
{
IFileList * list = Parent->createFileList();

const u32 size = list->getFileCount();



when i debug,i find list==NULL,so run "list->getFileCount();",pragram exceptional exit
by cyuyan
Wed Mar 31, 2010 10:00 am
Forum: Bug reports
Topic: [fixed]Compile problems (17.HelloWorld_Mobile)
Replies: 4
Views: 761

[fixed]Compile problems (17.HelloWorld_Mobile)

code(example_helloworld ()) can't work.
when i debug code,i find load resource file fail.