Closed
Bug 6543
Opened 26 years ago
Closed 26 years ago
Cannot compile with new string (nsString2)
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: hjtoi-bugzilla, Assigned: locka)
Details
If you do:
set USE_STRING2=1
and try to compile, the ActiveX control will not compile. I did not check for
details but I believe it is because the new string class
does not have automatic conversion to Unicode (the internal buffer might be
non-unicode).
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P1
Reporter | ||
Comment 1•26 years ago
|
||
Changed priority to P1. The switch has been turned and we are now using
nsString2 by default. You cannot build MozillaControl from the tip.
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•26 years ago
|
||
Marking fixed because now I can build this.
As the reported has marked this fixed, I'm going to go ahead and verify it.
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•