Re: [Mingw-w64-public] Linking binary data using mingw-w64 for 32 bit Windows executable

2015-08-03 Thread Andrej Balkonski
Thanks, Hannes, That did the trick. But let me think if I understand it correctly. 64 bit ld introduces start, end, size, etc. variables with underscores whereas 32 bit one does that without? Not that I think that either is the "standard", but I think that should be the same for both. Just my two

Re: [Mingw-w64-public] Linking binary data using mingw-w64 for 32 bit Windows executable

2015-08-03 Thread Hannes Domani
Hello Andrej Balkonski schrieb am 17:44 Montag, 3.August 2015: > Hello everybody, > I have a problem with linking-in binary data into a 32 bit Windows executable > using mingw-w64. > I'm doing this on Linux (Kubuntu 14.04.2 LTS) but the same thing also > manifests itself on Windows machine(s)

[Mingw-w64-public] Linking binary data using mingw-w64 for 32 bit Windows executable

2015-08-03 Thread Andrej Balkonski
Hello everybody, I have a problem with linking-in binary data into a 32 bit Windows executable using mingw-w64. I'm doing this on Linux (Kubuntu 14.04.2 LTS) but the same thing also manifests itself on Windows machine(s). Not to repeat myself, I'll just post a link to already posted explanation: