64 bit OS

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
 
D

Doug Semler

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?
 
G

Guest

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?
 

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