Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » msvc10 64 automatic setup does not work
Re: msvc10 64 automatic setup does not work [message #44721 is a reply to message #44720] Thu, 04 June 2015 15:43 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 273
Registered: July 2011
Location: Bangalore
Experienced Member
Hi Aftershock,

My MSC12x64.bm file is

BUILDER = "MSC12X64";
COMPILER = "";
COMMON_OPTIONS = "/Zm200";
COMMON_CPP_OPTIONS = "";
COMMON_C_OPTIONS = "";
COMMON_FLAGS = "";
DEBUG_INFO = "2";
DEBUG_BLITZ = "1";
DEBUG_LINKMODE = "0";
DEBUG_OPTIONS = "-Od";
DEBUG_FLAGS = "";
DEBUG_LINK = "";
RELEASE_BLITZ = "0";
RELEASE_LINKMODE = "0";
RELEASE_OPTIONS = "-O1 -GS-";
RELEASE_SIZE_OPTIONS = "-O1 -GS-";
RELEASE_FLAGS = "";
RELEASE_LINK = "";
DEBUGGER = "";

PATH = 
"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\bin\\x86_amd64;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\PlatformSDK\\bin\\x64;
C:\\Program Files (x86)\\Windows Kits\\8.1\\bin\\x64;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\bin";

INCLUDE = "C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\include;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\PlatformSDK\\Include\\um;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\PlatformSDK\\Include\\shared;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\PlatformSDK\\Include\\winrt;
C:\\Program Files (x86)\\Windows Kits\\8.1\\Include\\shared;
C:\\Program Files (x86)\\Windows Kits\\8.1\\Include\\um";

LIB = 
"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\lib\\amd64;
C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\PlatformSDK\\Lib\\winv6.3\\um\\x64;
C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\x64";

LINKMODE_LOCK = "0";
ALLOW_PRECOMPILED_HEADERS = "1";



Set up PATH,LIB and Include as per your installation and it will work.

Particularly pay attention to x64 entries


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What's wrong in this code?
Next Topic: Raspberry Pi 2: readme file
Goto Forum:
  


Current Time: Sun Aug 10 13:52:58 CEST 2025

Total time taken to generate the page: 0.02271 seconds