As I stated in the first email, I updated to the latest GdPicture Pro Imaging SDK Ver. 5.13.0 (03 May 2010). After installing the SDK on my
Development PC my application that uses the OCX control started throwing exceptions when loading images.
The debugger trace stated the following:
- Code: Select all
'rms.exe': Loaded 'C:\WINNT\system32\gdpicturepro5.ocx', No symbols loaded.
'rms.exe': Loaded 'C:\WINNT\system32\MSVBVM60.DLL', Cannot find or open a required DBG file.
'rms.exe': Loaded 'C:\WINNT\system32\GDIPLUS.DLL', No symbols loaded.
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c59bcb1 in rms.exe: Microsoft C++ exception: COleException @ 0x0012eca8.
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c59bcb1 in rms.exe: Microsoft C++ exception: COleException @ 0x0012eca8.
Warning: Creating a pane with no CDocument.
'rms.exe': Loaded 'C:\WINNT\system32\gdimgplug.dll', No symbols loaded.
First-chance exception at 0x77fac57c in rms.exe: 0xC0000139: Entry Point Not Found.
'rms.exe': Unloaded 'C:\WINNT\system32\gdimgplug.dll'
First-chance exception at 0x7c59bcb1 in rms.exe: 0xC000008F: Floating-point inexact result.
First-chance exception at 0x7c59bcb1 in rms.exe: Microsoft C++ exception: COleDispatchException @ 0x0012e21c.
I also compiled(with MS VC++ 6) and ran the test app included with your SDK, and it returns a similar error.
The app is found in: "C:\Program Files\GdPicture ToolKit Pro Edition\samples\vc++"
It gave me the following trace:
- Code: Select all
Loaded 'C:\WINNT\system32\gdimgplug.dll', no matching symbolic information found.
First-chance exception in Sample.exe (NTDLL.DLL): 0xC0000139: (no name).
First-chance exception in Sample.exe (KERNEL32.DLL): 0xC000008F: Float Inexact Result.
First-chance exception in Sample.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
and put up the message box stating:
File not found: gdimgplug.dll
Both the Redist directory supplied with the SDK and my System32 directory
contain the same file versions of all the DLL's. This I also stated in my first email, but you replied back with "
You probably forgot to redistribute the latest gdimgplug.dll library"???
Don't you read the posts??
Filename: gdimgplug.dll
Version: 1.7.0.20
Description: GdPicture Image Plugin
Modified date: Friday, April 30, 2010, 6:31:38 PM
All previous versions of the SDK worked fine, except for this one.
What is wrong here?
Paul R. Rondeau
Sr. Software Engineer
MultiProcess Computer Corporation