in reply to Re^2: How to Compile v10 in Vista 64b ?
in thread How to Compile v10 in Vista 64b ?
This is what the makefile.mk has in regards to the error
# The 64 bit Platform SDK compilers contain a runtime library that doesn't
# include the buffer overrun verification code used by the /GS switch.
# Since the code links against libraries that are compiled with /GS, this
# "security cookie verification" must be included via bufferoverlow.lib.
.IF "$(WIN64)" == "define"
LIBBASEFILES = $(LIBBASEFILES) bufferoverflowU.lib
.ENDIF
There was no bufferoverflowU.lib found in the download, will look to download the 64b SDK? "
|
|---|