this declartion works with pbcc4:
but not pbcc5 where I get a "mismatch with prior definition" error, even if I specify the pbcc5 win32api.inc.
why?
Code:
Declare Function getstdhandle Lib "kernel32.dll" Alias "getstdhandle" (ByVal nstdhandle As Long) As Long
why?
Comment