WABdev

From Mesdoc

(Difference between revisions)
(Probleme)
Line 1: Line 1:
 +
 +
 +
 +
http://www.codeguru.com/forum/showthread.php?t=139691
 +
 +
http://www.koders.com/cpp/fid55B04375A2A398DBC1DBEE3B7ACC98C397F4F639.aspx
 +
 +
 +
==Probleme==
==Probleme==

Revision as of 15:45, 14 August 2007


http://www.codeguru.com/forum/showthread.php?t=139691

http://www.koders.com/cpp/fid55B04375A2A398DBC1DBEE3B7ACC98C397F4F639.aspx


Probleme

h:\\sdk\\include\\wabdefs.h(78) : error C2371: 'WCHAR' : redefinition; different basic types
h:\\sdk\\include\\winnt.h(266) : see declaration of 'WCHAR'

Mise en commentaire de la ligne dans wabdefs.h

#if !defined(UNIX) && !defined(WIN16)
typedef WORD                WCHAR;
#endif


  • Base Address Properties

http://msdn2.microsoft.com/en-us/library/ms528392.aspx

  • How To Copy LPSRowSet from MAPI Memory to System Memory

http://support.microsoft.com/?scid=kb%3Ben-us%3B247371&x=21&y=8

Personal tools