Hi Sami!
> If I have an application that uses 3rd party libraries is there any
> possibility to replace these 3rd party libraries (DLL) in my app without
> making any changes to my source code? Basically I would wan't to perform
> couple of operations in my own library and then delegate the processing to
> the 3rd party library. I haven't used Windows DLLs before so this might be a
> dump question :-)
Just implement the same interface / signature of each function.

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Sami Lakka - 14 Jun 2005 12:55 GMT
How do I then call the original library from my own DLL?
"Jochen Kalmbach [MVP]" <nospam-Jochen.Kalmbach@holzma.de> kirjoitti
viestissä:Oqm9nRNcFHA.2420@TK2MSFTNGP15.phx.gbl...
> Hi Sami!
>> If I have an application that uses 3rd party libraries is there any
[quoted text clipped - 7 lines]
>
> Just implement the same interface / signature of each function.
Jochen Kalmbach [MVP] - 14 Jun 2005 13:10 GMT
Hi Sami!
> How do I then call the original library from my own DLL?
You either need to rename your DLL or the 3rd-party DLL.

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/