Closed
Bug 203299
Opened 21 years ago
Closed 13 years ago
fix activex on MingW builds
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jonwil, Unassigned)
References
Details
Activex is currently not working because the MingW w32api libraries
dont have the needed definitions. Once the definitions are in, someone will need
to fix the mozilla code.
Reporter | ||
Comment 1•21 years ago
|
||
This is going to need a copy of the MIDL compiler & the stuff that goes with that.
also, OBJSAFE.H, ATLBASE.H, ATLCOM.H, ATLCTL.H, MSHTMHST.H, ACTIVESCP.H,
COMDEF.H, HLINK.H, HTIFACE.H, SERVPROV.H, STATREG.H, CRTDBG.H, ATLCONV.H &
MSXMLDID.H
Reporter | ||
Comment 3•21 years ago
|
||
No but it could well be possible that someone will create a clone of it that
does the same thing. After all, its a very important tool for doing COM related
stuff...
Comment 4•21 years ago
|
||
There is a MIDL clone (called widl) in Wine (http://www.winehq.org). It's not complete yet AFAIK,
but would it be helpful?
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•16 years ago
|
Component: General → Embedding: ActiveX Wrapper
Product: SeaMonkey → Core
QA Contact: asa → activex
Comment 5•13 years ago
|
||
The ActiveX embedding API was removed in bug 662023 and friends, making this INVALID.
[Filter bugspam on activexinvalid]
Assignee: jonwil → nobody
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Assignee | ||
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
•