Everytime I try to read the Petzold example in PB format,
I saw this:
GLOBAL szAppName AS ASCIIZ*9
Why need to put the ASCIIZ*9? In the original C code will be
TCHAR szAppName[]=TEXT ("XXXXXXX");
Any advise on this?
Thank
------------------
I saw this:
GLOBAL szAppName AS ASCIIZ*9
Why need to put the ASCIIZ*9? In the original C code will be
TCHAR szAppName[]=TEXT ("XXXXXXX");
Any advise on this?
Thank
------------------
Comment