Re: 64 bit OS
"Lubomir" <Lubomir@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3B87FBB0-3BA6-4049-BF1B-C183A3FF48B2@xxxxxxxxxxxxxxxx
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?
.
Relevant Pages
- [Summary] Diagnosis fun...
... 2% idle time sucks, and more than likely the system is CPU bound, and can ... app depends so heavily on the kernel, ... I replaced the default Solaris 8 TimeSharing dispatch table ... (SunManagers) - Re: Timing your loops
... loops it updates every iteration causing cpu usage. ... And yes i do need multiple separate windows. ... However all this said if letting the app suck 100% isn't actually a bad ... all the cpu power left....mustn't be left for a rainy day after all. ... (microsoft.public.win32.programmer.directx.managed) - Re: Timing your loops
... Instead of taking a 'greedy' approach that uses up as much CPU time as possible unless you remember to stop it, have you considered an approach whereby you generally do nothing, but occasionally you'll render a frame? ... Providing your timer-handling code takes less than 30ms to execute, your app should go back to sleep between frames. ... After all they are running and while doing nothing are allocated all the cpu power left....mustn't be left for a rainy day after all. ... (microsoft.public.win32.programmer.directx.managed) - Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]
... Matt Mackall wrote: ... Probably not if you use common sense, and in the context of a replacement ... Is it common sense that a heavily-threaded app should be able ... to get hugely more CPU than a well-written app? ... (Linux-Kernel) - Re: performance Winxp vs Linux
... Re: 'low' CPU consumption ... A benchmark app we use executes in a given time on a new Win2K box. ... Long story short - Under XP, drivers from the motherboard driver CD had ... (comp.lang.tcl) |
|