This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Another newbie with big troubles


Another newbie with big troubles

Postby golan_trevize_x » Nov 23, 2001 @ 7:36pm

golan_trevize_x
pm Member
 
Posts: 67
Joined: Nov 23, 2001 @ 7:36pm
Location: Melbourne, Australia


Re: Another newbie with big troubles

Postby Dan East » Nov 23, 2001 @ 10:33pm

User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: Another newbie with big troubles

Postby trevize » Nov 23, 2001 @ 10:44pm

OK, I looked through the old threads and found that that build warning is just a known bug in Embedded Visual Tools.<br><br>The second problem is still there. The thing is that there IS no code. I've even tried it with just the EasyCE functions and an empty Main() method. I'm using the SampleApp zip file that comes with tutorial 1.
trevize
 


Re: Another newbie with big troubles

Postby Digby » Nov 23, 2001 @ 11:20pm

0xC0000005 is the exception code for an access violation.  This means that either code in your application, or APIs that your application calls are attempting to access memory that does not belong to your process.<br><br>Common causes for this sort of thing are attempting to dereference a NULL pointer, or possibly a pointer that was never initialized to a valid memory address.  You'll also run into this if you read or write beyond the bounds of a buffer or array.<br><br>In any case, run the offending application under the debugger and when it fails, look at a Call Stack.<br><br>
Digby
pm Insider
 
Posts: 1011
Joined: Apr 29, 2001 @ 1:53pm


Re: Another newbie with big troubles

Postby Phantom » Nov 24, 2001 @ 3:46pm

That's a nasty one. Did you try EasyCE 1.5? Does it have the same problem?
Give me some good data and
I will give you the world
User avatar
Phantom
pm Insider
 
Posts: 913
Joined: Feb 21, 2001 @ 8:14am
Location: Houten, Netherlands


Re: Another newbie with big troubles

Postby Dan East » Nov 24, 2001 @ 5:22pm

What type of Pocket PC are you trying this on? Can you produce a standard "Hello World" app that works?<br><br>Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: Another newbie with big troubles

Postby trevize » Nov 25, 2001 @ 12:11am

Hey, flicked the thing off completely and reinitialised it. I lost all the apps on there, but the problem seems to have gone now.<br><br>Maybe it was something I put on like PocketTV.<br><br>Well done on the tutorials by the way Jacco, it's all good! If anyone's interested in working on an adventure game in the style of the ol' LucasArts games let me know. It'd just be for fun, ie. not for selling or anything.
trevize
 


Re: Another newbie with big troubles

Postby Dan East » Nov 25, 2001 @ 2:24am

You may have had on older version of gx.dll on your device.<br><br>Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: Another newbie with big troubles

Postby Phantom » Nov 26, 2001 @ 4:58am

I'm glad the problem has been solved. Good luck with your game. :)
Give me some good data and
I will give you the world
User avatar
Phantom
pm Insider
 
Posts: 913
Joined: Feb 21, 2001 @ 8:14am
Location: Houten, Netherlands


Return to Phantom's Forum


Sort


Forum Description

Discuss any of Phantom's projects here (Operation Nutcracker, etc.)

Moderators:

sponge, RICoder, Phantom

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum