12-27-07 12:33 PM
On Dec 26, 7:13 am, drhowarddrfine <robbel...@gmail.com> wrote:
> I have an Open Source Windows program I would like to port to
> FreeBSD. I tried compiling it 'as is' and, so far, it only trips up
> on MS/Windows definitions, such as 'ulong'. Is there a cross-check
> list to find equivalent typedefs, defines, etc. between gcc and
> Windows stuff? Is there a software 'converter' of sorts, too?
While I don't know of any automagic converters, #including
<inttypes.h> will probably let you use portable type definitions even
from the Windows platform (they have inttypes.h now, don't they?).
[ Post a follow-up to this message ]
|