Xref: alice comp.databases.oracle.tools:27278
Path: alice!news-feed.fnsi.net!newsfeed.icl.net!dispose.news.demon.net!demon!news-feed.inet.tele.dk!bofh.vszbr.cz!news.inet.tele.dk!not-for-mail
From: "Finn Ellebaek Nielsen" <fen@changegroup.dk>
Newsgroups: comp.databases.oracle.tools
Subject: Re: Re C cartridge calling a dll in OAS 4
Date: Sat, 26 Jun 1999 11:14:51 +0100
Organization: ChangeGroup ApS
Message-ID: <7l25mh$rki$1@news.inet.tele.dk>
References: <01bed6e0$1135a7e0$8082bc3e@dnyeaqvf>
Reply-To: "Finn Ellebaek Nielsen" <fen@changegroup.dk>
Mime-Version: 1.0
Content-Type: text/plain;
 charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: news.inet.tele.dk 930388497 28306 195.249.171.64 (26 Jun 1999 09:14:57 GMT)
X-Complaints-To: Department of Abuse <abuse@news.inet.tele.dk>
NNTP-Posting-Date: 26 Jun 1999 09:14:57 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Lines: 16

Martin Mr <oa43@dial.pipex.com> wrote in message
news:01bed6e0$1135a7e0$8082bc3e@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

