compiling the latest code updated from the CVS with visual 2005 gives some errors.
I fixed a few but have still some problems with
in object.h line 146
operator +(Value& right ){ return intval() + right.intval(); }
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
I have also problems to compile JSBridge. The nsIJSBridge.h is missing in the CVS. I used the one from a previous version but when Performing Pre-Build Event it seems that the compiler does not find a file/path without giving any details
fatal error C1047: The object or library file '../../mozilla/mozilla/dist/lib\xpcomglue_s.lib' was created with an older compiler than other objects; rebuild old objects and libraries
LINK : fatal error LNK1257: code generation failed
when compiling JSBridge
Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."