Re: [Mingw-w64-public] cannot execute binary file: Exec format error

2014-10-27 Thread Mark Cianfaglione
Solved It turns out that the size of the pre-allocated variables was too high. When I reduced the size of the structs it worked. I will add libxls and xlslib when I get a few moments. Thanks On Sat, 2014-10-25 at 21:18 +0100, Ray Donnelly wrote: > On Sat, Oct 25, 2014 at 1:47 PM, Mark Cianfagl

Re: [Mingw-w64-public] cannot execute binary file: Exec format error

2014-10-25 Thread Ray Donnelly
On Sat, Oct 25, 2014 at 1:47 PM, Mark Cianfaglione wrote: > Hi > > I'm using MSYS2 and Mingw-w64 on a Windows 7 64 bit system and I've got > a situation where I've compiles a program that uses GTK3 but I get a > "cannot execute binary file: Exec format error" when I try to execute > it. > > I thou

[Mingw-w64-public] cannot execute binary file: Exec format error

2014-10-25 Thread Mark Cianfaglione
Hi I'm using MSYS2 and Mingw-w64 on a Windows 7 64 bit system and I've got a situation where I've compiles a program that uses GTK3 but I get a "cannot execute binary file: Exec format error" when I try to execute it. I thought perhaps that my makefile was borked so I made a simple "hello world"