Re: [Mingw-w64-public] _Decimal64 nan

2012-07-22 Thread Sisyphus
Thanks JonY, http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=8cf166fedd1aa110VgnVCM10a360ea10RCRD is a handy reference. Naturally, the "%De" (and friends) format doesn't work, as the MSC runtime doesn't accomodate it. (It seems there's quite a few p

Re: [Mingw-w64-public] _Decimal64 nan

2012-07-21 Thread JonY
On 7/21/2012 15:06, Sisyphus wrote: > Hi, > > I'm using a mingw64 port of gcc-4.7.0 on Windows Vista64: > > # > C:\_32\C>x86_64-w64-mingw32-gcc -v > Using built-in specs. > COLLECT_GCC=x86_64-w64-mingw32-gcc > COLLECT_LTO_WRAPPER=c:/_64/alt/bin/../libexec/gcc/x86_64-w6

[Mingw-w64-public] _Decimal64 nan

2012-07-21 Thread Sisyphus
Hi, I'm using a mingw64 port of gcc-4.7.0 on Windows Vista64: # C:\_32\C>x86_64-w64-mingw32-gcc -v Using built-in specs. COLLECT_GCC=x86_64-w64-mingw32-gcc COLLECT_LTO_WRAPPER=c:/_64/alt/bin/../libexec/gcc/x86_64-w64-mingw32/4.7.0/lto-wrapper.exe Target: x86_64-w64-min