Closed
Bug 203299
Opened 22 years ago
Closed 14 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•22 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•22 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•22 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•21 years ago
|
Product: Browser → Seamonkey
Updated•17 years ago
|
Component: General → Embedding: ActiveX Wrapper
Product: SeaMonkey → Core
QA Contact: asa → activex
Comment 5•14 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: 14 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•