comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: How do I use cards.dll from Aonix OA?
Date: Fri, 31 Aug 2001 17:37:56 GMT
Date: 2001-08-31T17:37:56+00:00	[thread overview]
Message-ID: <UXPj7.34988$sa.18017661@news1.rdc1.sfba.home.com> (raw)
In-Reply-To: 9mn9k0$dqf$1@newstoo.ericsson.se

>No, cdtInit is the initialization of cards.dll. I started with that one just
>to see if I could use any routine in there. I tried to add the file
>cards.dll to the files in the project, but that was obviously not right. I
>couldn't fine any instructions on how to tell the linker where to look. Do
>you know?
  If cdtInit is an entry point in cards.dll then you need to call the OS
functions (LoadLibraryA et al) to *dynamically* load the DLL and give you
a pointer to cdtInit.  At *link time* cards.dll need not even exist.
You can either code your own OS calls, or find a routine in a .lib
that knows how to do it, and then statically link from that .lib   Where
did cards.dll come from and did it have an associated .lib file?



  reply	other threads:[~2001-08-31 17:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-30 11:08 How do I use cards.dll from Aonix OA? Petter Fryklund
2001-08-30 17:53 ` tmoran
2001-08-31  6:27   ` Petter Fryklund
2001-08-31 17:37     ` tmoran [this message]
2001-09-03 11:03       ` Petter Fryklund
2001-09-07 10:44         ` Petter Fryklund
2001-09-08  3:26           ` DuckE
  -- strict thread matches above, loose matches on Subject: below --
2001-08-31 17:55 Beard, Frank
2001-08-31 18:09 ` tmoran
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox