Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Jun : Check EXE/Pkg compatibility
| Subject: | Check EXE/Pkg compatibility |
| Posted by: | "Heiko Tappe" (tap..@transdata.net) |
| Date: | Tue, 13 Jun 2006 14:22:07 |
I've got an application with a few executables and many libraries/packages.
Sometimes I need to bugfix something (surprise, surprise, ...) and send a
library to my customer.
But before I do so I'd like to know if the bugfixed package is compatible
with the rest of the customer's files.
With "compatible" I mean that there are no interface changes ("cannot find
entrypoint ...").
So I wrote some little program that just tries to load every single library.
Works like a charm :-)
But what to do with executables? How can I load executables to see if they
are compatible without actually starting them?
--Heiko