[Microstation V8i C++] Need procedure to install MicroStationAddInWizard2005

I have  installed Visual Studio 2003 ,2005 and the MicroStation V8i (SELECTseries 1) SDK for Microstation V8i. Can anyone suggest to install addin wizard for vs2005?

Parents Reply Children
  • Thanks for your reply.

    How can i create a mdl project (c++) using wizard. Is there any sample solution or link to create a solution ?

  • kalaiarasi said:
    How can i create a mdl project using wizard?

    1. Did you follow Mark's instructions?
    2. What did you see when you started Viz Studio?
    3. What did you see when you created a new project in Viz Studio?

     

     
    Regards, Jon Summers
    LA Solutions

  • After creating a project using addin wizard I got below error

    fatal error C1107: could not find assembly 'Bentley.General.1.0.dll': please specify the assembly search path using /AI or by setting the LIBPATH environment variable

    After I set the assembly search path I am getting below errors,

    1>.\MicroStationAddInWizard1.cpp(38) :error C2059: syntax error : 'public'
    1>.\MicroStationAddInWizard1.cpp(38) : error C2059: syntax error : 'public'
    1>.\MicroStationAddInWizard1.cpp(39) : error C2143: syntax error : missing ';' before '{'
    1>.\MicroStationAddInWizard1.cpp(39) : error C2447: '{' : missing function header (old-style formal list?)
    1>.\MicroStationAddInWizard1.cpp(83) : error C2059: syntax error : '}'
    1>.\MicroStationAddInWizard1.cpp(83) : error C2143: syntax error : missing ';' before '}'
    1>.\MicroStationAddInWizard1.cpp(83) : error C2059: syntax error : '}'