Writing Cross Platform Code?

Started by
11 comments, last by Rattrap 18 years, 7 months ago
See the Apache Portable Runtime. Here are some of their aims:

Quote:
The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
Advertisement
Can anyone explain to me how a service is different from a windowing app in windows, is it just a case of making it GUI-less?

ace
A service runs in its own windows environment. It is not running for a particular user.

"I can't believe I'm defending logic to a turing machine." - Kent Woolworth [Other Space]

This topic is closed to new replies.

Advertisement