ASM Community
Home
»
Forums
»
MAIN
»
_time in MSVCRT
_time in MSVCRT
hi, how do i call _time from msvcrt. i have: ;----------------- includelib msvcrt.lib time PROTO C invoke time ;----------------- works fine in win98, but crashes in win2k?
Posted on 2001-02-03 08:29:00 by Guybrush
_time in MSVCRT
i already fixed it: time proto c: dword invoke time, NULL
Posted on 2001-02-03 14:15:00 by Guybrush