I have a C++ COM project that was created with Visual C++ 6. I have just converted the project to Visual Studio 2005 and have been trying to build it. I get the following compile errors:

Code:
warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
error C2143: syntax error : missing ';' before '__uuidof'
error C2059: syntax error : '__uuidof'
error C2143: syntax
...