WM2005 SDK

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to convert an existing 2003 pocket pc application to WM2005.
Every time I call get_Oid() on an IContact item I get a large negative value
returned. This call works fine when used with IAppointment items.

I'm trying this using the emulator. Has anyone else had the same problem?.

Thanks in advance
Nick.
 
Returned as in the function returns it, or the Oid value contains a negative
number? If it's the return value can you post the exact value -this will
give an indication of the error. One thing to be aware of, make sure you
aren't calling this on a new Contact item you've created but not saved, the
Oid is only allocated when the item is saved to the database.

Peter
 
Back
Top