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(
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
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,
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
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
> >
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.
__