Closed
Bug 168578
Opened 23 years ago
Closed 22 years ago
do_CreateInstance isn't supported in the SDK
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.3beta
People
(Reporter: dougt, Assigned: dougt)
Details
Assignee | ||
Comment 1•23 years ago
|
||
do_CreateInstance and do_GetService are not publically supported yet. I will
try to get this supported added for 1.3.
(if you use them, the will cause you to link against XPCOM which is bad. this
code needs to be move into the glue library)
Target Milestone: --- → mozilla1.3beta
Assignee | ||
Comment 2•22 years ago
|
||
i am not sure this was an issue for 1.2. the operator() functions are linked
into xpcom glue.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•