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
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
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,
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