HI all,
how can I compile the 64bit version in Visual Studio for Windows machines? Are there some instructions?
thnks
Windows 64bit compilation
Moderators: silvia, selimgunay, Moderators
-
- Posts: 1
- Joined: Fri Dec 27, 2013 11:36 pm
- Contact:
Re: Windows 64bit compilation
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
> 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
-
- Posts: 19
- Joined: Sat Aug 03, 2013 3:56 am
- Location: Shiraz University
- Contact:
Re: Windows 64bit compilation
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.
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.
Re: Windows 64bit compilation
Hi ardalannejat! could you explain please how do you "add ...\OTHER\triangle as additional dependency for element project" I am in this step. Thanks