in reply to 64bit compiler from MS
Aha!
I had installed the Windows SDK that was suppose to include it. I thought it didn't work.
It did work, it's just that it doesn't integrate into VC's vcvarsall as one would guess from the contents of that file. Instead, one uses
C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv
(Can be run via "Windows SDK 7.1 Command Prompt" in the Start menu.)
Who would have thought that the release notes would be useful?! What a foreign concept.
The next problem is that I'm getting
LINK : fatal error LNK1181: cannot open input file 'bufferoverflowU.li +b'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 64bit compiler from MS
by ikegami (Patriarch) on Mar 04, 2011 at 07:22 UTC | |
|
Re^2: 64bit compiler from MS
by syphilis (Archbishop) on Mar 04, 2011 at 07:44 UTC | |
by ikegami (Patriarch) on Mar 04, 2011 at 07:51 UTC | |
by syphilis (Archbishop) on Mar 04, 2011 at 08:47 UTC | |
by ikegami (Patriarch) on Mar 04, 2011 at 16:47 UTC | |
|
Re^2: 64bit compiler from MS
by Anonymous Monk on Mar 04, 2011 at 08:32 UTC |