64 bit OS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

When I create and executable (with VS running on 32 bit OS) with solution
configuration for platform "Any CPU", how does run this application on 64 bit
OS? Is this app running like WOW or will it be running like a true 64 bit
application?

Thanks,

Lubomir
 
Lubomir said:
Hi,

When I create and executable (with VS running on 32 bit OS) with solution
configuration for platform "Any CPU", how does run this application on 64
bit
OS? Is this app running like WOW or will it be running like a true 64 bit
application?


Any CPU apps will run as 64 bit.

BUT:

If your app attempts to load a 32 bit native assembly at any point you'll
crash the app.

--
Doug Semler, MCPD
a.a. #705, BAAWA. EAC Guardian of the Horn of the IPU (pbuhh).
The answer is 42; DNRC o-
Gur Hfrarg unf orpbzr fb shyy bs penc gurfr qnlf, abbar rira
erpbtavmrf fvzcyr guvatf yvxr ebg13 nalzber. Fnq, vfa'g vg?
 
Thanks.

Lubomir



Doug Semler said:
Any CPU apps will run as 64 bit.

BUT:

If your app attempts to load a 32 bit native assembly at any point you'll
crash the app.

--
Doug Semler, MCPD
a.a. #705, BAAWA. EAC Guardian of the Horn of the IPU (pbuhh).
The answer is 42; DNRC o-
Gur Hfrarg unf orpbzr fb shyy bs penc gurfr qnlf, abbar rira
erpbtavmrf fvzcyr guvatf yvxr ebg13 nalzber. Fnq, vfa'g vg?
 
Back
Top