P
PeterWokke
Guest
Up to now we have always used the 32bit Progress Client under Progress 10.2B. Now there is a 64bit Progress client available under Progress 11.3 we have to make our application available for the 64bit client aswell. How to deal with the external procedures like the window API. In our libraries we have these global define settings. How can you check on run time if it is a 32bit or 64bit Progress Client . Which values should I use in case of the 64bit client for the following global settings in my application. /* libraries */ &GLOBAL-DEFINE USER "user32" &GLOBAL-DEFINE KERNEL "kernel32":U &GLOBAL-DEFINE SHELL "shell32":U &GLOBAL-DEFINE MAPI "mapi32":U &GLOBAL-DEFINE GDI "gdi32":U &GLOBAL-DEFINE MMEDIA "winmm":U &GLOBAL-DEFINE WINSPOOL "winspool.drv":U &GLOBAL-DEFINE ADVAPI "advapi32":U &GLOBAL-DEFINE WINSOCK "wsock32.dll":U
Continue reading...
Continue reading...