[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 Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
Why would you not compile it separately for the two platforms? Perhaps using preprocessors to omit the Windows specific part? Or, why not parse the program into two programs? One is run in both environments and the other is a persistent procedure or class or whatever that is only substantiated and accessed in a Windows environment.

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