Michal Kubecek <[email protected]> wrote: >On Mon, May 13, 2013 at 08:07:25PM +0100, Norman Dunbar wrote: >> I suppose I could define ULONG and SLONG as ints, which are 32 bit on >my >> laptop, but I think that might confuse the issue. > >You can use int32_t and uint32_t, these are always 32-bit. > >> For now, anyway, I have a solution. Thanks. >> >> gcc -m32 -o fbdump32 fbdump.c > >I would rather call this a workaround - and not a satisfying one. > > Michal Kubecek > > >------------------------------------------------------------------------------ >AlienVault Unified Security Management (USM) platform delivers complete >security visibility with the essential security capabilities. Easily >and >efficiently configure, manage, and operate all of your security >controls >from a single console and one unified framework. Download a free trial. >http://p.sf.net/sfu/alienvault_d2d >Firebird-Devel mailing list, web interface at >https://lists.sourceforge.net/lists/listinfo/firebird-devel
Thanks Michael, I've been trying to find those types! Been through the gcc docs with no joy. Google no help either. The -m32 option is, as you note, a workaround for now. Long term, I might consider Qt or wxWidgets as a conversion. Cheers, Norm. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
