LNSTATUS Export(const LNString &filename, const LNRTCursor &start, const LNRTCursor &end )
If the cursors surround a LNGRAPHICTYPE_GIF or LNGRAPHICTYPE_JPG and the filename is something.gif or .jpg to match, the export call fails with error that the required library is not found.
To use the other version of the call:
LNSTATUS Export(const LNString &filename, const LNString &exportdll, const LNRTCursor &start, const LNRTCursor &end, const LNString &altlib = “”)
needs to have the library provided.
What library (free or purchased) can be used for either GIF or JPG?