Consultor Eletrônico



Kbase 33952: Can r-code compiled on UNIX be run on Windows or vice versa?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Solution ID: P3952

GOAL:

Can R-code compiled on UNIX be run on Windows or vice versa?

FIX:

R-code compiled on UNIX can always be deployed on the Windows Character Client (_progres.exe); it can be deployed on the Windows GUI Client (prowin32.exe) if and only if there is no user-interface interaction (that is: no DISPLAY, no SET, no UPDATE statements etc.).

Similarly, r-code compiled on the Windows Character Client can always be ported to UNIX, and only code with no user-interface interaction can be compiled on the Windows GUI client and ported to UNIX.