Menu

#31 Make all wing modules platform-independent

v1.0
open
renqilin
7
2009-03-09
2009-03-09
renqilin
No

Currently all libraries, executables are for windows. I planned to make Wing platform independent, but I failed to finish that goal due to limited time. It will be great if wing can be platform independent.

Discussion

  • renqilin

    renqilin - 2009-03-14

    For the first task, the following needs to be platform independent:

    1. Time utilities.
    2. String
    3. File System
    4. Memory management
    5. Debug, assert and error handling
    6. Math functions and types
    7. Threads
    8. Utility data structures and functions
    9. Module (*.dll, *.so) manipulation.

     
  • renqilin

    renqilin - 2009-03-23

    An test of platform independent memory header

     

Log in to post a comment.