T O P I C R E V I E W |
keithml |
Posted - Jan 03 2014 : 07:59:01 The TImageEnFolderMView right click popup menu commands fail in 64 bit. Any one of them that you click produces an error. It works fine in 32 bits.
Thanks, Keith |
6 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jan 13 2014 : 19:42:54 Hi
It might be better to wait for the next update. I have tested the fix on Windows 7 and 8 64bit versions and it resolved the issue.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
keithml |
Posted - Jan 11 2014 : 07:29:38 Still fails.
I changed the source file and recompiled the 64 bit version of the pkie*.bpl file and replaced the existing bpl in the delphi user directory. However the same error continues. Am I doing this properly? |
xequte |
Posted - Jan 10 2014 : 12:35:43 Hi Keith
In PopupSystemMenu of iexWindowsFunctions.pas you need to change:
Verb := String(PAnsiString(@ZVerb[0]));
To:
Verb := StrPas(ZVerb);
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
keithml |
Posted - Jan 10 2014 : 06:58:50 Is there a quick fix I could do for now? Is it just a matter of a small number of source lines that need to be changed?
Keith |
xequte |
Posted - Jan 06 2014 : 16:57:42 Thanks, this will be fixed in our v5.0.6 release in February.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
w2m |
Posted - Jan 03 2014 : 08:47:39 Confirmed using the FolderMView Demo when running in the Delphi XE4 IDE as well as stand-a-lone EXE. Strange I did not notice this before.
William Miller Adirondack Software & Graphics Email: w2m@frontiernet.net EBook: http://www.imageen.com/ebook/ Apprehend: http://www.frontiernet.net/~w2m/index.html |