I'm using 11.51 Desktop.
I copy in a function call from the PB docs and I get C0031: Syntax error. I've tried a number of API calls - no joy.
FUNCTION boolean GetComputerNameW(ref string cname,ref long nbuf) LIBRARY "Kernel32.dll"
string ls_compname
long ll_buf
ll_buf=25
Why is my PB unable to call an external function?
Thanks,
Larry
I copy in a function call from the PB docs and I get C0031: Syntax error. I've tried a number of API calls - no joy.
FUNCTION boolean GetComputerNameW(ref string cname,ref long nbuf) LIBRARY "Kernel32.dll"
string ls_compname
long ll_buf
ll_buf=25
Why is my PB unable to call an external function?
Thanks,
Larry