6401
General Software Discussion / Re: Visual C++ 2008 Express and native x64 output ?
« Last post by f0dder on November 21, 2007, 06:40 PM »I figured out how to add x64 config myself, but thanks for posting it here anyway - somebody else might read & benefit (it's mentioned on the MS page I posted a link to). 40kb is a lot of bloat for fSekrit, and it doesn't really benefit from x64 version, but it was what I was working on so it was what I tried building for x64. Almost surprised it worked with no changes... dunno if there's any x64-related bugs in it, though 
Wrt. supporting /MP switch, I doubt that should be necessary, unless the way the IDE works has been changed; in 2005 it doesn't invoke cl.exe with a long list of files, it invokes it once per file... so if the 2008 IDE hasn't changed, it will not use /MP but manually spawn threads.

Wrt. supporting /MP switch, I doubt that should be necessary, unless the way the IDE works has been changed; in 2005 it doesn't invoke cl.exe with a long list of files, it invokes it once per file... so if the 2008 IDE hasn't changed, it will not use /MP but manually spawn threads.

Recent Posts



In general, I simply like the fact that i don't have to choose a 32bit or 64bit OS, I just have an OS that runs 32bit code and will run 64bit apps as they come out.