Windows 64bit compilation

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

Moderators: silvia, selimgunay, Moderators

Post Reply
johnnyontheweb
Posts: 43
Joined: Sat Oct 08, 2011 6:28 am

Windows 64bit compilation

Post by johnnyontheweb » Sun Dec 22, 2013 8:25 am

HI all,
how can I compile the 64bit version in Visual Studio for Windows machines? Are there some instructions?

thnks

yekose
Posts: 50
Joined: Thu May 15, 2008 5:46 am
Location: Turkey

Re: Windows 64bit compilation

Post by yekose » Mon Dec 23, 2013 2:11 am


EconomicsTuition
Posts: 1
Joined: Fri Dec 27, 2013 11:36 pm
Contact:

Re: Windows 64bit compilation

Post by EconomicsTuition » Fri Dec 27, 2013 11:43 pm

johnnyontheweb wrote:
> HI all,
> how can I compile the 64bit version in Visual Studio for Windows machines?
> Are there some instructions?
>
> thnks

Hi there,

Got this from the following URL: http://software.intel.com/en-us/article ... plications

•1. From Control Panel > Add or Remove Programs, select "Microsoft Visual Studio 2005" (or 2008) > Change/Remove. The Visual Studio Maintenance Mode window will appear. Click Next.

•2. Click Add or Remove Features

•3. Under "Select features to install", expand Language Tools > Visual C++

•4. If the box "X64 Compiler and Tools" is not checked, check it, then click Update. If the box is already checked, click Cancel.

Cheers
Melvin
www.thateconstutor.com

ArdalanNejat
Posts: 19
Joined: Sat Aug 03, 2013 3:56 am
Location: Shiraz University
Contact:

Re: Windows 64bit compilation

Post by ArdalanNejat » Wed Jan 01, 2014 8:46 am

Dear johnnyontheweb,
well with all the respect for dear fmk, but I couldn't build opensees by tcl 64 bit!!!! actually it's kinda ridiculous I completely removed X64 tcl and installed x86 tcl and magical! it worked! hear is complete instruction:
1.download rev5641
2.install X86 version of tcl (no matter what platform you use x64 or x86) http://www.activestate.com/activetcl/do ... readed.exe
3.open opensees solution by VS
4.set active project to opensees or openseestk or quickmain
5.set SAFEEH to NO for opensees and openseestk and quickmain project(project properties/linker/advanced/last option)
6.add ...\OTHER\triangle as additional dependency for element project
7.build the entire solution
you shouldn't experience any problem but if you did tell me.

ptorresr
Posts: 1
Joined: Sun Jan 18, 2015 6:57 pm
Location: UC Irvine

Re: Windows 64bit compilation

Post by ptorresr » Fri May 01, 2015 11:04 am

Hi ardalannejat! could you explain please how do you "add ...\OTHER\triangle as additional dependency for element project" I am in this step. Thanks

Post Reply