different platform in MS Visual Studio

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Guest
Hi

I am a newbie in Microsoft visual studio.
According to the documentation, the solution can contain several
projects. Each project can run with different platform with Win32 or
x64.
I don't understand this. I use Win32. Then I cannot run this
solution on x64, can I? If I use x64 window OS, why should I choose
Win32 platform?

Thank you in advance.

Mike
 
Re: different platform in MS Visual Studio


"Mike" <SulfateIon@gmail.com> wrote in message
news:42268055-aa9b-43f2-a47b-b09a2682e82d@r15g2000prh.googlegroups.com...
> Hi
>
> I am a newbie in Microsoft visual studio.
> According to the documentation, the solution can contain several
> projects. Each project can run with different platform with Win32 or
> x64.
> I don't understand this. I use Win32. Then I cannot run this
> solution on x64, can I? If I use x64 window OS, why should I choose
> Win32 platform?

In case you were developing for more than one platform, which you are not. I
suggest you try the developer forums which include VS:
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=35&SiteID=1 .
 
Back
Top