Re: Win-64 bit tcl84.dll and tcl84.lib
- From: "mail.dpant@xxxxxxxxx" <mail.dpant@xxxxxxxxx>
- Date: Thu, 21 May 2009 18:54:55 -0700 (PDT)
On May 21, 4:59 pm, Pat Thoyts <cnggub...@xxxxxxxxxxxxxxxxxxxxx>
wrote:
"mail.dp...@xxxxxxxxx" <mail.dp...@xxxxxxxxx> writes:
Hi,
Where can i get tcl84.dll and tcl84.lib (export library) for win64bit?
i am using it in my application and need to link with 64 bit version.
thanks
Fetch the Platform SDK for Windows Server 2003 R2 which handily
contains a AMD64 version of the MSVC++ 2005 compiler. Start a Build
Environment window for a 64 bit retail target and build tcl and tk.
Something like:
cd tcl\win
nmake -f makefile.vc MACHINE=AMD64 OPTS=threads,pdbs release
cd ..\..\tk\win
nmake -f makefile.vc MACHINE=AMD64 TCLDIR=..\..\tcl OPTS=threads,pdbs release
Look in the Release_VC8 subdirectoris for the built files or install
them by setting INSTALLDIR on the nmake command line.
--
Pat Thoyts http://www.patthoyts.tk/
To reply, rot13 the return address or read the X-Address header.
PGP fingerprint 2C 6E 98 07 2C 59 C8 97 10 CE 11 E6 04 E0 B9 DD
Hi Pat,
Thanks for the Help,
i downloaded tcl8419-src.zip(from http://www.tcl.tk/software/tcltk/download84.html
) and did the step above. I am getting error something like
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 8\VC
\BIN\amd64\cl.EXE"' : return code '0x2'.
i tried to debug it but no success.
Is there any way to get the binary of tcl84.dll and tcl84.lib(export
library)
Thanks
Deepak
.
- Follow-Ups:
- Re: Win-64 bit tcl84.dll and tcl84.lib
- From: mail.dpant@xxxxxxxxx
- Re: Win-64 bit tcl84.dll and tcl84.lib
- References:
- Win-64 bit tcl84.dll and tcl84.lib
- From: mail.dpant@xxxxxxxxx
- Re: Win-64 bit tcl84.dll and tcl84.lib
- From: Pat Thoyts
- Win-64 bit tcl84.dll and tcl84.lib
- Prev by Date: Re: Win-64 bit tcl84.dll and tcl84.lib
- Next by Date: tooltips for ttk::treeview
- Previous by thread: Re: Win-64 bit tcl84.dll and tcl84.lib
- Next by thread: Re: Win-64 bit tcl84.dll and tcl84.lib
- Index(es):
Relevant Pages
|