Click here to Skip to main content
15,881,248 members

Comments by SenAPI (Top 8 by date)

SenAPI 15-Mar-11 10:04am View    
Deleted
solution :
add following method into MyStruct
operator size_t() const
{
return sizeof( REV_DCM_CACHE_KEY );
}
SenAPI 22-Feb-11 8:10am View    
"Use MFC in a Static Library" option to avoid distributing msvcr71.dll,msvcp71d.dll
In your case no need to register DLL using RegSvr32.exe because it is not a COM dll.
SenAPI 6-Feb-11 11:11am View    
It is not STL map class !!!
SenAPI 6-Feb-11 11:07am View    
in C++ we can call static method with the help of object.
SenAPI 7-Aug-10 6:47am View    
Reason for my vote of 4
solution which i am looking