i have downloaded mozilla cvs tree
i have gecko-sdk
(
Gecko Win32 SDK from Mozilla 1.4b:
http://ftp25moz.newaol.com/pub/mozilla/releases/mozilla1.4b/gecko-sdk-win32-1.4b.zip
)
i try to compile finger protocol handler
i was made header from nsIProxiedProtocolHandler.idl
and when i compile project, i got the next error
d:\test\nsfingerhandler.h(62) : error C2144: syntax error : 'int'
should be preceded by ';'
d:\test\nsfingerhandler.h(62) : error C4430: missing type specifier -
int assumed. Note: C++ does not support default-int
d:\test\nsfingerhandler.h(62) : error C2143: syntax error : missing ';'
before '__stdcall'
where 66 line is
class nsFingerHandler : public nsIProxiedProtocolHandler
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIPROTOCOLHANDLER // << here is 62 line
somebody know, how to fix this problem ?
thanks
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom