Re: Porting Windows program datatype problem

2007-12-27 Thread Peter Jeremy
On Thu, Dec 27, 2007 at 11:57:47AM -0600, Rob Belics wrote: >There is a Windows open source program I would like to port to FreeBSD. It >seems to compile OK, using gcc, but chokes on MS/Windows only type data >types like 'ulong'. What would be the easiest way to fix/convert these, or >must it

Re: Porting Windows program datatype problem

2007-12-27 Thread Rob Belics
Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Belics wrote: There is a Windows open source program I would like to port to FreeBSD. It seems to compile OK, using gcc, but chokes on MS/Windows only type data types like 'ulong'. What would be the easiest way to f

Re: Porting Windows program datatype problem

2007-12-27 Thread Stephen Montgomery-Smith
Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Belics wrote: There is a Windows open source program I would like to port to FreeBSD. It seems to compile OK, using gcc, but chokes on MS/Windows only type data types like 'ulong'. What would be the easiest way to fix/

Re: Porting Windows program datatype problem

2007-12-27 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitry Marakasov wrote: > * Rob Belics ([EMAIL PROTECTED]) wrote: >> There is a Windows open source program I would like to port to >> FreeBSD. It seems to compile OK, using gcc, but chokes on >> MS/Windows only type data types like 'ulong'. What wou

Re: Porting Windows program datatype problem

2007-12-27 Thread Dmitry Marakasov
* Rob Belics ([EMAIL PROTECTED]) wrote: > There is a Windows open source program I would like to port to FreeBSD. It > seems to compile OK, using gcc, but chokes on MS/Windows only type data > types like 'ulong'. What would be the easiest way to fix/convert these, or > must it be done manually

Re: Porting Windows program datatype problem

2007-12-27 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Belics wrote: > There is a Windows open source program I would like to port to > FreeBSD. It seems to compile OK, using gcc, but chokes on > MS/Windows only type data types like 'ulong'. What would be the > easiest way to fix/convert these, or mu