I'm sure this is a simple one
I'm now using Craig Boyds VFP Compression utility which is packaged in a .FLL file.
The code works very well, but when I compile to make my application - I'm getting some errors.
Basically, because the functions are contained in the .FLL file the compiler can't 'see' them at compile time and says:
Is there a way to avoid this?
Regards
Griff
Keep [Smile]ing
I'm now using Craig Boyds VFP Compression utility which is packaged in a .FLL file.
The code works very well, but when I compile to make my application - I'm getting some errors.
Basically, because the functions are contained in the .FLL file the compiler can't 'see' them at compile time and says:
Code:
Form c:\dev\myproject\myform.scx has the following errors:
Unknown ZIPOPEN - Undefined
Unknown ZIPCLOSE - Undefined
Unknown ZIPFILE - Undefined
Is there a way to avoid this?
Regards
Griff
Keep [Smile]ing