ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 WPViewPDF Add-On

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
bperkins666 Posted - Apr 17 2023 : 12:53:14
My company is using the WPDViewerPdf product from WPCubed along with ImageEn version 12. We have just moved to Delphi Alexandria 11.3. From 11.1 and some from 11.2. Two developers have upgraded with no issues. Our third developer's machine keeps looking for the iepdf32.dll when the program attempts to open a PDF using the TopenImageEnDialog control. We've removed the WP product completely and reinstalled it. Then did the same with the IMAGEEN libraries. Are there some trouble shooting hints I can try before removing everything Delphi and doing a clean install?
9   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 24 2023 : 17:29:57
Hi

wpcubed_pdf_plugin.pas is in the ImageEn source folder and compiled versions are in all the ImageEn DCU folders. Please check the location where you installed ImageEn_SRC_12.0.0_19126.exe.

Nigel
Xequte Software
www.imageen.com
bperkins666 Posted - Apr 24 2023 : 10:17:54
This is what I am installing: ImageEn_SRC_12.0.0_19126.exe. The wpcubed_pdf_plugin was not on my system after the install, so I pulled it from our Sharepoint server. That might be the issue. How do I get the plugin to install? I didn't see an option during the ImageEn install.

Thank you
xequte Posted - Apr 22 2023 : 22:35:01
Hi

If this error is arising in your code, change the reference to TIOParams.DpiX

If it is occurring during the compilation of ImageEn code, then you have old ImageEn source code on your system that needs to be removed.

Nigel
Xequte Software
www.imageen.com
bperkins666 Posted - Apr 21 2023 : 12:17:13
Now I get cannot access private symbol TIOParams.fDpiX
xequte Posted - Apr 20 2023 : 16:45:58
ie.inc is located in the ImageEn source folder, please ensure that has been added to the Delphi source path.

Nigel
Xequte Software
www.imageen.com
bperkins666 Posted - Apr 19 2023 : 13:01:46
Thank you Nigel, but still no luck. I also tried adding wpcubed_pdf_plugin to my uses but got a compile error: [dcc32 Fatal Error] wpcubed_pdf_plugin.pas(62): F1026 File not found: 'ie.inc'
xequte Posted - Apr 18 2023 : 23:03:23
Hi

I'm not able to reproduce that on our machines. Can you please check that machine is not using an older version of ImageEn? Perhaps there are old package or DCU files lurking on the system.

I would try searching for pkie*.* and hyie*.* files on that system and removing any folders that are returned. Then reinstall.

Nigel
Xequte Software
www.imageen.com
bperkins666 Posted - Apr 18 2023 : 20:22:44
Nigel, if I compile the Delphi program on my system it compiles and runs just fine. I can pick pdf without issue. When The same exact source code is compiled on the other machine it compiles and builds fine. But when we try and pick a PDF file we get the error about the missing library. In fact it is only this one machine. Our code does run WPD_Start with our license key. We never call that procedure in any of our code.
xequte Posted - Apr 18 2023 : 04:44:25
Hi

iepdf32.dll is for our PDF add-in, but it is not required if the WPCubed add-in is registered.

Does your application call:

TIEWPCubedPDF.RegisterPlugin();

Nigel
Xequte Software
www.imageen.com