Page 1 of 1

import ... As @269 - not possible ?

Posted: Fri May 16, 2008 7:38 pm
by bingo
Import "shlwapi.lib"
anyfunc(buf.l,size.l) As "_noname_c"
EndImport

;import ordinal functions directly ???

Import "shlwapi.lib"
anyfunc(buf.l,size.l) As @12 ; -> syntax error
EndImport

i think , it is possible in older pb version ?

Posted: Fri May 16, 2008 10:45 pm
by Fred
No, it never was possible, ordinal is not supported by Import.