Message 1 of 2
Load the dll automatically when autocad starts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
In autocad 2010, I would like to load a dll at autocad startup.
My dll file is located in ..User/Application Data/ folder.
I have tried below code to do the same but failed.
[DllImport("acad.exe", CharSet = CharSet.Auto, CallingConvention = CallingConvention.Cdecl)] extern static private int ads_queueexpr(string strExpr);
Please guide me how to resolve this issue.
Thanks,
Kumar.