ARX Wizard 2017 won't load into VC2015

ARX Wizard 2017 won't load into VC2015

EMD1954
Advocate Advocate
2,362 Views
9 Replies
Message 1 of 10

ARX Wizard 2017 won't load into VC2015

EMD1954
Advocate
Advocate

Cyrille Fauvel answered "ARX Wizard 2013 won't load into VC2010" on May 17, 2012 - worked beautifully.  I am having the exact same problem (VS2015, ARXMFCWizard 2017), but I can't get it to work no matter which defaultxxxx.htm I use or how I rename them.  Dropdown for the Dialog ID doesn't exist (see attached).  Any advice would be appreciated.

 

Thanks,

Ed

 

PS. Sorry if any duplications

0 Likes
Accepted solutions (1)
2,363 Views
9 Replies
Replies (9)
Message 2 of 10

zrobert
Advocate
Advocate

Hi;

 

Did you try install arx wizard this way:

 

Create .bat file in text editor, and run it as administrator.

 

.bat file text:

 

@Anonymous off
msiexec /i "I:\Autodesk\Autodesk 2017\ObjectARXWizards.msi"

 

(change path to your instalation file path)

 

This was working for me.

 

Cheers

 

 

0 Likes
Message 3 of 10

Alexander.Rivilis
Mentor
Mentor
Accepted solution

Change in default.htm line 332:

 

<OBJECT CLASS="itemText" ID="DialogList" ACCESSKEY="d" CLASSID="CLSID:087da97a-e2f4-472a-bb48-0bcdfaa20fb3">

2016-11-29_17-15-31.png

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 4 of 10

EMD1954
Advocate
Advocate

Worked perfectly - thank you!

0 Likes
Message 5 of 10

Anonymous
Not applicable

just downloaded the objarx 2017. When I click on "Autodesk_ObjectARX_2017_Win_64_and_32_Bit.sfx.exe" it extracted(rather than installed) to default location "C:\Autodesk" rather than "C:\ObjectARX" i was expecting in past.  Was able to reference the acdbmgd.dll etc in vis stu 2015 so it seems ok, but don't see an install .msi for the objectarx wizard in the utils folder (or anywhere).  What am i doing wrong? trying to learn using csharp to run autocad.

0 Likes
Message 6 of 10

Alexander.Rivilis
Mentor
Mentor

@Anonymous wrote:

just downloaded the objarx 2017. When I click on "Autodesk_ObjectARX_2017_Win_64_and_32_Bit.sfx.exe" it extracted(rather than installed) to default location "C:\Autodesk" rather than "C:\ObjectARX" i was expecting in past.  Was able to reference the acdbmgd.dll etc in vis stu 2015 so it seems ok, but don't see an install .msi for the objectarx wizard in the utils folder (or anywhere).  What am i doing wrong? trying to learn using csharp to run autocad.


You are wrong because ObjectARX (C++) and AutoCAD .NET API (any .NET lang such as C#/VB.NET/F#/ etc.) are the different things.

For questions about csharp you can go to that forum: http://forums.autodesk.com/t5/net/bd-p/152

Also you can download and install AutoCAD .NET Wizard from this url: http://images.autodesk.com/adsk/files/AutoCAD_2017_dotnet_wizards.zip

Also other useful information: http://usa.autodesk.com/adsk/servlet/index?id=1911627&siteID=123112

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 7 of 10

Anonymous
Not applicable

Thanks Alexander.  All the references in the Autocad .Net developer docs say dl the ObjectArx SDK and use those mgd dlls.  I'll look at those links, thanks again

0 Likes
Message 8 of 10

Alexander.Rivilis
Mentor
Mentor

Yes. You can use managed dlls from ObjectARX SDK, but you have to remember to set Copy Local to False for those dlls in order to have not problem with loading/running your application.

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes
Message 9 of 10

EMD1954
Advocate
Advocate

I apologize for having so much difficulty with this.

 

New computer; loaded VS2015; installed the ObjectARX 2017 Wizard; changed the default.htm file.

 

I try to add a new ARX-MFC (or any ARX) class and I get this error:  "Invalid at the top level of the document." (see attached photo).

 

Any ideas?

0 Likes
Message 10 of 10

Alexander.Rivilis
Mentor
Mentor

It looks like you messed up the default.htm file or MfcSupport.xml file as far as "invalid at top level of the document" error message is corresponding with XML errors.

You can read this topic: https://forums.autodesk.com/t5/objectarx/simultaneous-use-of-the-objectarx-wizard-2017-and-2018-on-a...

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

0 Likes