Hi, I need to compile Gears source code with Visual Studio (2010).
So far, I have run into a compilation error when it comes to the file nsrootidl.idl: error MIDL2025: syntax error : expecting an interface name or DispatchInterfaceName or CoclassName or ModuleName or LibraryName or ContractName or a type specification near "%" According to what I read on some forums, I should use the xpidl by Mozilla instead of the midl by Microsoft to compile this file but I have no idea how to do that. Can someone help me or recommend me another way of compiling this source code? Thanks
