Author Topic: starts loading dll in autocad 2015 do not work  (Read 2512 times)

0 Members and 1 Guest are viewing this topic.

FELIX

  • Bull Frog
  • Posts: 241
starts loading dll in autocad 2015 do not work
« on: July 11, 2014, 05:23:13 PM »
starts loading dll in autocad 2015 do not work?
OK.

BlackBox

  • King Gator
  • Posts: 3770
Re: starts loading dll in autocad 2015 do not work
« Reply #1 on: July 11, 2014, 06:48:35 PM »
starts loading dll in autocad 2015 do not work?



Have you tried debugging your plug-in? What is SECURELOAD set to?
"How we think determines what we do, and what we do determines what we get."

FELIX

  • Bull Frog
  • Posts: 241
Re: starts loading dll in autocad 2015 do not work
« Reply #2 on: July 12, 2014, 05:55:38 AM »
!!!!!!!!
OK.

BlackBox

  • King Gator
  • Posts: 3770
Re: starts loading dll in autocad 2015 do not work
« Reply #3 on: July 12, 2014, 11:57:14 AM »
Is there a difference in behavior if you manually NETLOAD vs. Autoloader by chance?
"How we think determines what we do, and what we do determines what we get."

BlackBox

  • King Gator
  • Posts: 3770
Re: starts loading dll in autocad 2015 do not work
« Reply #4 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?
"How we think determines what we do, and what we do determines what we get."

JONTHEPOPE

  • Guest
Re: starts loading dll in autocad 2015 do not work
« Reply #5 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?


Jeff_M

  • King Gator
  • Posts: 4094
  • C3D user & customizer