| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hi guys, I've a C++ framework. It would be great to complete the port to Linux for several reasons: (1) It uses STDLIB. (2) It works with GCC (3) It is 100% implemented on WIN32 (about 90% on Linux) (4) I use it all of my commercial products (5) It has support for POSIX file systems, indexing, embedded database, POP3, NNTP, email, RFC Servers, Logging, and much, much, more. While I do not have the time to do much with it at the moment (gotta earn a living, etc), I wanted to see if anyone might be interested in the port. http://sourceforge.net/projects/stdnoj/ Just #define UNIX or WIN32 to see what is what. Thanks, Rn http://www.Soft9000.com |