TheSwamp

Code Red => .NET => Topic started by: FELIX on July 11, 2014, 05:23:13 PM

Title: starts loading dll in autocad 2015 do not work
Post by: FELIX on July 11, 2014, 05:23:13 PM
starts loading dll in autocad 2015 do not work?
Title: Re: starts loading dll in autocad 2015 do not work
Post by: BlackBox on July 11, 2014, 06:48:35 PM
starts loading dll in autocad 2015 do not work?

(http://31.media.tumblr.com/tumblr_loke5mXKZ61qjddreo1_500.gif)

Have you tried debugging your plug-in? What is SECURELOAD set to?
Title: Re: starts loading dll in autocad 2015 do not work
Post by: FELIX on July 12, 2014, 05:55:38 AM
!!!!!!!!
Title: Re: starts loading dll in autocad 2015 do not work
Post by: BlackBox on July 12, 2014, 11:57:14 AM
Is there a difference in behavior if you manually NETLOAD vs. Autoloader by chance?
Title: Re: starts loading dll in autocad 2015 do not work
Post by: BlackBox on July 12, 2014, 01:48:39 PM
More information is needed.

How are you loading your assembly?

What version of AutoCAD are you attempting load your assembly in?

What framework are you compiling your assembly to?

Environment; x64, or x86?
Title: Re: starts loading dll in autocad 2015 do not work
Post by: JONTHEPOPE on July 19, 2014, 03:55:08 PM
What is an autoloader?

How do I turn my .dll into one click execution.
If I have a .dll what is the fastest way to use it. (trying to skip the netload step)

Should I add a button on my tool palette with script code or lisp code to load this file?
Is That how people have set up their demand loading?

Title: Re: starts loading dll in autocad 2015 do not work
Post by: Jeff_M on July 19, 2014, 04:20:10 PM
JONTHEPOPE, here are a few methods to autoload your dll:

http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html

http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html