I need to compile a dll in Visual C++. All my attempts however end with the error:
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\urlmon.idl(535) : error MIDL2025 : syntax error : expecting a type specification near "DWORD"
First I thought it might have something to do with my code, but a few tests showed that this error occurs no matter what I try to compile. I downloaded a new version of urlmon.idl from Microsoft but without success.
Does anyone know what's going on?
Thanks,
Mats
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\urlmon.idl(535) : error MIDL2025 : syntax error : expecting a type specification near "DWORD"
First I thought it might have something to do with my code, but a few tests showed that this error occurs no matter what I try to compile. I downloaded a new version of urlmon.idl from Microsoft but without success.
Does anyone know what's going on?
Thanks,
Mats