import ... As @269 - not possible ?
Posted: Fri May 16, 2008 7:38 pm
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 ?
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 ?