I used to save pcx graphic files and show them from the file when it is needed in my program. There is a very well known routine i.e. IMPORT_PCX@ and EPORT_PCX@ for this purpose.
Is there such a routine for other graphic files e.g. JPG?
Welcome to our forums
I used to save pcx graphic files and show them from the file when it is needed in my program. There is a very well known routine i.e. IMPORT_PCX@ and EPORT_PCX@ for this purpose.
Is there such a routine for other graphic files e.g. JPG?
Look for IMPORT_IMAGE@ and EXPORT_IMAGE@ in the help documentation.
Shahram,
If you can't always find what you want in FTN95.CHM, there is additional information in the file CWPLUS.ENH (Enhancements file) in the FTN95\DOC folder.
Eddie