Wine Internet Explorer

Here you can discuss ReactOS related topics.

Moderator: Moderator Team

Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Wine Internet Explorer

Post by Pi_User5 »

Is Wine Internet Explorer still under development? It's useful to have around if I haven't installed Firefox. It seems to be almost done, but a progress bar in the status bat and the ability to download would be nice. It would be nice to have a shortcut in the start menu or on the desktop to it.
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
Z98
Release Engineer
Posts: 3379
Joined: Tue May 02, 2006 8:16 pm
Contact:

Re: Wine Internet Explorer

Post by Z98 »

Wrong place to ask, Wine IE is Wine's so any development that happens is done by them.
justincase
Posts: 441
Joined: Sat Nov 15, 2008 4:13 pm

Re: Wine Internet Explorer

Post by justincase »

Yeah, the correct place to ask is either the WineHQ Forums, or one of the WineHQ IRC Channels.
If you get an answer perhaps you could let us know here though, eh?
I reserve the right to ignore any portion of any post if I deem it not constructive or likely to cause the discussion to degenerate.
Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Re: Wine Internet Explorer

Post by Pi_User5 »

Sorry! I thought Wine Internet Explorer was developed by the ReactOS people. I will go do that and post the reply.
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Re: Wine Internet Explorer

Post by Pi_User5 »

Yeah, the correct place to ask is either the WineHQ Forums, or one of the WineHQ IRC Channels.
If you get an answer perhaps you could let us know here though, eh?
I posted on the forum and am waiting for a response.
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Re: Wine Internet Explorer

Post by Pi_User5 »

Is it possible I could compile the ReactOS accessories on their own using RosBe and not the whole operating system and how would I do it?
Example: Wine Internet Explorer, Paint, Calculator
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
Forever Winter
Posts: 131
Joined: Sun Oct 20, 2013 6:50 am

Re: Wine Internet Explorer

Post by Forever Winter »

If you give the module that you like to build as parameter, only that module (and the ones it depends on) will be build. For example "ninja calc" will build the Calculator, "ninja paint" will build Paint
and "ninja iexplore" will build Internet Explorer.
User avatar
EmuandCo
Developer
Posts: 4730
Joined: Sun Nov 28, 2004 7:52 pm
Location: Germany, Bavaria, Steinfeld
Contact:

Re: Wine Internet Explorer

Post by EmuandCo »

AND the needed dependencies of course...
ReactOS is still in alpha stage, meaning it is not feature-complete and is recommended only for evaluation and testing purposes.

If my post/reply offends or insults you, be sure that you know what sarcasm is...
justincase
Posts: 441
Joined: Sat Nov 15, 2008 4:13 pm

Re: Wine Internet Explorer

Post by justincase »

But Wine Internet Explorer isn't included in ReactOS' source is it?
Won't "ninja iexplore" only build ReactOS' iexplore.exe (and it's dependencies) which is if I understand correctly is just a stub without any rendering engine that will start Wine Internet Explorer's iexplore.exe if it's present?
I reserve the right to ignore any portion of any post if I deem it not constructive or likely to cause the discussion to degenerate.
User avatar
EmuandCo
Developer
Posts: 4730
Joined: Sun Nov 28, 2004 7:52 pm
Location: Germany, Bavaria, Steinfeld
Contact:

Re: Wine Internet Explorer

Post by EmuandCo »

Err, what? We have mshtml.dll from Wine which loads Gecko Runtime if not already there. We have Wine's iexplore.exe which is a minimal browser FROM Wine's Codebase and which is synched in ours. It's using the mshtml library and thus Gecko Engine. Amine should be updating iexplore in the near future to version 1.7.27 as he does with all stuff right now. mshtml is synched already.
ReactOS is still in alpha stage, meaning it is not feature-complete and is recommended only for evaluation and testing purposes.

If my post/reply offends or insults you, be sure that you know what sarcasm is...
justincase
Posts: 441
Joined: Sat Nov 15, 2008 4:13 pm

Re: Wine Internet Explorer

Post by justincase »

Oh, well that's good news then, either I remembered wrong, or what I remember reading was either wrong or about something old that's been replaced.
Pi_User5 wrote:I thought Wine Internet Explorer was developed by the ReactOS people.
If it were developed by the ReactOS people, wouldn't they have called it "ReactOS Internet Explorer" rather than "Wine Internet Explorer"?
I reserve the right to ignore any portion of any post if I deem it not constructive or likely to cause the discussion to degenerate.
Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Re: Wine Internet Explorer

Post by Pi_User5 »

Oh, well that's good news then, either I remembered wrong, or what I remember reading was either wrong or about something old that's been replaced.
My post on the Wine Forums is waiting to be approved.
Pi_User5 wrote:I thought Wine Internet Explorer was developed by the ReactOS people.

If it were developed by the ReactOS people, wouldn't they have called it "ReactOS Internet Explorer" rather than "Wine Internet Explorer"?
I guess that would be right then. :D
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Re: Wine Internet Explorer

Post by Pi_User5 »

Yeah, the correct place to ask is either the WineHQ Forums, or one of the WineHQ IRC Channels.
If you get an answer perhaps you could let us know here though, eh?
Wrong place to ask, Wine IE is Wine's so any development that happens is done by them.
Not sure of if this is any use. The people over at WINE told me to browse this:
http://source.winehq.org/

Internet Explorer Code: http://source.winehq.org/source/programs/iexplore/
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
User avatar
EmuandCo
Developer
Posts: 4730
Joined: Sun Nov 28, 2004 7:52 pm
Location: Germany, Bavaria, Steinfeld
Contact:

Re: Wine Internet Explorer

Post by EmuandCo »

We use a recent Version of it. Theres nothing more they added yet.
ReactOS is still in alpha stage, meaning it is not feature-complete and is recommended only for evaluation and testing purposes.

If my post/reply offends or insults you, be sure that you know what sarcasm is...
Pi_User5
Posts: 752
Joined: Thu May 01, 2014 4:18 am
Location: United States

Re: Wine Internet Explorer

Post by Pi_User5 »

We use a recent Version of it. Theres nothing more they added yet.
Is is possible that a shortcut to IE could be placed on the startmenu during installation. Am I also correct that WINE Gecko is included with the releases (Example 0.3.16)?
I use ReactOS on real hardware. Will you? My Computers: https://www.reactos.org/wiki/PC_ROS_Rigs Go all the way to the bottom.

[ external image ]
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 27 guests