![]() |
|
|||||||
| SDK ( DLL or ActiveX) Integrate PDF functions into your application easily. The SDK shares the same technology that powers Foxit Reader. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Hello,
I'm a registered user of your PDF Sdk (Win DLL) fpdfview.dll version 1.4.0.1916, and fpdftext.dll version 2.0.0.0. Whenever I link my application with GDIPlus and with your sdk it fails to start giving me the error “the application failed to initialize properly (0xc0000005). click on OK to terminate the application.". My application is compiled in C++ Builder BDS (Borland Developer 2006 ) ![]() ![]() We really need to use gdiplus in our application but it looks like gdiplus and foxit sdk doesn’t get along for some reason… I get access violation when I try to init gdiplus. If I remove your sdk from my project (if it doesn’t get linked with my app) all works fine, gdiplus will init and work as expected. If I don’t use GDIplis in my app foxit sdk works without problems (but we need gdiplus) . Please advice, I will send you by mail a copy of my test project (source code included) . Thank you, Razvan |
|
#2
|
||||
|
||||
|
My test application was sent to your support address. I've done some further tests on my system (XP SP2 , gdiplus.dll v5.1.3102.2180) and I get access violations whenever I try to startup gdi+ with GdiplusStartup:
Code:
Gdiplus::GdiplusStartupInput gdiplusStartupInput; ULONG_PTR gdiplusToken; GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL); Thanks, Razvan |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|