Search found 2 matches

by codeware
Thu Jul 25 2013
Forum: C/C++/C# Community
Topic: WebKitPDF: C++ help needed
Replies: 1
Views: 9633

Re: WebKitPDF: C++ help needed

I think I figured out my problem with loading the WebKit.dll - I added a line to my manifest stating a dependency on the VC80 CRT. My next step is that I don't have any license information for the WKPDFInitialize() function. How do I get that? I looked in the sample application and it uses empty str...
by codeware
Thu Jul 25 2013
Forum: C/C++/C# Community
Topic: WebKitPDF: C++ help needed
Replies: 1
Views: 9633

WebKitPDF: C++ help needed

I downloaded and installed the free WebKitPDF package and I'm having trouble getting anything to to work with it (including the bundled sample application). I am unable to load the WebKit.dll. Executing this line: HMODULE hWebKit = LoadLibrary(L"WebKit.dll"); returns a 0 and I get an error...