|
|
#1 | |
|
Registered User
Join Date: Jun 2008
Posts: 41
|
I have a question about Vista 64...if I write a program say in Visual Studio 2008 C# and compile it on Vista 64bit, would the app work on vista 32 and xp 32?
|
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Feb 2008
Posts: 925
|
yes, it will run under WOW64 or you can set it up to run under compatibiltiy mode...
http://en.wikipedia.org/wiki/WOW64 edit oh wait its compiled in a 64 bit envoriment....oh i think not.... |
|
|
|
|
|
|
#3 | |
|
Mahna Mahna
Join Date: Jul 2006
Location: Madison, Wi
Posts: 6,123
|
Quote:
__________________
|
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Feb 2008
Posts: 925
|
Now that i think of it, ya, your right, because the compiler, if its a 32 bit compiler(with 64 bit capabilties) under a 64bit OS, it will compile it to a 32 bit file, unless you specify it to compile the file as 64 bit.
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Aug 2002
Location: Australia
Posts: 1,177
|
I believe a pure managed application (eg 100% C#) will run on either when developed on either. It is supposed to JIT (Just In Time compile) when run for the first time.
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 302.17 for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 06-16-12 04:12 PM |
| Rumor: Sony Cloud Deal Will Make PS3 Backwards Compatible, Stream PS2/PS1 games | News | Latest Tech And Game Headlines | 0 | 06-01-12 12:10 PM |
| [NVIDIA REMINDER] Missing Linux kernel => 3.4.x compatibility | artem | NVIDIA Linux | 0 | 05-02-12 06:09 PM |
| Windows 2000 Compatibility util, post-sp3 | PCarr78 | Microsoft Windows XP And Vista | 3 | 09-03-02 11:41 PM |