"Burkhardt, Glenn" writes:
> You're probably running into the fact that Intel processors have
> floating point registers with 80 bits, and when optimization is turned
> on, operations are done in registers and not truncated as they are
> when the values are stored to memory.
>
> See https://gcc.gn
Peter Balazovic writes:
> Dears,
>
> I'm looking for "simple" advice on use of libusb within mingw-w64 ?
>
> I use mingw-w64 installed as \mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\
>
> I have downloaded libusb from
> https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.20
>
> On
Rodny writes:
> Ignoring the endless holy wars, some practical concerns that we have here
> are the dismal support on native windows for git. TortoiseSVN makes
> browsing your changes and picking the ones we want extremely easy in a
> graphical environment on the platform that you're built to pro
JonY writes:
> On 5/26/2012 00:32, Alberto Luaces wrote:
>> Hello,
>>
>> I'm trying to deploy a DLL to be run in a windows-based, embedded
>> device. In order to compile it, I have used mingw w64. The DLL works
>> fine on windows in a regular PC. Howe
Hello,
I'm trying to deploy a DLL to be run in a windows-based, embedded
device. In order to compile it, I have used mingw w64. The DLL works
fine on windows in a regular PC. However, it fails to load when the
used from the device. The reason is that the device has a MSVCRT.DLL
library that la