Can you give us some specific errors? XPIDL.exe is built on the fly. It
does require some .lib's, they're documented in the section on building
under Win32 -> http://www.mozilla.org/build/win32.html
Raghunath Mukundan wrote:
> hi
>
> I had downloaded the complete Mozilla scr files and extracted them to the
> correct path. Now when i try to compile the Client.mak file it throws error
> saying some of the files are missing or not found in the path. I am stuck at
> this point. can some one tell me how I can get the XPIDL.exe for Win32 so
> that i can use ti directly to compile my interface.
>
> Please help
>
> Raghu/Ramgopal
>
>
>
>
> David Bradley <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>>Josh Soref wrote:
>>
>>
>>>Well you could, but there are two very glarying exceptions, and they
>>>
> appear in the fragment;
>
>>>/xpcom/components/nsIGenericFactory.h
>>>/xpcom/components/nsIServiceManager.h
>>>are not idl generated files files.
>>>
>>
>>Thanks for the correction. I had mistakenly saw an convention where
>>there was none. Basically if the XPCOM objects expects to be visible to
>>JS from xpconnect it needs the IDL file. The GenericFactory and service
>>manager don't fall into that category.
>>
>>In any case, hopefully the other make commands were helpful.
>>
>>
>>
>
>