OK finally I found enough information from MSDN to rebuild the definitions
with the exceptions
of CEVT_ (I put in comment msdn url from which I got the information).
So please find the two includes and if I can find missing definitions I
will let you know.#ifndef _MAPIDEFS_H
#define _MAPIDEFS_H
On Wed, 2009-06-10 at 14:54 +0200, Vincent R. wrote:
> For instance to set a contact property :
>
> err = GDAbItem_SetProperty(pAbItem, eAbFirstName, _T("Vincent") );
>
> eAbFirstName is an enum defined as
>
> ...
> eAbFirstName = PIMPR_FIRST_NAME,
> ...
>
>
> The pro
On my system,
5431708 bytes for /opt/mingw32ce/arm-mingw32ce/lib/libstdc++-6.dll
891904 bytes for /opt/mingw32ce/arm-mingw32ce/lib/device/libstdc
++-6.dll.stripped
I'd say use the latter.
Danny
On Wed, 2009-06-10 at 10:26 +0600, Zato-2 wrote:
> Thank you for your answer )
> Looks l
Hi,
So I have compiled gynoid framework using msvc and obtained a dynamic
library called
libgynoid.dll.
When I try to generate an import lib as described in cygwin faq and using
toolchain nm it doesn't work :
$ arm-mingw32ce-nm.exe libgynoid.dll
arm-mingw32ce-nm: libgynoid.dll: no symbols
But w
Hi,
I started to write a multiplateform framework called gynoid aiming at
wrapping
specific API from mobile phones running wince, symbian, iPhone, ...
see here http://www.codeproject.com/KB/mobile/gynoid.aspx
I started with the platform I know the best and I wanted to add support for
address book