comp.lang.ada
 help / color / mirror / Atom feed
* generation of bindings
@ 2001-10-18  7:07 Alfred Hilscher
  2001-10-18  9:44 ` Peter Hend�n
  0 siblings, 1 reply; 3+ messages in thread
From: Alfred Hilscher @ 2001-10-18  7:07 UTC (permalink / raw)


Hi,

I have a DLL (on WinNT) where I want write (Ada-) bindings for. I wrote
a package spec like:

package XY_Binding is
  procedure AB;

  pragma Import (Stdcall, AB, "AB");
end XY_Binding;

Now an application using this compiles, but during linking it reports
error "missing AB". I've seen that for the Windows binding for example,
there are "*.a" files for GNAT and "*.lib" files for Aonix. Can someone
give me a hint, how to create such a file for my binding ?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-18 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18  7:07 generation of bindings Alfred Hilscher
2001-10-18  9:44 ` Peter Hend�n
2001-10-18 12:53   ` Alfred Hilscher

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