32bit 64bit

D

Darin

If i compile my VB.NET application for AnyCPU, is there a way at
run-time to force it to run 32bit on a 64bit OS?

Darin
 
N

nak

Hi Darin,
If i compile my VB.NET application for AnyCPU, is there a way at
run-time to force it to run 32bit on a 64bit OS?

Processor optimisations are done at compile time, so unfortunately not.
If you want to force it to 32bit, create a 32bit build and install it on a
64bit OS, it will install in the x86 Program Files folder.

Nick.
 
N

nak

Hi Darin,
If i compile my VB.NET application for AnyCPU, is there a way at
run-time to force it to run 32bit on a 64bit OS?

Processor optimisations are done at compile time, so unfortunately not.
If you want to force it to 32bit, create a 32bit build and install it on a
64bit OS, it will install in the x86 Program Files folder.

Nick.
 
D

Darin

thanks. we have one customer that wants it always 32bit but all other
customers want it either 64 or 32.

I will test this command out.

Darin
 
D

Darin

thanks. we have one customer that wants it always 32bit but all other
customers want it either 64 or 32.

I will test this command out.

Darin
 

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