Re: Problems linking c++/SWI executable for Windows
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 10/31/2013 05:38 PM, Olivier Sallou wrote: >> - Using MSVC 2009 (Express version), I can_now_ link to both the 32 >> > and 64-bit versions. This was achieved by following the MinGW FAQ >> > for creating libswipl.lib by making MinGW generate a .def file and >> > using MSVC lib.exe to create the .lib file from there. >> > >> > This is now in the GIT repo, so tomorrow's daily build should ship >> > with .lib files (if we are lucky). The nightly built failed due to a wrong setup of the MS lib.exe needed to create the .lib file in the wine emulator. This is now fixed and a new `daily' with the .lib files is online. > I have higher version of MSVC but I should be able to test. Curious --- Jan