Search the Community
Showing results for tags 'dll'.
-
I've created a dll, with a few commands, in Visual Studio. It all works great on my PC, but when I Netload it on another PC, it doesn't recognize my commands. It does not give error messages at any time. It just doesn't work (as if I didn't load it). Can anyone help please?
-
Map 2013,calling vla-GetInterfaceObject to Visual Basic 6.0 dll on Windows7 64 bits
marbile posted a topic in .NET, ObjectARX & VBA
I have a Visual Basic compiled ActiveX dll, (call marVbUtils.dll, with a lot of map utilites) written in Visual Basic 6.0. It works fine in XP with Map 2009 There, I connect with the ActiveX dll from visual lisp, like this: (vla-GetInterfaceObject (vlax-get-acad-object) ""marVBasic.marVbUtils") a...- 1 reply
-
- visual basic
- vb6
-
(and 3 more)
Tagged with:
-
Problem with Automatic Loading of .NET DLLs in AutoCAD Architecture
zetazee posted a topic in .NET, ObjectARX & VBA
I created a dll and wanted to auto netload it upon launch of AutoCAD Arch. I have used the following instructions in http://http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html "DESCRIPTION"="AutoNetloadDLL" "LOADCTRLS"=dword:00000002 "MANAGED"=d...