comp.lang.ada
 help / color / mirror / Atom feed
* Minimal pragma Export (StdCall... example?
@ 2004-03-11 13:31 Happy Segfault
  2004-03-11 14:03 ` Dmitry A. Kazakov
  2004-03-11 15:00 ` Frank
  0 siblings, 2 replies; 8+ messages in thread
From: Happy Segfault @ 2004-03-11 13:31 UTC (permalink / raw)


Hi all, 

I'm trying to write a DLL using GNAT 3.15p on Windows XP.  The DLL needs to 
export functions with the StdCall calling convention so that they can be 
called from Visual Basic.  Using samples/dll/ from the gwindows distribution 
as a starting point, I haven't been successful in getting this to work.  

If I just change the occurrences of pragma Export (C... to pragma Export 
(StdCall..., the Ada test driver program call_gw_dll.adb fails to link because 
the link library libgw_in_a_dll.a exports "_pop_a_window" only, while the 
linker wants "pop_a_window@0".  Neither of these is the "_pop_a_window@0" I 
would have expected to see for a StdCall function.  

Does anybody have a minimal set of code for a DLL, test program, and makefile 
that demonstrates building a StdCall DLL using GNAT on Windows?  

Best regards, 
John



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

end of thread, other threads:[~2004-03-16 13:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-11 13:31 Minimal pragma Export (StdCall... example? Happy Segfault
2004-03-11 14:03 ` Dmitry A. Kazakov
2004-03-12 12:50   ` Happy Segfault
2004-03-12 13:36     ` Dmitry A. Kazakov
2004-03-14  1:01       ` Happy Segfault
2004-03-16 13:54         ` Happy Segfault
2004-03-11 15:00 ` Frank
2004-03-12 13:02   ` Happy Segfault

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