|
|
Home » Community » Coffee corner » Visual Studio (Community) 2017 released
|
|
|
Re: Visual Studio (Community) 2017 released [message #48472 is a reply to message #48471] |
Thu, 06 July 2017 08:41   |
Tom1
Messages: 1303 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi Koldo,
You are absolutely right. I made it under Windows 10 Pro 32 bit.
Please note that current U++ can auto detect the VS2017 Community installation, while it cannot auto detect VS2017 Build Tools installation at this time. I have a strong feeling that this will change pretty soon now since Mirek indicated interest in this. I think the compiler is exactly the same, but Build Tools lacks debugger and IDE compared to a full VS2017 Community installation. (So installing VS2017 Community already includes everything needed and is also readily auto detected with current U++.)
Best regards,
Tom
|
|
|
|
|
Re: Visual Studio (Community) 2017 released [message #48477 is a reply to message #48471] |
Thu, 06 July 2017 10:11   |
Tom1
Messages: 1303 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi Koldo,
I just took a closer look and found that your MSC17x64.bm file also had PATH and LIB references pointing at VS2017 Community. Only INCLUDE was pointing to BuildTools. This may explain if you had issues with your BM when trying to use BuildTools instead of Community.
Best regards,
Tom
|
|
|
|
|
|
|
|
|
Re: Visual Studio (Community) 2017 released [message #48509 is a reply to message #48506] |
Tue, 11 July 2017 19:00   |
rafiwui
Messages: 105 Registered: June 2017 Location: Stuttgart, Germany
|
Experienced Member |
|
|
Thanks for the files. But it does not work. TheIDE tells me when I try to compile:
c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\winsock2.h (882): fatal error C1083: Cannot open include file: 'qos.h': No such file or directory
There is no file 'qos.h' in the folder c:\program files (x86)\windows kits\10\include\10.0.15063.0\um. Should it be there?
And another thing: In your MSVS17x64 there is this line:
PATH = "...;c:/program files (x86)/windows kits/10/bin/x86;...;
Shouldn't it be:
PATH = "...;c:/program files (x86)/windows kits/10/bin/x64;...;
??
Greetings
Daniel
|
|
|
Re: Visual Studio (Community) 2017 released [message #48513 is a reply to message #48509] |
Wed, 12 July 2017 11:19   |
Tom1
Messages: 1303 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi,
The files I uploaded are just the ones my U++ installation have auto-created on my platform. I wouldn't necessarily expect them to work on your system without modification. I just uploaded them for you as a template. If you find similar paths on your system, you can then tune these files accordingly to match your system configuration.
I have no knowledge of the automatic build method generation, so I cannot help on that part. Certainly having unusual installation paths can affect such code.
The reference to x86 in the PATH does not appear to cause any trouble on my 64-bit system. The reason for it is unknown to me.
I wish you the best of luck!
Best regards,
Tom
|
|
|
Re: Visual Studio (Community) 2017 released [message #48517 is a reply to message #48513] |
Wed, 12 July 2017 21:39   |
rafiwui
Messages: 105 Registered: June 2017 Location: Stuttgart, Germany
|
Experienced Member |
|
|
Ok I found the problem. Somehow in the include folder of the newest windows sdk (c:/program files (x86)/windows kits/10/include/10.0.15063.0/...) some files are missing (qos.h is one of them). So I guess your files are working (thanks for giving me them) but I have to check my visual studio for updates or repairing my sdk.
Greetings
Daniel
|
|
|
|
|
|
Re: Visual Studio (Community) 2017 released [message #48653 is a reply to message #48652] |
Mon, 14 August 2017 08:58   |
rafiwui
Messages: 105 Registered: June 2017 Location: Stuttgart, Germany
|
Experienced Member |
|
|
That is correct. You need the Win10 SDK. But you can select it in the VS installer directly. If you can't find it on the first tab. Search it in the single components tab and select it.
Greetings
Daniel
|
|
|
Goto Forum:
Current Time: Fri May 09 17:58:15 CEST 2025
Total time taken to generate the page: 0.03007 seconds
|
|
|