Thanks for help guys ! "Daniel Bratell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > abhishek wrote: > > Thanks Seth for the lead.Another question i have is > > for eg. if i go to this file > > http://lxr.mozilla.org/seamonkey/source/mailnews/import/outlook/src/nsOutloo > > kImport.cpp > > then clicking on some of the headers gives "file does not exist " > > Where can i find these files ? for eg. nsIImportService.h and many others. > > I had the same problem with code i had extracted on my system. > > Files which begin "nsI..." are often generated from .idl-files while > building. Look for a nsIImportService.idl when you can't find > nsIImportService.h. They often live in a "public" directory somewhere. > > You can also find the .h-file somewhere on your disk after you finished > a build. > > /Daniel >
