[Lemon-user] Cannot build 64bit applications with Visual Studio 2012
John Lagerquist
john at rallytronics.com
Thu May 26 05:53:01 CEST 2016
*fatal error LNK1112: module machine type 'x64' conflicts with target
machine type 'X86'* typically means you are trying to link code built for
64 bit with code built for 32 bit
Did you build the lemon lib for 64 bit?
I use it for 64 bit applications all the time.
On Wed, May 25, 2016 at 9:35 PM, David Franz Koza <dakoz at dtu.dk> wrote:
> Dear all,
>
>
>
> I’m new to Lemon and just installed it on my machine, using Visual Studio
> 2012. Building 32bit applications works well, but when I try to build 64bit
> applications I get lots of warnings and the following two error messages:
>
>
>
> x64\Release\arg_parser.obj : fatal error LNK1112: module machine type
> 'x64' conflicts with target machine type 'X86'
>
>
>
> LINK : fatal error LNK1181: cannot open input file
> '..\deps\lemon\lemon\Release\lemon.lib'
>
>
>
> I get these results for the small introductory example of the Lemon
> Tutorial (http://lemon.cs.elte.hu/pub/tutorial/a00012.html).
>
>
>
> Is there a way I can build 64bit applications using the Lemon Graph
> Library? I was planning to use a 64bit version of CPLEX.
>
>
>
> Thanks a lot,
>
> David F. Koza
>
> _______________________________________________
> Lemon-user mailing list
> Lemon-user at lemon.cs.elte.hu
> http://lemon.cs.elte.hu/mailman/listinfo/lemon-user
>
>
--
John Lagerquist
Chief Engineer
RallyTronics LLC
801-866-5981
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lemon.cs.elte.hu/pipermail/lemon-user/attachments/20160525/1dd18175/attachment.html>
More information about the Lemon-user
mailing list