When I try to BMAKE to compile a MDL application, I get the folliwing error:
BMAKE: Error - Attempting to build with VS 2005 but location is undefined!
My computer has the following Visual Studios installed:
Visual Studio 2003 Professional
Visual C# 2005 Express Edition
Visual C# 2008 Express Edition
Visual Basic 2008 Express Edition
Visual Web Developer 2008 Express Edition
Hi Riley,
this error message comes from AssertToolSet.mki and it means BUILD_USING_VS2005 is defined but not VS2005Dir in your make process.
If you want to build plain MDL application without VisualStudio compiler, you should switch off this checking of available VS compilers. Not fully sure, but I think it can be done with if you set NO_COMPILERS_MKI=1 variable in the dev shell.
If you want to use some from the installed compilers, check what is not defined (VS2005Dir ?) in AssertToolSet.mki.
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point