| View previous topic :: View next topic |
| Author |
Message |
John Evans Guest
|
Posted: Fri Jun 03, 2005 3:17 pm Post subject: versions of midas.dll? |
|
|
Dear all,
I have an app that requires midas.dll.
It works fine under win2000.
For one user running NT4 he gets an error saying "error loading midas.dll".
Are there different versions of midas.dll for different window versions? If
so where do I get one that works with NT4.
regards
--
John Evans
Managing Director
Clear Advantage Ltd
www.Clear-Advantage.co.uk
|
|
| Back to top |
|
 |
Craig Stuntz [TeamB] Guest
|
Posted: Fri Jun 03, 2005 3:40 pm Post subject: Re: versions of midas.dll? |
|
|
John Evans wrote:
| Quote: | For one user running NT4 he gets an error saying "error loading
midas.dll".
|
You probably don't have the type library registed on his machine. Use
regsvr to do that.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
|
|
| Back to top |
|
 |
John Evans Guest
|
Posted: Fri Jun 03, 2005 4:54 pm Post subject: Re: versions of midas.dll? |
|
|
Dear Craig,
thanks for the tip. I have no idea what regsvr is, how exactly do I
use it?
regards
John
"Craig Stuntz [TeamB]" <craig_stuntz (AT) nospam (DOT) please [a.k.a. acm.org]> wrote
in message news:42a07a02 (AT) newsgroups (DOT) borland.com...
| Quote: | John Evans wrote:
For one user running NT4 he gets an error saying "error loading
midas.dll".
You probably don't have the type library registed on his machine. Use
regsvr to do that.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
|
|
|
| Back to top |
|
 |
Craig Stuntz [TeamB] Guest
|
Posted: Fri Jun 03, 2005 5:03 pm Post subject: Re: versions of midas.dll? |
|
|
John Evans wrote:
| Quote: | thanks for the tip. I have no idea what regsvr is, how
exactly do I use it?
|
Type regsvr32 and then the DLL name at the command prompt.
Most installers also have a "register ActiveX control" action which
will do the same thing.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
Want to help make Delphi and InterBase better? Use QC!
http://qc.borland.com -- Vote for important issues
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Fri Jun 03, 2005 5:06 pm Post subject: Re: versions of midas.dll? |
|
|
Open a command prompt and navigate to the System32 directory. Enter the
command
regsvr32.exe midas.dll
You should get a message that the server has been registered.
--
Bill Todd (TeamB)
John Evans wrote:
| Quote: | Dear Craig,
thanks for the tip. I have no idea what regsvr is, how
exactly do I use it?
regards
John
"Craig Stuntz [TeamB]"
wrote
John Evans wrote:
For one user running NT4 he gets an error saying "error loading
midas.dll".
You probably don't have the type library registed on his machine.
Use regsvr to do that.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
|
|
|
| Back to top |
|
 |
John Evans Guest
|
Posted: Mon Jun 06, 2005 11:22 am Post subject: Re: versions of midas.dll? |
|
|
Dear Guys,
thanks very much
John
"Bill Todd" <no (AT) no (DOT) com> wrote
| Quote: | Open a command prompt and navigate to the System32 directory. Enter the
command
regsvr32.exe midas.dll
You should get a message that the server has been registered.
--
Bill Todd (TeamB)
John Evans wrote:
Dear Craig,
thanks for the tip. I have no idea what regsvr is, how
exactly do I use it?
regards
John
"Craig Stuntz [TeamB]"
wrote
John Evans wrote:
For one user running NT4 he gets an error saying "error loading
midas.dll".
You probably don't have the type library registed on his machine.
Use regsvr to do that.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
|
|
|
| Back to top |
|
 |
|