Re: Re C cartridge calling a dll in OAS 4
From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Sat, 26 Jun 1999 11:14:51 +0100
Message-ID: <7l25mh$rki$1_at_news.inet.tele.dk>
Date: Sat, 26 Jun 1999 11:14:51 +0100
Message-ID: <7l25mh$rki$1_at_news.inet.tele.dk>
Martin Mr <oa43_at_dial.pipex.com> wrote in message
news:01bed6e0$1135a7e0$8082bc3e_at_dnyeaqvf...
> Has anyone got an example of a C Cartridge calling a tthird party dll. As
I
> amhaving probelms with referencing a dll from a Cartidge dll. (Is it
> allowed to be done ?)
>
> Thanks Martin
You would just be using the DLL from your DLL in the normal way´, ie importing the .LIB file for the DLL to link at compile time or LoadLibrary + setup function pointers to link yourself at run-time. No non-standard things here. What are your problems?
Finn Received on Sat Jun 26 1999 - 12:14:51 CEST
