Netload behaves different in lisp and command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I grabbed the latest ArcGIS for Autocad (AFA), and did as I normally do with the "bundles", which is grab the files needed to run, and put on a folder not in program files so I can copy to lots of user machines without doing installs.
You typically just need to add a path to the folder you put in, then do some loading and possibly menuloading instead of the registry having acad autoload things.
In my case, I specifically do not want the add-on loading until needed. So killed two birds with one fell swoop.
AFA has one main dll you must load to get things going.
I tried this with lisp - (command "netload" "the dll...").
It seems to load it, but then fails to find a needed dll that is in same folder.
If I do the netload through command line, and pick the dll by browsing, it finds the dependency and works.
I have secureload at 0, since the security is fake to begin with.
So does anyone know if the lisp call to netload is somehow different than manual netload?
My next test is to see if loading the dll in c# will work.
This absolutely may be something with AFA, but checking to see if its an acad thing first.
BTW, AFA outclasses acad Map for GIS data file prep from a dwg IMO. It even has a lisp API like Map does.
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties