Call VB.net DLL in C++ project to Create .arx file

Call VB.net DLL in C++ project to Create .arx file

abdulhaseeb114
Contributor Contributor
899 Views
4 Replies
Message 1 of 5

Call VB.net DLL in C++ project to Create .arx file

abdulhaseeb114
Contributor
Contributor

Hi,

 

I am new to c++, so I fell difficult to create .arx file. Is there any way to create dll in vb.net or c# and call its class in c++ project so that I can create .arx file extension.

0 Likes
900 Views
4 Replies
Replies (4)
Message 2 of 5

Alexander.Rivilis
Mentor
Mentor

@abdulhaseeb114 wrote:

Hi,

 

I am new to c++, so I fell difficult to create .arx file. Is there any way to create dll in vb.net or c# and call its class in c++ project so that I can create .arx file extension.


Calling managed code (VB.NET or C#) from native code (C++) much harder than writing directly in C++.

Maybe you can write directly in C# or VB.NET without C++?

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | 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 3 of 5

BerndCuder8196
Advocate
Advocate
Take a look at any tutorial to see how to create an arx for AutoCAD. As Alexander wrote, mixing is very hard.
15 Years ago I come to ARX from lisp and vba, since this time I write all in C++.
0 Likes
Message 4 of 5

abdulhaseeb114
Contributor
Contributor
Please provide some c++ arx tutorial links or some pdf file...
0 Likes
Message 5 of 5

BerndCuder8196
Advocate
Advocate
0 Likes