Hi,
I am getting this error : Error opening DLL library PEGRP32A.DLL for external function at line 28 in function f_create of object u_process32_dll.
The external function is declared as: Function ulong PEcreate(uint nControl,uLONG dwStyle, ref rect2 theloc, uLONG hParent, uint nID) LIBRARY "PEGRP32A.DLL" alias for "PEcreate;Ansi"
The PB app is a 64-bit executable so I am thinking that's why it is not able to work with the 32-bit DLL.
How can this issue be resolved ? Is there a 64-bit version of this DLL available ?
Thanks,
Gurtej