Forum Post: RE: Host webclient on Linux

Status
Not open for further replies.
M

Matt Gilarde

Guest
R-code compiled with a 32-bit OE compiler will run in a 64-bit runtime (AppServer, client, etc.). The opposite is also true: r-code compiled with a 64-bit OE compiler will run in a 32-bit runtime. However, you can't mix display types. If the r-code is compiled with a character-based OE compiler (_progres) and the ABL code contains DISPLAY statements or other statements which use frames, the r-code will only run in a character-based client. R-code that you will run with WebClient must be compiled with a GUI--based compiler (prowin32.exe for 32-bit). What this boils down to it that you can't compile your WebClient application on Linux. I will to defer to others on the question of whether you can host the WebClient package on Linux.

Continue reading...
 
Status
Not open for further replies.
Top