Compilation error with Mozilla 2.0 beta SDK
Richa Awasthy <[email protected]> Mon, 21 Feb 2011 03:25:18 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <9ada8d07-71a5-4890-a570-4ce5a5c13597@r12g2000vbd.googlegroups.com> |
Hi, I am using Mozilla 2.0 beta SDK. My code used to compile successfully with the sdks upto Mozilla 1.9.2 version. Now, code compilation gives following error: nt\Mozilla2.0\include\jsval.h(93) : error C2061: syntax error : identifier 'uint8' \nt\Mozilla2.0\include\jsval.h(114) : error C2118: negative subscript \nt\Mozilla2.0\include\jsval.h(120) : error C2061: syntax error : identifier 'uint32' I am not able to figure out how to resolve this issue. Is there anyworkaround or fix available for this? Thanks