 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
DCHigley Guest
|
Posted: Fri Jan 27, 2006 12:35 am Post subject: D7 & multiple DLL's with different GUIDs |
|
|
Hello All,
I have a problem trying to make a test program and thought that someone
in here might be able to help out...
The project I have is to test the output of a DLL that converts from an
XML document to another format. The reason for the testing is that we
have no control over the code of the DLL and want to make sure it is
still generating valid files from the XML when it is upgraded or
changed or whatever reason we get a new DLL.
The base testing is to register an older, current or otherwise known
version of the DLL, run the conversions to a specific directory, change
the registration to the new DLL and rerun from the same XML files to
another specific directory, then compare the files for differences.
On the drawing board, this is cake, in the world this is bad medicine.
The GUID of the com object I need to use to generate the files keeps
changing every time I get a new DLL. Since I have no control over the
DLL's source, this is something that I cannot avoid.
My problem then is this, how do I get the new objects from the new DLL
without importing the DLL into Delphi and recompiling each time I get a
new one? Is there a way to get the com object I need from the new DLL
dynamically and without having to import the type library into Delphi
and recompiling each time I get a new DLL?
Thanks! |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sat Jan 28, 2006 4:25 pm Post subject: Re: D7 & multiple DLL's with different GUIDs |
|
|
Hoi
You need to repost your question on the Borland news server to make
everybody see it and possibly answer your question. Further, this news
group do not officially exist, the group to use is b.p.d.com.activex.using.
Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|