Board index » delphi » Re: MidasLib

Re: MidasLib


2003-09-15 02:40:24 PM
delphi87
hi,
Please could you choose a more appropriate title to your thread because i'm
not sure i want to be an problem/bug...
Before deleting the library, you should unregistered it with regsvr32 -u ...
If the error message is unclear you could find out some resources on the
borland Code Central web site
(missing messages res) or at this address :
distribucon.com/midas.html
hope to help
regards from France,
pascal
"yong zhou" <XXXX@XXXXX.COM>a écrit dans le message de news:
XXXX@XXXXX.COM...
Quote
hi:
thank you for help me!
I use delphi 5 before,at last,I also find this problem,so I install
delphi 7.
I find the "MidasLib" now,but when I browse using IE at client
side,require "midas.dll".Problem as follows:
when I delete the "MIDAS.dll" at the client machine's "SYSTEM32", not
run;but I copy it to the client, it is running normally.
Why does this happen?
I am grateful for you!
 
 

Re: MidasLib

D6 Ent. UP2
I've Midaslib in the uses clause of one of the applications, can I use D2005
Midas.dll.
regards
--
please remove _1 from email address.
 

Re: MidasLib

No. The DLL will be ignored if the MidasLib unit is compiled into your
EXE. To use the DLL remove MidasLib from the uses clause.
--
Bill Todd (TeamB)
xtcsuk writes:
Quote
I've Midaslib in the uses clause of one of the applications, can I
use D2005 Midas.dll.
 

Re: MidasLib

HI.
I have a Delphi 7 server, and Delphi 6 client. In both I have added Midaslib to
the uses...
Server compil;es and runs fine.
The Client side loads, and connects to the server, but at the first time I
call DataRequest method on a CDS, it falls over with message
Error loading Typelibrary/dll
Is it possible tht both Client and Server require the same version of the
DCU ? If thats the case, How would I use the Delphi 7 DCU in Delphi 6 ?
Unfortunatly the old Delphi 6 Client is encumbered with some 3rd party components
that I dont want to upgrade to D9.
Thanks,
Tony
 

Re: MidasLib

Tony Blomfield writes:
Quote
Is it possible tht both Client and Server require the same version of
the DCU ? If thats the case, How would I use the Delphi 7 DCU in Delphi 6 ?
It's probably a good idea to use the Delphi 7 midas.dll, since it has bug
fixes and is backwards compatible. But that means you cannot use the
DCU version; you must use the DLL version.
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : blogs.teamb.com/craigstuntz
IB 6 versions prior to 6.0.1.6 are pre-release and may corrupt
your DBs! Open Edition users, get 6.0.1.6 from mers.com
 

Re: MidasLib

OK Thanks Craig. Thats what I suspected. I am actually using version 9 dll.
Cheers,
Tony
"Craig Stuntz [TeamB]" <XXXX@XXXXX.COM [a.k.a. acm.org]>wrote
in message news:43413a42$XXXX@XXXXX.COM...
Quote
Tony Blomfield writes:

>Is it possible tht both Client and Server require the same version of
>the DCU ? If thats the case, How would I use the Delphi 7 DCU in Delphi 6 ?

It's probably a good idea to use the Delphi 7 midas.dll, since it has bug
fixes and is backwards compatible. But that means you cannot use the
DCU version; you must use the DLL version.

--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : blogs.teamb.com/craigstuntz
IB 6 versions prior to 6.0.1.6 are pre-release and may corrupt
your DBs! Open Edition users, get 6.0.1.6 from mers.com