Newbie question: WineLib DLLs

2007-05-05 Thread Christian Eggers
Hello, I've created a (very) simple wine dll as described in Building WineLib DLLs. This dll is a wrapper for the ct-api interface used for chipcard readers [1]. With this dll it's possible to use HBCI chipcards (for german online banking, [2]) together with Windows homebanking applications

Re: Newbie question: WineLib DLLs

2007-05-05 Thread Steven Edwards
On 5/5/07, Christian Eggers [EMAIL PROTECTED] wrote: Problem: The dll is linked against an external (non-wine) shared lib. How can my dll be integrated in wine without forcing other users to get the external library in order to compile wine? Look at how capi32 does delay loading of the