ok ... I know this is probably something obvious that I am missing, but why does this generate a syntax error?
I seems to be something to do with the ASCIIZ type....
thanks..
DECLARE FUNCTION dmstod SDECL ALIAS "dmstod" (BYREF dms AS ASCIIZ * 12) AS ASCIIZ * 10
I seems to be something to do with the ASCIIZ type....
thanks..
DECLARE FUNCTION dmstod SDECL ALIAS "dmstod" (BYREF dms AS ASCIIZ * 12) AS ASCIIZ * 10
Comment