M
MBeynon
Guest
Hello, Is it possible to compile a codebase that contains both CHUI(TTY) and GUI (.NET) code under windows and deploy the resulting RCODE library to both HP-UX and Windows? I found this in the knowledgebase regarding 11X Opennedge; http://knowledgebase.progress.com/articles/Article/P124103 which states; "Starting in OpenEdge 11.0, r-code is portable across all platforms, regardless of OS platform, Bit Architecture, Little Endian or Big Endian byte ordering, provided that the application code: is written for the same user interface: character mode (CHUI) versus graphical mode (GUI), and does not contain references to Operating System specific commands (eg: OS-COMMAND) that are not available on the target platform." The reason for this is that we'd like to simplify the compile process and generate one library from one compile that can be deployed to both OS's. I'm guessing we'd need some logic to detect CHUI sources and use V6FRAME/STREAM-IO compile flags? Thanks, Mark.
Continue reading...
Continue reading...