Author Topic: Missing References  (Read 2202 times)

0 Members and 1 Guest are viewing this topic.

Matersammichman

  • Guest
Missing References
« on: July 19, 2006, 07:43:07 AM »
Whilst sharing a VBA app with my fellow workers, they are getting a "compile error- cannot find project or library" error which I know is is caused by a missing reference. If I go into their VBAIDE and Tools\References, the box titled "Autocad focus control for VBA type library" is checked, and marked "MISSING".
However...  on my computer (where the code is being written), the "Autocad focus control for VBA type library" box isn't even checked, thus I don't ever get an error.
What gives?
How do I stop this error from occurring?

Bryco

  • Water Moccasin
  • Posts: 1883
Re: Missing References
« Reply #1 on: July 19, 2006, 09:51:43 AM »
Dont know the answer but with reference problems I've sometimes solved it by using debug->compile. 
(This may cause a bit of bloat and if so do a saveas)

Matersammichman

  • Guest
Re: Missing References
« Reply #2 on: July 19, 2006, 01:26:58 PM »
I fixed it. The problem was that AcFocusCtrl didn't even exist on their machines. Thanks Bryco.