04-24-2023, 10:37 PM
Ok. I don't know how to interpret compiler errors well enough to understand the source of the error, but maybe
dialogx.inc is not present, or, the declare should be:
could be changed. If this is not the case, I will remove the project until I can figure it out.
On my computer it works quite well.
Erik.
dialogx.inc is not present, or, the declare should be:
Code: (Select All)
Declare Library
Function CreateFileA& (filename$, Byval access&, Byval sharing&, Byval sec_attr%&, Byval create&, Byval flags&, Byval template%&)
End Declare
could be changed. If this is not the case, I will remove the project until I can figure it out.
On my computer it works quite well.
Erik.