can somebody compile this?

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jun 2009
Posts: 33
Reputation: dzhugashvili is an unknown quantity at this point 
Solved Threads: 0
dzhugashvili dzhugashvili is offline Offline
Light Poster

can somebody compile this?

 
-4
  #1
Oct 3rd, 2009
I have this code which I need to be compiled in 64-bit mode but have no 64-bit capable compiler. First of all, could somebody compile this code for me and put the executable on filedropper.com or something? And second of all, does anybody know of a free 64-bit capable compiler for Windows Vista?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,232
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 539
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: can somebody compile this?

 
-7
  #2
Oct 3rd, 2009
does anybody know of a free 64-bit capable compiler for Windows Vista?
If you are a comp/sci student you can download Visual Studio Professional (for free) off of Dreamspark - if you need a 64 bit OS you can get Server 2008 R2 off of there too.

if you are not a student, i think GCC (MinGW on windows) may be able to. Im prettysure you cant cross compile though (meaning to make 64 bit binaries, you must be running a 64 bit compiler on a 64 bit capable OS and CPU).
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,679
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso

Re: can somebody compile this?

 
0
  #3
Oct 3rd, 2009
Visual C++ (other than the free express editions) can compile 64bit directly in the IDE. It does appear that you can compile from the Express edition, using command line compilation. See here
Last edited by vmanes; Oct 3rd, 2009 at 9:32 pm.
Everyone's gotta believe in something. I believe I'll have another drink.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 33
Reputation: dzhugashvili is an unknown quantity at this point 
Solved Threads: 0
dzhugashvili dzhugashvili is offline Offline
Light Poster
 
-1
  #4
Oct 9th, 2009
Do you mean I can compile code in 64-bit mode using Express Edition? I thought 64-bit compilation was entirely out of question for Express Edition. I just installed Professional Edition on a 64-bit machine under a 32-bit operating system. How do I proceed to compile my code in 64-bits? Or do I need a 64-bit operating system, too. I still have Express installed on a 64-bit machine running 64-bit Vista.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 33
Reputation: dzhugashvili is an unknown quantity at this point 
Solved Threads: 0
dzhugashvili dzhugashvili is offline Offline
Light Poster
 
0
  #5
Oct 17th, 2009
alright so I tried the steps here

http://msdn.microsoft.com/en-us/library/9yb4317s.aspx

to target my application to 64-bit under both Express and professional editions, bot neither of them had the option of a 64-bit platform under the New Solution Platform Dialog Box
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 33
Reputation: dzhugashvili is an unknown quantity at this point 
Solved Threads: 0
dzhugashvili dzhugashvili is offline Offline
Light Poster
 
0
  #6
Oct 20th, 2009
Got it. Evidently the "full" installation didn't include the 64-bit compilers. An update solved the problem. Thanks!
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC