[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is it possible to have Windows specific code in a program that is run on UNIX/Linux App

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
As Thomas mentioned, you are probably better off to not get anywhere near those variables at runtime (in linux). Those variables can be isolated into separate programs/classes. (eg. into some derived subclass that is windows-specific and never gets loaded into the AVM on the linux side).

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