Author Topic: Installing feapv8.3 on windows 7 64 bit machine  (Read 7730 times)

Aamir Dean

  • Jr. Member
  • **
  • Posts: 15
Installing feapv8.3 on windows 7 64 bit machine
« 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.
« Last Edit: October 02, 2013, 07:18:07 AM by Aamir Dean »

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Installing feapv8.3 on windows 7 64 bit machine
« Reply #1 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)..