Author Topic: AutoLoading .NET dll's  (Read 14609 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: AutoLoading .NET dll's
« Reply #15 on: February 22, 2010, 10:17:10 PM »
Nice solution gile.
I loaded the starement from a menubar command.

and added
Code: [Select]
            (if (wcmatch path
                         (strcat "*\\" (strcase (vl-filename-base f)) "\\*")
                )
                (progn (prompt (strcat "\n DEBUG NETLOADING :\n" path f))
                       (command "_.netLoad" f)
                )
            )

so I got this :
Quote
DEBUG NETLOADING :
C:\KDUBPRO\VS2008\AC2010\TESTING\GETSETENV\BIN\DEBUG\GetSetEnv.dll

Thanks Sir, excellent !
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.