Re: Differences in 32bit and 64bit builds

2020-06-15 Thread Kalev Lember
On 6/11/20 17:49, Richard Shaw wrote: On Thu, Jun 11, 2020 at 10:43 AM Jan Niklas Hasse > wrote: __ On Wed, 10 Jun 2020, at 23:09, Richard Shaw wrote: So why does this only show up in MinGW? If a 64bit pointer can't find it a 32bit int, shouldn't I als

Re: Differences in 32bit and 64bit builds

2020-06-11 Thread Jan Niklas Hasse
On Wed, 10 Jun 2020, at 23:09, Richard Shaw wrote: > So why does this only show up in MinGW? If a 64bit pointer can't find it a > 32bit int, shouldn't I also get an error when building for 64bit Fedora? Because ShellExecute is a Windows function, thus that part of the code won't be compiled when

Re: Differences in 32bit and 64bit builds

2020-06-10 Thread Yaakov Selkowitz
On Wed, 2020-06-10 at 10:26 -0500, Richard Shaw wrote: > I'm working on the ability to produce Windows builds of fldigi using > the Fedora MinGW stack. > > Currently the 32bit builds compile with little to no warnings and > appear to function properly, however, on 64bit builds there is a ton > mor