Hello,
Today I just started building my first XPCOM and I am using xpidl.exe to generate an C++ header file from an IDL file, however without any effect.


I have gecko-sdk downloaded and unpackaged at: C:\gecko-sdk. The command is as follow:

xpidl.exe -m header -I 'c:\gecko-sdk\idl' INPMozilla.idl

and the IDL file is like this:

#include "nsISupports.idl"
[scriptable, uuid(A2690863-42BD-4a9a-B31A-20F1F4E752BE)]
interface INPMozilla: nsISupports
{
  void lock();
  void unlock();
};


No header file was generated. No error. No message. Nothing at all. Any one has a clue? Thankyou in advance! Vonuyx



_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to