[Connect Update 16 C++] Where do you find c++ 14.2X tools for bmake to work?

When i try to build a c++ project using the SDK, i get this error:

BMAKE: Error - C++ 14.2X tools are required but not installed
BMAKE: call trace

Where do I find this and how do I get this installed? In Visual Studio there are 14.2X build tools that look like this:

But that doesn't seem to resolve the issue. Anyone?

Thanks.

Parents
  • Hi ,

    I presume by "[Connect Update 16 C++]" you are trying to compile using either: MSCE SDK U16.1 or MSCE SDK U16.2, not 16.0.
    That message did not exist prior to MSCE SDK U16.1.

    D:\Data\Dev\SDKs\Bentley\MicroStationSDK\_RELEASES\v10>findstr -snipc:"tools are required but not installed" *.mki
    10160130en1\MicroStationCONNECTSDKx64\SourceDir\Bentley\MicroStationCONNECTSDK\mki\AssertToolSet.mki:1116:            %error C++ 14.2X tools are required but not installed
    10160222\MicroStationCONNECTSDKx64\SourceDir\Bentley\MicroStationCONNECTSDK\mki\AssertToolSet.mki:1121:            %error C++ 14.2X tools are required but not installed

    1. Verify the respective SDK Requirements are configured for the version installed (simply click the respective version link above).
    2. Attempt to compile a delivered Example
      1. Open the Desktop "MicroStation CONNECT Edition SDK" shortcut using Run as Administrator
      2. pushd DialogBoxes\myapp
      3. type: bmake
    3. If Step #2c fails - in the same directory - proceed to type: build verbose
      1. Review and/or Zip and Attach the build-appname-verbose-output.txt file generated if further assistance is required.

    HTH,
    Bob



    Answer Verified By: Viktor_Kulik 

Reply
  • Hi ,

    I presume by "[Connect Update 16 C++]" you are trying to compile using either: MSCE SDK U16.1 or MSCE SDK U16.2, not 16.0.
    That message did not exist prior to MSCE SDK U16.1.

    D:\Data\Dev\SDKs\Bentley\MicroStationSDK\_RELEASES\v10>findstr -snipc:"tools are required but not installed" *.mki
    10160130en1\MicroStationCONNECTSDKx64\SourceDir\Bentley\MicroStationCONNECTSDK\mki\AssertToolSet.mki:1116:            %error C++ 14.2X tools are required but not installed
    10160222\MicroStationCONNECTSDKx64\SourceDir\Bentley\MicroStationCONNECTSDK\mki\AssertToolSet.mki:1121:            %error C++ 14.2X tools are required but not installed

    1. Verify the respective SDK Requirements are configured for the version installed (simply click the respective version link above).
    2. Attempt to compile a delivered Example
      1. Open the Desktop "MicroStation CONNECT Edition SDK" shortcut using Run as Administrator
      2. pushd DialogBoxes\myapp
      3. type: bmake
    3. If Step #2c fails - in the same directory - proceed to type: build verbose
      1. Review and/or Zip and Attach the build-appname-verbose-output.txt file generated if further assistance is required.

    HTH,
    Bob



    Answer Verified By: Viktor_Kulik 

Children