when I try to build a xpcom component I get the following error:
nsComportServiceModule.obj : error LNK2001: unresolved external symbol
"unsigned int __stdcall nsComportService_GetInterfacesHelper(unsigned
int *,struct nsID * * *)"
(?nsComportService_GetInterfacesHelper@@YGIPAIPAPAPAUnsID@@@Z)
I'm using 1.1 and the sample will build fine. I used nsSampleModule.cpp
as a template and I'm not sure what I'm missing to get this unresolved
external.
