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 though the system

Re: [Cegcc-devel] Minimalistic mingw32ce exception handler works

2007-06-06 Thread Kevin O'Connor
Hi Danny, On Wed, Jun 06, 2007 at 10:15:57PM +0200, Danny Backx wrote: > I've just hacked up an experiment that does work, I don't recall what > was wrong with my previous attempt of a couple of weeks ago. [...] > I assume that the best way forward is > (1) to make these better than this proof of

[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] Minimalistic mingw32ce exception handler works

2007-06-06 Thread Danny Backx
Hi, I wrote a couple of days ago that I had not yet succeeded in getting an exception handler to work with the mingw32ce toolset. I've just hacked up an experiment that does work, I don't recall what was wrong with my previous attempt of a couple of weeks ago. Anyway, the sample is attached; it