[progress Communities] [progress Openedge Abl] Forum Post: Re: Find Out Which Programs...

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
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:DISPLAY-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...
 
Status
Not open for further replies.
Back
Top