Author Topic: adui16res.dll not found  (Read 22722 times)

0 Members and 1 Guest are viewing this topic.

TR

  • Guest
adui16res.dll not found
« on: April 28, 2005, 10:48:15 AM »
I'm doing some BOO testing in SharpDevelop trying to create an AutoCAD command that returns a string to the command line. I have references to acmgd.dll and acdbmgd.dll but when I try to compile my program I get an error message saying "adui16res.dll not found". This doesn't make sense because adui16res.dll is located in the same directory as acmgd.dll and acdbmgd.dll. I'll keep working on it but if anyone has any thoughts or ideas I'd love to hear them.

Here is a Screenshot of my error.

tjr

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #1 on: April 28, 2005, 10:54:24 AM »
Hmmm, dunno. What's on lines 21 and 22?

Off topic: Is it good to have a namespace and class share the same name?
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

TR

  • Guest
adui16res.dll not found
« Reply #2 on: April 28, 2005, 11:03:12 AM »
Quote from: MP
Hmmm, dunno. What's on lines 21 and 22?

21: [assembly: AssemblyTitle('BooHoo')]
22: [assembly: AssemblyDescription('A test for using BOO with AutoCAD')]

Assembly information for my dll.


Quote from: MP
Off topic: Is it good to have a namespace and class share the same name?

I don't think it matters as I've seen it done before. If someone where to import my assembly they would just be referencing BooHoo.BooHoo.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #3 on: April 28, 2005, 11:33:31 AM »
Sorry Tim, have no ideas.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
adui16res.dll not found
« Reply #4 on: April 28, 2005, 05:34:42 PM »
Does anyone know what adui16res does. ?
Can I assume some sort of user interface Resources stuff ?
.. similarly acui16 and acui16res and adui16

I'm guessing .. paletes ???

I <just now> tried to reference it into a C# project .. no go, not compatible .. but I AM using ac2005, not 2006 .. if that makes a difference.
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.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #5 on: April 28, 2005, 05:43:27 PM »
It's not on this pc so my guess is right along side yours.  

On the other hand it could be A Damned Unavailable Interface (for AutoCAD 16) Requiring Exhaustive Searching ...
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
adui16res.dll not found
« Reply #6 on: April 28, 2005, 05:48:02 PM »
heh, good guess
... that opens the door for some interesting<perhaps> acronyms.
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.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #7 on: April 28, 2005, 05:53:36 PM »
Hey hey hey keep it clean ...

:)
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
adui16res.dll not found
« Reply #8 on: April 28, 2005, 06:52:42 PM »
Quote from: Kerry Brown
Does anyone know what adui16res does.


It contains the resources required for adui16.dll
It is required for the interface to the ToolPalette object and transparency settings.

The file contains bitmaps, cursors, dialogs, string tables, menus and the such.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
adui16res.dll not found
« Reply #9 on: April 28, 2005, 07:00:02 PM »
Thanks Keith, that was my Guess ..
Wonder why Tim's stuff is trying to reference it ?

<kwb definition> stuff : technical term relating to a wide variety of stuff.
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.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #10 on: April 28, 2005, 07:01:37 PM »
Quote from: Kerry Brown
<kwb definition> stuff : technical term relating to a wide variety of stuff.

Oooh, recursive def'n.

:)
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
adui16res.dll not found
« Reply #11 on: April 28, 2005, 07:14:44 PM »
hehehehe .. I thought you'd recognise that ..
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.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #12 on: April 28, 2005, 07:23:02 PM »
Oh the shame to be so predictable.

:oops:
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
adui16res.dll not found
« Reply #13 on: April 29, 2005, 04:58:40 AM »
Quote from: Tim Riley

Quote from: MP
Off topic: Is it good to have a namespace and class share the same name?

I don't think it matters as I've seen it done before. If someone where to import my assembly they would just be referencing BooHoo.BooHoo.


Tim, I missed this comment,
... actually, It does make a difference :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnamespacenamingguidelines.asp
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.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
adui16res.dll not found
« Reply #14 on: April 29, 2005, 05:03:41 AM »
I knew I had read that at some point; good eye there Mr. Brown.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst