Re: [Mingw-w64-public] enhancements on the win32 to win64 conversion

2011-05-23 Thread RSPsoftware
Kai I only dicovered that the code that I was using since 2004 has this weird and unusual round trick last week when I converted the win32 code to win64 It was inside a equalizer plugin for XMMS --- Em seg, 23/5/11, Kai Tietz escreveu: De: Kai Tietz Assunto: Re: [Mingw-w64-public] enhancement

Re: [Mingw-w64-public] enhancements on the win32 to win64 conversion

2011-05-23 Thread RSPsoftware
thanks a lot, and I will remember also to always use -Wall when converting win32 code to win64 --- Em seg, 23/5/11, Kai Tietz escreveu: De: Kai Tietz Assunto: Re: [Mingw-w64-public] enhancements on the win32 to win64 conversion Para: mingw-w64-public@lists.sourceforge.net Data: Segunda-feira,

Re: [Mingw-w64-public] enhancements on the win32 to win64 conversion

2011-05-23 Thread RSPsoftware
@lists.sourceforge.net Data: Segunda-feira, 23 de Maio de 2011, 10:47 2011/5/23 RSPsoftware the compiler dont show a warning about the win32 to win64 conversion in the following function, it would be great if the compiler report at least a warning about it this function fail miserably in win64, and I have

[Mingw-w64-public] enhancements on the win32 to win64 conversion

2011-05-23 Thread RSPsoftware
the compiler dont show a warning about the win32 to win64 conversion in the following function, it would be great if the compiler report at least a warning about it this function fail miserably in win64, and I have only detected it after the compilation and tests   intround_trick (float floatval

Re: [Mingw-w64-public] [Mingw-users] thanks for mingw64

2011-05-11 Thread RSPsoftware
ira, 11 de Maio de 2011, 12:18 Wrong list, but you're welcome :) Use mingw-w64-public@lists.sourceforge.net in the future. On Wed, May 11, 2011 at 10:50 AM, RSPsoftware wrote: > > I am amazed with the simplicity to convert ming32 projects as executables or > dlls to