On Mon, 2007-06-18 at 08:18 -0600, Ximsce wrote:
> Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to 
> cross-compile on a linux box and then transfer the app to an iPaq 
> running Windows Mobile 5.  I'll look into the initialization routines 
> and see if I can change something there, but honestly I've reverted the 
> app back to a form that was working yesterday morning, and I can follow 
> that to a crash as soon as it hits one of the methods I mentioned 
> previously.  I'll keep looking for typos, but one thing I've noticed is 
> that even if I don't explicitly include libraries like <string.h>, the 
> program compiles with methods that should be included from this library, 
> anyway.  Perhaps that is a clue?

This reminds me of the problem that got me to start developing the
exception handlers. I eventually found out I was passing the wrong type
of parameter to fprintf (the format string and the value passed didn't
match).

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to