Link Error: libIEPCF90.lib

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
huangc
Posts: 6
Joined: Mon Jul 27, 2009 4:42 pm
Location: China

Link Error: libIEPCF90.lib

Post by huangc »

Hi, fmk. I am trying to use Opensees as a third lib in my code.
After Rebuilding the whole solution, I move all the libs in the /bin and /bin/release directories to the /Opensees/lib which I created. And move all the .h files in the SRC to the /Opensees/include.

I create a win32 console application in vs2005 and use the example code main.cpp for test, including VC2005errno.cpp .
Additional include/library directories and dependencies are all added.

But there is a link error:
LINK : fatal error LNK1104: cannot open file 'libIEPCF90.lib';

Thank you for your help. And could you give some suggetion to use the Opensees as a lib?
huangc
Posts: 6
Joined: Mon Jul 27, 2009 4:42 pm
Location: China

Post by huangc »

I get through the problem now.

The project setting for runtime library should be /MT. And debug mode should use debug build of OpenSEES lib, but I used the release build.

I got helpful hint from some of threads. Many thanks to this wonderful forum.
Post Reply