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
msvc10 64 automatic setup does not work [message #44708] Sun, 31 May 2015 13:43 Go to next message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Hi all,

I tried to use mscv10 64 bit version. It is installed in my computer.
I used Ultimate ide's automatic setup...
However, when I used ultimate ide, it does not work.

When I compile my project, I get
----- CtrlLib ( GUI MT SSE2 MSC10X64 WIN32 MSC ) (1 / 21)
cd d:\upp342015\uppsrc\CtrlLib
PCH: CtrlLib.h
compiled in (0:00.00)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.00)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)

I think it does not find cl for some reason.
32bit version works for me.

The same problem with Mscvc 11 and 12...
Could you fix it?

Thanks.

A.


Re: msvc10 64 automatic setup does not work [message #44720 is a reply to message #44708] Thu, 04 June 2015 13:50 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
aftershock wrote on Sun, 31 May 2015 13:43
Hi all,

I tried to use mscv10 64 bit version. It is installed in my computer.
I used Ultimate ide's automatic setup...
However, when I used ultimate ide, it does not work.

When I compile my project, I get
----- CtrlLib ( GUI MT SSE2 MSC10X64 WIN32 MSC ) (1 / 21)
cd d:\upp342015\uppsrc\CtrlLib
PCH: CtrlLib.h
compiled in (0:00.00)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.00)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)
compiled in (0:00.00)
compiled in (0:00.01)

I think it does not find cl for some reason.
32bit version works for me.

The same problem with Mscvc 11 and 12...
Could you fix it?

Thanks.

A.




With your help, maybe Smile

It is no rocket science, the problem will be wrongly setup directories. If you could report what you have in build method and what are correct values (it is not so hard to setup build method manually...).

Mirek
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 next message
deep is currently offline  deep
Messages: 263
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
Re: msvc10 64 automatic setup does not work [message #45087 is a reply to message #44721] Sat, 29 August 2015 16:35 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I guess compile log in verbose mode (menu: Setup > Be verbose) would help here.
Re: msvc10 64 automatic setup does not work [message #45214 is a reply to message #44721] Wed, 07 October 2015 16:35 Go to previous message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Yes, that helped.

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


Current Time: Fri Mar 29 13:01:44 CET 2024

Total time taken to generate the page: 0.01621 seconds