[GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-11-18 18:07:29
|
I've been working on a portable open source "harness", a header file that (ideally) handles a lot of configuration crap for most people. You know what I mean, the standard stuff like defining the proper DLL export signature, sized types, etc. I'm still dismayed every time I see some open source library doing: #if WHATEVER typedef unsigned int my_u32_t; typedef long long my_i64_t; #endif POSHLIB isn't very well tested or reviewed. It consists of a header file and an optional source file: http://www.poshlib.org I'd appreciate it if anyone is bored and has some free time, if they could look at it and let me know their opinions or if they spot any obvious bugs. Thanks, Brian |