Search found 2 matches

by rbar
2015-05-21T02:44:00-07:00
Forum: Bugs
Topic: fatal error LNK1181: cannot open input file...
Replies: 2
Views: 2437

Re: fatal error LNK1181: cannot open input file...

Ok. Got it. In "ImageMagickObject_.h" I had to set the WINVER tp 0x0500 and some old MFC lib was missing. I got it from here: https://www.microsoft.com/en-us/download/confirmation.aspx?id=40770 . Unfortunately that's not all: Adding two include directories was necessary: <ImageMagick-dist>\Magick ...
by rbar
2015-05-15T00:34:24-07:00
Forum: Bugs
Topic: fatal error LNK1181: cannot open input file...
Replies: 2
Views: 2437

Re: fatal error LNK1181: cannot open input file...

I have the same problem.

OS: Windows 7 sp1 Professional 64Bit
C++ Enviroment: Visual Studio 2013 x64 debug build

Any ideas?