fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

Add comdgl32.ocx to the available options. #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tried to run a progam within wine, and most dependencies I ran into installed 
beautifully within wine, but there was one that I needed to do manually, which 
was comdgl32.ocx. I know the DLL is there but the OCX was also required by this 
program. I was surprised winetricks didn't offer this package.

I installed it manually like so:
Microsoft has a cab available with the needed files here: 
http://activex.microsoft.com/controls/vb5/comdlg32.cab

All I needed to do was wget this cab, extract it in system32, and regsvr the 
ocx file in the cab.

Maybe it's a good idea to add this to winetricks as well? Just a thought.

Original issue reported on code.google.com by mac...@gmail.com on 27 Aug 2010 at 7:42

GoogleCodeExporter commented 8 years ago
Here is a patch that adds this functionality to Winetricks.

Original comment by eldman...@gmail.com on 27 Aug 2010 at 11:55

Attachments:

GoogleCodeExporter commented 8 years ago
You'll need to add it to the top menu and the bottom case/esac, so winetricks 
knows what to execute. Also, add the sha1sum of the download.

Lastly, we'll need your real name for the changelog.

Original comment by austinenglish@gmail.com on 30 Aug 2010 at 5:22

GoogleCodeExporter commented 8 years ago
Look at the patch.
It DOES add an entry to the menu.
It also does add it to bottom case/esac.

You're right that it does not have a sha1 checksum though.
I forgot about that.
But then again, many other entries does not have checksums either.

My name is Fred Joseph Ladd.

Original comment by eldman...@gmail.com on 30 Aug 2010 at 6:34

GoogleCodeExporter commented 8 years ago
Here is new patch featuring sha1 checksum.

Original comment by eldman...@gmail.com on 30 Aug 2010 at 10:03

Attachments:

GoogleCodeExporter commented 8 years ago
Looks promising.  What app needed this, by the way? 

Original comment by daniel.r...@gmail.com on 31 Aug 2010 at 2:00

GoogleCodeExporter commented 8 years ago
I do not know.
It was mace3d who submitted the issue report, I just created a patch for it.

Original comment by eldman...@gmail.com on 31 Aug 2010 at 2:51

GoogleCodeExporter commented 8 years ago
It was I-Doser 4.5, which works almost perfectly under wine. (It complains 
about not being able to open the volume controls but that's it.)

Thanks for listening to my suggestion and thanks Fred for making the patch.

Original comment by mac...@gmail.com on 31 Aug 2010 at 6:59

GoogleCodeExporter commented 8 years ago
Committed, thanks.

Fred, in the future, please use diff -u, your patches are hard to apply 
automatically.

Original comment by austinenglish@gmail.com on 3 Sep 2010 at 6:36