techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > Programming & Webmastering

Reply
 
Thread Tools
Old Sep 12, 2009, 02:10 AM   #1
dcf-joe
200 Posts
 
dcf-joe's Avatar
 
Join Date: Feb 2008
Location: Nebraska, USA
Posts: 327 (0.17/day)
Thanks: 61
Thanked 18 Times in 18 Posts

System Specs

Visual C++ 2008 + Vista 64 Question

Can I use the visual c++ 2008 express IDE in vista 64, or do I need to get some kind of separate 64-bit compiler?
dcf-joe is offline  
Reply With Quote
Old Sep 12, 2009, 02:54 AM   #2
A Cheese Danish
1000 Posts
 
A Cheese Danish's Avatar
 
Join Date: Nov 2006
Location: At your local vending machine
Posts: 1,914 (0.81/day)
Thanks: 121
Thanked 419 Times in 368 Posts
Send a message via AIM to A Cheese Danish

System Specs

You should be fine. I used Visual Basic '08 on 7 x64. Just make sure Vista is updated.
__________________
My FS/FT Thread
HEATWARE Xfire Steam ID
Certs: MCTS, MCITP, HP APS
Server: AMD Opteron 170 @2.95GHz | 4GB DDR 3-3-2-7 | 1x Samsung SPT 500GB, 2x WD Black 2TB, 2x 1.5TB Western Digital MyBook
A Cheese Danish is offline  
Reply With Quote
The Following User Says Thank You to A Cheese Danish For This Useful Post:
Old Sep 12, 2009, 03:01 AM   #3
Gzero
500 Posts
 
Join Date: Mar 2005
Location: Scotland
Posts: 661 (0.22/day)
Thanks: 22
Thanked 52 Times in 46 Posts

System Specs

VS 2008 working fine here on Vista x64, can compile for x86 and x64(not tried yet).
Gzero is offline  
Reply With Quote
The Following User Says Thank You to Gzero For This Useful Post:
Old Sep 12, 2009, 03:22 AM   #4
dcf-joe
200 Posts
 
dcf-joe's Avatar
 
Join Date: Feb 2008
Location: Nebraska, USA
Posts: 327 (0.17/day)
Thanks: 61
Thanked 18 Times in 18 Posts

System Specs

Thanks for the info guys. I guess I was just seeing if anybody else has used visual on vista x64. I remember reading that you can develop native x64 apps with the express editions, but that you had to download the windows sdk and then configure visual studio.
dcf-joe is offline  
Reply With Quote
Old Sep 12, 2009, 04:49 AM   #5
FordGT90Concept
"I go fast!1!11!1!"
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 10,574 (6.29/day)
Thanks: 1,752
Thanked 2,596 Times in 1,960 Posts

System Specs

I believe the ability to compile for x64 and IA-64 are packages (IA-64 especially is) which can be selected during installation. Which compiler it uses is choosen in your project properties.

Visual Studio 2008 itself works fine on Windows 98 through Windows 7 x64.


In x64, you can't edit a binary that is currently debugging. You have to stop the debugger, edit, then start it again. In x86, you can. Not sure about IA-64.
__________________
Golden Rule of Programming: Never assume.

try { SteamDownload(); }
catch (Steamception ex) { RageQuit(); }
FordGT90Concept is offline  
Crunching for Team TPU
Reply With Quote
Old Sep 12, 2009, 03:33 PM   #6
dcf-joe
200 Posts
 
dcf-joe's Avatar
 
Join Date: Feb 2008
Location: Nebraska, USA
Posts: 327 (0.17/day)
Thanks: 61
Thanked 18 Times in 18 Posts

System Specs

Do I need to install anything sql related if I just plan on doing basic to a little advanced c++ stuff?
dcf-joe is offline  
Reply With Quote
Old Sep 12, 2009, 09:57 PM   #7
FordGT90Concept
"I go fast!1!11!1!"
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 10,574 (6.29/day)
Thanks: 1,752
Thanked 2,596 Times in 1,960 Posts

System Specs

Nope. That's just there for OLE/DBC stuff. You can always Add/Remove it later if you do need it.
__________________
Golden Rule of Programming: Never assume.

try { SteamDownload(); }
catch (Steamception ex) { RageQuit(); }
FordGT90Concept is offline  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old Sep 12, 2009, 11:18 PM   #8
dcf-joe
200 Posts
 
dcf-joe's Avatar
 
Join Date: Feb 2008
Location: Nebraska, USA
Posts: 327 (0.17/day)
Thanks: 61
Thanked 18 Times in 18 Posts

System Specs

Is 664K memory usage for a simple guessing game considered optimized? I just made it in VS2008 Express.
dcf-joe is offline  
Reply With Quote
Old Sep 12, 2009, 11:22 PM   #9
FordGT90Concept
"I go fast!1!11!1!"
 
FordGT90Concept's Avatar
 
Join Date: Oct 2008
Location: IA, USA
Posts: 10,574 (6.29/day)
Thanks: 1,752
Thanked 2,596 Times in 1,960 Posts

System Specs

I wouldn't worry about memory usage unless you are running into the megabytes.
__________________
Golden Rule of Programming: Never assume.

try { SteamDownload(); }
catch (Steamception ex) { RageQuit(); }
FordGT90Concept is offline  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to FordGT90Concept For This Useful Post:
Old Sep 12, 2009, 11:31 PM   #10
dcf-joe
200 Posts
 
dcf-joe's Avatar
 
Join Date: Feb 2008
Location: Nebraska, USA
Posts: 327 (0.17/day)
Thanks: 61
Thanked 18 Times in 18 Posts

System Specs

Alright, I will keep that in mind.
dcf-joe is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual C++ 2008 Redist Question dcf-joe General Software 4 Jul 9, 2009 11:04 PM
[SOLVED] Visual Studio 2008 - Unable to Add/Remove FordGT90Concept Programming & Webmastering 0 Mar 3, 2009 08:36 AM
Do you run Visual Studio 2008 beta?? MrSeanKon Programming & Webmastering 11 Jan 11, 2008 08:08 AM
Microsoft Visual Studio 2008 Is Imminent malware News 13 Nov 19, 2007 01:27 PM
Visual Studio 2008, .NET 3.5 Reach Beta 2; Silverlight 1.0 Hits RC HellasVagabond General Software 0 Jul 26, 2007 08:26 PM


All times are GMT. The time now is 06:55 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts