.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

changing .dll to .arx

4 REPLIES 4
Reply
Message 1 of 5
JarekM
258 Views, 4 Replies

changing .dll to .arx

Hi again,
I got another question - if it's possible (if yes, than how?) to create *.arx file (opened by appload command) from *.dll file created in vb.net. I will be more than grateful for help

regards
Jarek Marciniak
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: JarekM

.NET assemblies must have a ".dll" extension; ARXs use the unmanaged C++ API
and can't be created with other .NET languages. You can use the NETLOAD
command to load your managed AutoCAD extension.

Dan

"JarekM" wrote in message news:5670105@discussion.autodesk.com...
Hi again,
I got another question - if it's possible (if yes, than how?) to create
*.arx file (opened by appload command) from *.dll file created in vb.net. I
will be more than grateful for help

regards
Jarek Marciniak
Message 3 of 5
JarekM
in reply to: JarekM

It's not good information for me, but thanks for reply
Message 4 of 5
jbooth
in reply to: JarekM

He's saying it's not possible, and from what I know I agree with that assumption.

However, instead of appload, you can use netload to load your library into Autocad. There's even a section of the registry you can use to demand-load it when Autocad starts up.
Message 5 of 5
JarekM
in reply to: JarekM

Well the fact that is impossible is not good info. But returning to Your reply "There's even a section of the registry you can use to demand-load it when AutoCAD starts up" - could You please tell me how/where to set this?

regards
Jarek Marciniak

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost