Menu

#1352 add Visual studio 2017 compiler

Undefined
applied
None
Feature_Request
2023-02-06
2023-01-05
No

add suggested compiler - first try see below

2 Attachments

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2023-01-05

    Is this OK?

    wxGetEnv(_T("VS100COMNTOOLS")
    
     
  • Martin Strunz

    Martin Strunz - 2023-01-06

    updated

     
  • Miguel Gimenez

    Miguel Gimenez - 2023-01-26
    • assigned_to: Miguel Gimenez
     
  • Miguel Gimenez

    Miguel Gimenez - 2023-01-26
    • status: open --> applied
     
  • Miguel Gimenez

    Miguel Gimenez - 2023-01-26

    Applied in [r13165], thank you.

    The XML should be reviewed by somebody actually using MSVC17.

     

    Related

    Commit: [r13165]

  • Martin Strunz

    Martin Strunz - 2023-02-06

    Thanks for help.
    Just tested auto detection - there is a change.
    Path in VS 2017 changed:
    %ProgramFiles(x86)%\Microsoft Visual Studio 14\VC (old versions)
    New:
    %ProgramFiles(x86)%\Microsoft Visual Studio\2017\WDExpress\VC

     
  • Miguel Gimenez

    Miguel Gimenez - 2023-02-06

    Are these the correct values?

            m_MasterPath = Programs + _T("\\Microsoft Visual Studio\\2017\\WDExpress\\VC");
            idepath = Programs + _T("\\Microsoft Visual Studio\\2017\\WDExpress\\Common7\\IDE");
    
     
  • Martin Strunz

    Martin Strunz - 2023-02-06

    Currently testing with Win 10 , Visual Studio Express Windows Dektop (WD) 2017 but the full path is:
    C:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x64
    The binaries were found but compiling a test project results in:
    c1xx: fatal error C1356: unable to find mspdbcore.dll

     

    Last edit: Martin Strunz 2023-02-06
  • Miguel Gimenez

    Miguel Gimenez - 2023-02-06

    Is valid also the idepath variable?

     
  • Martin Strunz

    Martin Strunz - 2023-02-06

    should be C:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\Common7\IDE - there are binaries especially the mspdbcore.dll :-)

     

    Last edit: Martin Strunz 2023-02-06
  • Miguel Gimenez

    Miguel Gimenez - 2023-02-06

    Fixed in [r13198].

     

    Related

    Commit: [r13198]


Log in to post a comment.

MongoDB Logo MongoDB