I'm trying to include a C library for creating PDF files but as this is all new to me I'm running into problems.
So far I've got the following
SUB wkhtmltopdf_converter
(oldname
, newname
)
I'm assuming it's trying to include the lib but I'm getting a C++ Compilation Failed message. When I read the error log it gives me :-
In file included from ..\\temp\\regsf.txt:1:0,
from qbx.cpp:987:
..\\temp\\..\\..\\pdf.h:28:34: fatal error: wkhtmltox/dllbegin.inc: No such file or directory
compilation terminated.
It looks like it can't find 'wkhtmltox/dllbegin.inc'. Any thoughts on where I should put the 'wkhtmltox' folder and its files? No matter what I've tried so far it still throws up that error.