Creating arx file using c#

Creating arx file using c#

Anonymous
Not applicable
1,893 Views
6 Replies
Message 1 of 7

Creating arx file using c#

Anonymous
Not applicable
Can any one tell me how to create arx file using C#? I need the setp by step procedure to create arx file C#. I have got the SDK for creating arx using VC++. But I want to create using C#. I am new to Objectarx creation. Any one help me. Edited by: shamsam1 on Apr 24, 2009 11:16 AM
0 Likes
1,894 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable
.arx is C++ only, .Net (C#, VB) creates .dll files which are loaded via the registry or using the netload command.
0 Likes
Message 3 of 7

Anonymous
Not applicable
Thank you for the fast reply. Is there any way to convert the created dll to .arx file because my final output should be arx file.
Is it posible or not?
0 Likes
Message 4 of 7

Anonymous
Not applicable

>>.arx is C++
only

There is native arx (c++) and managed arx (.net language).
The managed arx dlls wrap the native ones.

 

OP: Search this group as this question has come up often.
If you plan to be an arx coder

you'll need to have excellent research skills. If you
cannot find the links to the videos, and

sample labs availible let us know but they should be very
easy to find.


style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
.arx
is C++ only, .Net (C#, VB) creates .dll files which are loaded via the
registry or using the netload command.
0 Likes
Message 5 of 7

Anonymous
Not applicable

>>Thank you for the fast reply.
Is there any way to convert the created dll to .arx file because my final output
>>should be arx file. Is it posible or not?

 

If you have a managed dll you'll need to convert this to a
native arx file by hand... There is not a tool to auto

convert on to the other AFAIK... Also there is a group for
native arx which is called objectarx.


style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
Thank
you for the fast reply. Is there any way to convert the created dll to .arx
file because my final output should be arx file. Is it posible or
not?
0 Likes
Message 6 of 7

Anonymous
Not applicable
Can you give me links for downloading? Please ............ Edited by: shamsam1 on Apr 25, 2009 12:16 PM
0 Likes