Encounter error compiling 1.7.3 with VC6

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

Moderators: silvia, selimgunay, Moderators

Post Reply
michaelshu
Posts: 7
Joined: Mon Oct 30, 2006 5:24 am
Location: zhe jiang university

Encounter error compiling 1.7.3 with VC6

Post by michaelshu »

When i compile OpenSees sources with MSVC++6 with OS Windows2000 Sp4, an eror occured.
Tcl8.4.6.1 was installed in C:\Tcl
so I change the inclide directory to C:\TCL\INCLUDE and C:\TCL\LIB
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\LIB

The compling information is:
Linking...
LINK : fatal error LNK1181: cannot open input file "tcl84.lib"
Error executing link.exe.
openSees.exe - 1 error(s), 0 warning(s)

What's wrong with it?
Can anyone help me?Many thanks!!!
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can go into the project settings for the OpenSees and the OpenSeesTK projects and in the linker setction specify were you have placed tcl/tk .. i believe it's a right click on the project and then select setteings and then go to the link or linker tab
Post Reply