32bit and 64bit devellop

M

M O J O

(I'm using Visual Studio 2008)

I want my new develloper pc to be Vista 64bit, but all my clients are so
far 32bit (XP), so my questions are:

1) Is it possible for me to tell VS2008 that the output should be 32bit?
That is devellop dotnet on a 64bit machine and output 32bit program?

2) When later this year, all my clients are updgraded to Vista 64bit,
can I then tell VS2008 easialy to change my solution from 32bit to 64bit?


Thanks!

M O J O
 
M

Michael D. Ober

M O J O said:
(I'm using Visual Studio 2008)

I want my new develloper pc to be Vista 64bit, but all my clients are so
far 32bit (XP), so my questions are:

1) Is it possible for me to tell VS2008 that the output should be 32bit?
That is devellop dotnet on a 64bit machine and output 32bit program?

2) When later this year, all my clients are updgraded to Vista 64bit, can
I then tell VS2008 easialy to change my solution from 32bit to 64bit?


Thanks!

M O J O

As long as you are using managed code, you don't need to do anything
special. The numeric sizes in .NET are specified in that an Integer is 32
bits regardless of the machine. The framework will handle the differences
for you.

That said, you might want to get a 32-bit version of Vista and test with it
so your clients are comfortable with you developing on a 64 bit system.

Mike Ober.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top