Further to my previous question... I want to distribute Craig's .FLL file with my application (he has given permission - thank you Craig!).
At the moment, I'm using a free table contained within the complete .EXE file holding the .FLL file as the contents of a binary memo field. I'm writing that out to disk each time the app starts using FileToStr() - putting the file in the same folder as the executable.
This works quite well - it's a technique I use quite a lot for encapsulating binary files that I want to put on disk.
Is the the 'RIGHT' way to distribute a .FLL file? Or is there another way?
Regards
Griff
Keep [Smile]ing
At the moment, I'm using a free table contained within the complete .EXE file holding the .FLL file as the contents of a binary memo field. I'm writing that out to disk each time the app starts using FileToStr() - putting the file in the same folder as the executable.
This works quite well - it's a technique I use quite a lot for encapsulating binary files that I want to put on disk.
Is the the 'RIGHT' way to distribute a .FLL file? Or is there another way?
Regards
Griff
Keep [Smile]ing