Re: Build fails at graphics:linkWinFont

2018-08-25 Thread Kevin Rushforth
Good to know. -- Kevin On 8/25/2018 12:47 AM, John Hendrikx wrote: There should have been a gdi32.lib in the x64 folder as well, but there wasn't.  Downloading a Windows SDK (10.0.16299) and installing it solved this. --John On 25/08/2018 00:24, Kevin Rushforth wrote: C:/Program Files

Re: Build fails at graphics:linkWinFont

2018-08-25 Thread John Hendrikx
There should have been a gdi32.lib in the x64 folder as well, but there wasn't. Downloading a Windows SDK (10.0.16299) and installing it solved this. --John On 25/08/2018 00:24, Kevin Rushforth wrote: C:/Program Files (x86)/Windows Kits/10/lib/10.0.16299.0/um/x86\gdi32.lib : warning

Re: Build fails at graphics:linkWinFont

2018-08-24 Thread Kevin Rushforth
C:/Program Files (x86)/Windows Kits/10/lib/10.0.16299.0/um/x86\gdi32.lib : warning LNK4272: library machine type 'X86' conflicts with target machine type 'x64' This looks like a problem where the tools are confused about 32-bit versus 64-bit. It might be something missing from your Visual