Hello,
As I want to use the 'OpenfileDialog' and the 'SavefileDialog'
Functions, I tried to include the'comdlg32.inc' into my program.
But when compiling I get this error message:
Can someone tell me, how I could fix this error ?
I'm using PB/dll 5.0.
thanks in advance
cu
------------------
As I want to use the 'OpenfileDialog' and the 'SavefileDialog'
Functions, I tried to include the'comdlg32.inc' into my program.
But when compiling I get this error message:
Code:
Error 418 in C:\prog\pbdll\winapi\COMDLG32.INC(205:1): Statement expected Line 205: $LBSELCHSTRING = "commdlg_LBSelChangedNotidy"
Can someone tell me, how I could fix this error ?
I'm using PB/dll 5.0.
thanks in advance
cu
------------------
Comment