Je l'ai mis dans le .h de ma classe qui fait les requ�tes ADO
A cette ligne
j'ai l'erreur "_CatalogPtr undeclared identifier"
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2_CatalogPtr m_pCatalog = NULL;
et en plus j'ai un warning :
warning C4146: unary minus operator applied to unsigned type, result still unsigned
au niveau du fichier msadox.tlh
Partager