comp.lang.ada
 help / color / mirror / Atom feed
* Using C dll from Ada95
@ 2000-01-11  0:00 Philipp Boeni
  2000-01-11  0:00 ` Tucker Taft
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Boeni @ 2000-01-11  0:00 UTC (permalink / raw)


Hello everybody!
I want to use a C-dll (created with Visual Studio 6) in Ada95 (Aonix IDE
7.1.2). Ada-Target: Command-Line App (Win32). The DLL uses the following
function exportation: #define DLLExport extern "C" __cdecl (dllexport) and
is NOT using any MFC enhancements...
So what exactly do I need from the dll to build the Ada-project? If I use
the "myDll.lib"-file (added to the Ada link-path), I receive a Link
1006-error (error seeking file, could not reach address...) and if I do not
use the lib-file, the linker complains about an undefined external symbol
(the exported function name, that a want to call from Ada)...

Thanks for any help....

Philipp Boeni, University of Applied Sciences Aargau, Switzerland






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

end of thread, other threads:[~2000-01-11  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-11  0:00 Using C dll from Ada95 Philipp Boeni
2000-01-11  0:00 ` Tucker Taft

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