comp.lang.ada
 help / color / mirror / Atom feed
From: "David Botton" <David@Botton.com>
To: <comp.lang.ada@ada.eu.org>
Subject: Re: Help with GNAT, WinNT, StdCall, dll, exported names
Date: Thu, 11 Oct 2001 15:03:37 -0400
Date: 2001-10-11T15:03:37-04:00	[thread overview]
Message-ID: <mailman.1002827058.19724.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: zsjx7.32$x5.4324@newsb.telia.net

The key to fixing this is in the .def files. For example a def file
generated by CreateCOM:

EXPORTS
   DllGetClassObject=DllGetClassObject@12     @2
   DllCanUnloadNow=DllCanUnloadNow@0          @3
   DllRegisterServer=DllRegisterServer@0      @4
   DllUnregisterServer=DllUnregisterServer@0  @5

ExternalName=WhatNameUnderstood@SizeOfParameters  @DllOrdinal

David Botton

----- Original Message -----
From: "Peter Hend�n" <phenden@tdab.com>

> In this case I have a server that expects to load my dll, and
> then call the entry points of that dll using the StdCall convention.
>
> Any solutions?





  reply	other threads:[~2001-10-11 19:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-11 11:26 Help with GNAT, WinNT, StdCall, dll, exported names Peter Hend�n
2001-10-11 11:44 ` David Botton
2001-10-11 16:06   ` Peter Hend�n
2001-10-11 19:03     ` David Botton [this message]
2001-10-11 13:28 ` Stephen Leake
2001-10-11 16:23   ` Peter Hend�n
2001-10-11 19:24   ` David Botton
2001-10-11 23:28     ` Peter Hend�n
2001-10-11 23:46       ` David Botton
2001-10-12  9:48         ` Peter Hend�n
2001-10-11 17:59 ` Sergey Koshcheyev
replies disabled

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