FEAP User Forum

FEAP => Installation => Topic started by: Aamir Dean on October 02, 2013, 07:16:02 AM

Title: Installing feapv8.3 on windows 7 64 bit machine
Post by: Aamir Dean on October 02, 2013, 07:16:02 AM
Hello,
I am facing problems with installing feapv8.3 on windows 7 64 bit machine. Attached is the link output, Error1. I am using Microsoft visual studio 2005 for the installation. First of all I don't find the dfconsul.lib that you referred to it in the manual, so I just added  libc.lib to the additional dependencies. Any ideas please. I really need it urgently for thesis purposes.

N.B if I don't add libc.lib, I get another errors. Attached on Error2

Thaaanks a lot.
Title: Re: Installing feapv8.3 on windows 7 64 bit machine
Post by: Prof. R.L. Taylor on October 03, 2013, 11:50:00 AM
It looks like you did not add the library for all the files you compiled before.  You need to add whatever name you assigned as the name of your library -- e.g., if you called if feaplib then add feaplib.lib to your final build.  The other issue (i.e., libc.lib may occur as a warning but should not affect the final build)..