I use GFL SDK 3.40 and I compiled for X64 plateform, compliation is ok.
But when I try to get file information (GFLC_FILE_INFORMATION) for pdf (
Code: Select all
info.getFromFile(DIR"test_pdf.pdf");
GSCheck C:\Program Files\gs\gs9.04\bin\gsdll32.dll C:\Program Files\gs\gs9.04\bin
But I'm on x64 platform and the dll is gsdll64.dll for the path C:\Program Files\gs\gs9.04\bin
When I compilate for x32 the path and the name of the dll are good.
Is it possible to set the name of the Ghostscript ddl or is it a bug?