B
Brian K. Maher
Guest
Assuming that you cannot tell if you are running 32 or 64 in GUI mode so you don’t know whether to run prowin32.exe or prowin.exe... Check the PROCESS-ARCHITECTURE function. IF SESSION
ISPLAY-TYPE = “GUI” THEN IF PROCESS-ARCHITECTURE = 32 THEN /* 32-bit so invoke prowin32.exe here */ ELSE /* 64-bit so invoke prowin.exe here */
Continue reading...
Continue reading...