Hi again....
I´m trying to use this functions: sys_GetTimeVar(), and sys_GetDateVar()
sys_GetTimeVar( &clock_h, &clock_m, &clock_s, &clock_ms );
The command is not coloured, and the compiler gives me an error: Error: 'sys_GetTimeVar' not found
In the example at "Diablo16 internal functions R1.7" you write Sys_GetTimeVar(), with the first letter capitalized, but aslo doesn´t work.
I´m using Workshop vers 4.1.0.36 and targeting to an uLCD-35DT display.
Thank you advanced !
I´m trying to use this functions: sys_GetTimeVar(), and sys_GetDateVar()
sys_GetTimeVar( &clock_h, &clock_m, &clock_s, &clock_ms );
The command is not coloured, and the compiler gives me an error: Error: 'sys_GetTimeVar' not found
In the example at "Diablo16 internal functions R1.7" you write Sys_GetTimeVar(), with the first letter capitalized, but aslo doesn´t work.
I´m using Workshop vers 4.1.0.36 and targeting to an uLCD-35DT display.
Thank you advanced !
Comment