comp.lang.ada
 help / color / mirror / Atom feed
From: AG <ang_st@ihug.co.nz>
Subject: Object Ada question
Date: 1999/04/11
Date: 1999-04-11T02:23:53+00:00	[thread overview]
Message-ID: <371007F7.8DDEB059@ihug.co.nz> (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





             reply	other threads:[~1999-04-11  0:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-11  0:00 AG [this message]
1999-04-11  0:00 ` Object Ada question 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
replies disabled

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