October 12, 2004
in signal.h the functions alarm and pause are declared but when i compile i got this error:

OPTLINK (R) for Win32  Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved

wiznet.obj(wiznet)
Error 42: Symbol Undefined _pause
wiznet.obj(wiznet)
Error 42: Symbol Undefined _alarm

--- errorlevel 2


October 12, 2004
Those two functions are only for unix, not win32. -Walter

"Simon" <Simon_member@pathlink.com> wrote in message news:ckgkck$jj1$1@digitaldaemon.com...
> in signal.h the functions alarm and pause are declared but when i compile
i got
> this error:
>
> OPTLINK (R) for Win32  Release 7.50B1
> Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved
>
> wiznet.obj(wiznet)
> Error 42: Symbol Undefined _pause
> wiznet.obj(wiznet)
> Error 42: Symbol Undefined _alarm
>
> --- errorlevel 2
>
>