CompuServe Messages

POCO + Systemtime

    29-Jun-93 13:02:03
Fm: PhilD [ADESK] 71650,2154
To: M.Baumgartner 100064,642
Sorry, there is no clock function in POCO. The closest is the CLOCK1000() function that will return the number of milliseconds since AAPro was started, plus or minus 2ms. To achieve access to the system clock, you would need to create a POE routine to do this for you, which you would then call from your POCO code. POE is compiled POCO making use of Watcom C 9.0; that gives you access to the whole of 'C'