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 problem is cegcc doesn't have definitions for PIMPR, so from MSDN I
> found the definitions
> (see attachment) and put them in a pimstore.h.

That's fine. I didn't find an attachment though, can you send it ?

> But now I there are only a few definitions I cannot find :
> 
> if I have a look at msvc define I can read :
> [deleted]

That's not good. Even sending it to this mailing list is a bad idea.

> so I am missing all the CEVT_LPWSTR\CEVT_UI4\CEVT_FILETIME definitions and
> the PIM_PROP_TAG.
> 
> Does it prevent it to be included in cegcc ?
> If yes I will have to define enums as simple integers and use a switch to
> do the mapping ...

If you can find those values by experimentation (*not* what you did
above), then I'm willing to include them.

I can add the pimstore.h (based on MSDN info) even without the values,
that's already a start.

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to