DLL Error

DLL Error

Anonymous
Not applicable
269 Views
4 Replies
Message 1 of 5

DLL Error

Anonymous
Not applicable
Since I have patched my WindowsXP, I cannot seem to run any of my customized
DVB files. I have them connected to toolbars and I get an "Execution Error"
at the command line. If I open the Visual Basic Editor, I can run it from
there just fine. If I open my Macro window and try to run it, I get an
"Error in loading DLL" message. Is anyone having an similar problems?


thx
eddy
0 Likes
270 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Every now and then we get this problem with win2000. Our fix has been this:
APPLOAD, click Contents button, now click Close and Close. For some reason
this fixes it, even though you're not really doing anything. This will
probably only work if you have your dvb in the start up suite...

--
Kevin


"Eddy" wrote in message
news:9F07E82D8D4E148ABF509C85A0FB88A6@in.WebX.maYIadrTaRb...
> Since I have patched my WindowsXP, I cannot seem to run any of my
customized
> DVB files. I have them connected to toolbars and I get an "Execution
Error"
> at the command line. If I open the Visual Basic Editor, I can run it from
> there just fine. If I open my Macro window and try to run it, I get an
> "Error in loading DLL" message. Is anyone having an similar problems?
>
>
> thx
> eddy
>
>
0 Likes
Message 3 of 5

Anonymous
Not applicable
Sorry. Didn't work. It is in my start up suite, though. My dvb file is in a
network folder and all my workstations seem to be experiencing the same
issue. Any other suggestions?

thanks.

eddy





"Kevin Terry" wrote in message
news:516F7A9DB86A2660369DB1265C50BBC0@in.WebX.maYIadrTaRb...
> Every now and then we get this problem with win2000. Our fix has been
this:
> APPLOAD, click Contents button, now click Close and Close. For some reason
> this fixes it, even though you're not really doing anything. This will
> probably only work if you have your dvb in the start up suite...
>
> --
> Kevin
>
>
> "Eddy" wrote in message
> news:9F07E82D8D4E148ABF509C85A0FB88A6@in.WebX.maYIadrTaRb...
> > Since I have patched my WindowsXP, I cannot seem to run any of my
> customized
> > DVB files. I have them connected to toolbars and I get an "Execution
> Error"
> > at the command line. If I open the Visual Basic Editor, I can run it
from
> > there just fine. If I open my Macro window and try to run it, I get an
> > "Error in loading DLL" message. Is anyone having an similar problems?
> >
> >
> > thx
> > eddy
> >
> >
>
>
0 Likes
Message 4 of 5

Anonymous
Not applicable
I had the same problem once. One simple solution is to include the path and
filename in the button's macro, something like
"-vbarun;\\server\dir\my.dvb!mymacro".

Regards, Ragnar Thor

--
************************************************
www.designdata.no
Mikkelsen Design & Data
Sivilingeniør Ragnar Thor Mikkelsen
Telefon: 92 80 84 83
Epost: ragnar.mikkelsen@designdata.no
Org.nr: NO 985 086 028
Bank: 97105760616
************************************************

"Eddy" skrev i melding
news:7A1F100F55E12B9B3E3AA0F09E75D56B@in.WebX.maYIadrTaRb...
> Sorry. Didn't work. It is in my start up suite, though. My dvb file is in
a
> network folder and all my workstations seem to be experiencing the same
> issue. Any other suggestions?
>
> thanks.
>
> eddy
>
>
>
>
>
> "Kevin Terry" wrote in message
> news:516F7A9DB86A2660369DB1265C50BBC0@in.WebX.maYIadrTaRb...
> > Every now and then we get this problem with win2000. Our fix has been
> this:
> > APPLOAD, click Contents button, now click Close and Close. For some
reason
> > this fixes it, even though you're not really doing anything. This will
> > probably only work if you have your dvb in the start up suite...
> >
> > --
> > Kevin
> >
> >
> > "Eddy" wrote in message
> > news:9F07E82D8D4E148ABF509C85A0FB88A6@in.WebX.maYIadrTaRb...
> > > Since I have patched my WindowsXP, I cannot seem to run any of my
> > customized
> > > DVB files. I have them connected to toolbars and I get an "Execution
> > Error"
> > > at the command line. If I open the Visual Basic Editor, I can run it
> from
> > > there just fine. If I open my Macro window and try to run it, I get
an
> > > "Error in loading DLL" message. Is anyone having an similar problems?
> > >
> > >
> > > thx
> > > eddy
> > >
> > >
> >
> >
>
>
0 Likes
Message 5 of 5

Anonymous
Not applicable
Eddy,

Unrelated to your original question:

Be aware that there is a distinct limitation to the number of concurrent
users of an AutoCAD .dvb project (from 16-20+ users).

Most of us have learned to have the logon script (or other automatic
mechanism) copy the .dvb's to a local location, and run from there.


About the execution error; don't use the End statement, use Unload Me
instead.


--
R. Robert Bell, MCSE
www.AcadX.com


"Eddy" wrote in message
news:7A1F100F55E12B9B3E3AA0F09E75D56B@in.WebX.maYIadrTaRb...
| Sorry. Didn't work. It is in my start up suite, though. My dvb file is in
a
| network folder and all my workstations seem to be experiencing the same
| issue. Any other suggestions?
|
| thanks.
|
| eddy
|
|
|
|
|
| "Kevin Terry" wrote in message
| news:516F7A9DB86A2660369DB1265C50BBC0@in.WebX.maYIadrTaRb...
| > Every now and then we get this problem with win2000. Our fix has been
| this:
| > APPLOAD, click Contents button, now click Close and Close. For some
reason
| > this fixes it, even though you're not really doing anything. This will
| > probably only work if you have your dvb in the start up suite...
| >
| > --
| > Kevin
| >
| >
| > "Eddy" wrote in message
| > news:9F07E82D8D4E148ABF509C85A0FB88A6@in.WebX.maYIadrTaRb...
| > > Since I have patched my WindowsXP, I cannot seem to run any of my
| > customized
| > > DVB files. I have them connected to toolbars and I get an "Execution
| > Error"
| > > at the command line. If I open the Visual Basic Editor, I can run it
| from
| > > there just fine. If I open my Macro window and try to run it, I get
an
| > > "Error in loading DLL" message. Is anyone having an similar problems?
| > >
| > >
| > > thx
| > > eddy
| > >
| > >
| >
| >
|
|
0 Likes