|
hello,
i am recompiling a vc98 module to vc2005 module. The module uses the VBA SDK.
I get an error saying,
//////////////////////////////////////////////////////////////////////////////
D:\Program Files\VBA6SDK\include\apc.h(296) : error C2872: 'Picture' : ambiguous symbol
could be 'd:\Program Files\Microsoft Visual Studio 8\VC\include\comdef.h(324) : Picture'
or 'D:\Program Files\VBA6SDK\include\apc.h(263) : MSAPC::Picture'
//////////////////////////////////////////////////////////////////////////////
This is becuase VC2005 compiler dosent support nested declarations.
But how can i sove the problem. Since this problem is with the SDK (excatly in APC64.dll)
|