Re: [Cegcc-devel] time() in time.h not working

2007-06-07 Thread stan lee
he latter case, the executable is 1MB. The > cegcc executable is > only 55K. > > Danny > > On Wed, 2007-06-06 at 20:36 -0700, stan lee wrote: > > Hi, > > > > Just a follow up. I noticed that if i pass a > value > > by reference in the time(

Re: [Cegcc-devel] time() in time.h not working

2007-06-06 Thread stan lee
Hi, Just a follow up. I noticed that if i pass a value by reference in the time(), the number of seconds gets correctly saved in it. Cheers, Stan --- stan lee <[EMAIL PROTECTED]> wrote: > Hi, > > Is the time function still incomplete? The value I > always get is zero even

[Cegcc-devel] time() in time.h not working

2007-06-06 Thread stan lee
Hi, Is the time function still incomplete? The value I always get is zero even though the system time in my device is set correctly. Here is my simple program that converts the value returned by time to widechar and prints it in a messagebox: #include #include int WinMain(HINSTANCE hInstance,

[Cegcc-devel] binutils from svn wont build

2007-05-28 Thread stan lee
Hi, Im having trouble compiling binutils. I get this undefined reference to yyparse error. I have already installed flex and bison and pointed out their libraries. I also have tried downloading the latest binutils and it compiles properly for x86. How do i fix the problem when cross compiling fo

Re: [Cegcc-devel] mingw c app works, c++ doesnt

2007-05-23 Thread stan lee
l? Cheers, Charles --- Pedro Alves <[EMAIL PROTECTED]> wrote: > (sorry if this is a repost) > > Hi Stan, > > stan lee wrote: > > my hello world c program for pocketpc runs > correctly > > when compiled with gcc but when i try to add a > simple > >

[Cegcc-devel] mingw c app works, c++ doesnt

2007-05-21 Thread stan lee
my hello world c program for pocketpc runs correctly when compiled with gcc but when i try to add a simple c++ class and compile it with g++, it doesnt seem to run when executed (although the compilation didnt show any warnings). am i missing something? im kinda new to wince. __