I am getting following error , while create dll.
installer\UUIDGenerator.cpp(35) : error C2065: 'RPC_CSTR' : undeclared identifier
installer\UUIDGenerator.cpp(35) : error C2059: syntax error : ')'
installer\UUIDGenerator.cpp(68) : error C2059: syntax error : ')'
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Cause :
UuidToStringA(&uuid, (RPC_CSTR*)&str);
Please help me to solve this, I already include " <rpc.h> "