comp.lang.ada
 help / color / mirror / Atom feed
* Object Ada question
@ 1999-04-11  0:00 AG
  1999-04-11  0:00 ` Jerry van Dijk
  0 siblings, 1 reply; 15+ messages in thread
From: AG @ 1999-04-11  0:00 UTC (permalink / raw)


Hi,

  I have recently downloaded Object Ada (V7.1.105) from Aonix site and
have tried to use
Win32 bindings there. A stripped-down program follows. It compiles
alright, but won't link.
Is it a limitation of the free version or did I miss something? Opening
panel says it's a full feature
version except for the size.

-----

with win32, win32.mapi;
use win32, win32.mapi;

procedure test is
 dummy: lpstr;
 status: ulong;
 handle: lplhandle;
begin
 status := MAPIlogon(0,dummy, dummy, 0, 0, handle);
end;

-----

The error I get is:

error LNK 2001: unresolved external symbol_MAPIlogon@24

-----

And yes, I have the link to ...\bindings\lib set up. I even tried to cut
and past it into a sample provided,
no difference. Text search of subdirectories didn't find a name like
that either.

So, does anybody know how to fix that?

Regards,
AG





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

end of thread, other threads:[~1999-04-15  0:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-11  0:00 Object Ada question AG
1999-04-11  0:00 ` Jerry van Dijk
1999-04-12  0:00   ` AG
1999-04-12  0:00     ` Jerry van Dijk
1999-04-13  0:00       ` DPH
1999-04-14  0:00         ` czgrr
1999-04-14  0:00           ` Robert Dewar
1999-04-14  0:00             ` DPH
1999-04-15  0:00               ` czgrr
1999-04-15  0:00             ` Jerry van Dijk
1999-04-15  0:00               ` Robert Dewar
1999-04-15  0:00                 ` Jerry van Dijk
1999-04-14  0:00         ` Jerry van Dijk
1999-04-14  0:00           ` DPH
1999-04-15  0:00             ` AG

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