October 12, 2004 alarm and pause functions | ||||
---|---|---|---|---|
| ||||
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 Re: alarm and pause functions | ||||
---|---|---|---|---|
| ||||
Posted in reply to Simon | 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 > > |
Copyright © 1999-2021 by the D Language Foundation