Re: Universal (g)libc
- From: "Nils O. Selåsdal" <NOS@xxxxxxx>
- Date: Fri, 30 Sep 2005 13:46:14 +0200
Roger wrote:
I am writing non GUI software in C for use on Windows and Linux. while libc packages are generally compatible, I am ending up with a lot of conditional macros for OS and I/O related stuff such as sleep, sockets fork etc.
What I would really loke is something that implements as much as possible glibc on a windows platform. I have seen cygwins dll, but is no good as I cannot reveal some source which is not mine. I have seen the wxWidgets base, but it is C++ and I want pure C.
Any experience ideas?
Use apr. http://apr.apache.org/ .
- Follow-Ups:
- Re: Universal (g)libc
- From: Roger
- Re: Universal (g)libc
- References:
- Universal (g)libc
- From: Roger
- Universal (g)libc
- Prev by Date: Re: offsetof
- Next by Date: Re: allocation alignment for global and local variables.
- Previous by thread: Re: Universal (g)libc
- Next by thread: Re: Universal (g)libc
- Index(es):