search for: winedib

Displaying 8 results from an estimated 8 matches for "winedib".

Did you mean: winedit
2009 May 24
3
Registry setting question...
Is there a way to set registry key, other then editing system.reg/user.reg file? For DIB engine we can export WINEDIB=ON or edit registry, is this the case with other registry keys as well? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090524/b69fa546/attachment.htm>
2009 May 01
1
Re: AutoCAD and Wine
...ne-git? Hi ruelle, As Austin said, MText crash (point 1 of post you linked) is fixed in git. Point 2, aka the DIB engine, won't very probably never be accepted on wine (at least, my solution), so the only way by now is to patch wine. I'm thinking to upload somewhere the gdi32.dll.so and winedib.drv.dll.so precompiled files for people who want to test without rebuild wine.... Point 3, if you need it, hasn't be accepted too.... some time ago. I've no time nor fun to make it "acceptable" by now, so if you've also problems with printer format (which is most probably if...
2009 Jun 19
1
Where to report DIB engine bugs?
I saw a problem with dib engine - in some applications text disappears if dib engine is used. That text is present if i don't set WINEDIB=on. Where do i report it?
2009 Apr 23
3
Some news for AutoCAD users
...hack, but it makes MTEXT happy. 2) Slow TrueType fonts display : go to bug 421 page (http://bugs.winehq.org/show_bug.cgi?id=421) and download latest testing (unofficial) DIB engine; apply the patchset to wine tree and rebuild as usual. Before launching autocad you must set the environment variable WINEDIB to ON; from a terminal : export WINEDIB=ON You can also create a launcher for it, and the engine can also be permanently enabled by registry. It's (more or less) all explained on bug 421 page. Be sure to fetch the latest patchset, as the engine is being actively updated. If you apply correctly...
2009 May 01
1
Re: AutoCAD and Wine
...the patch will be accepted in official wine-git? > > > > > > > Point 2, aka the DIB engine, won't very probably never be accepted on wine (at least, my solution), so the only way by now is to patch wine. > > I'm thinking to upload somewhere the gdi32.dll.so and winedib.drv.dll.so > > precompiled files for people who want to test without rebuild wine.... > > > > That's pretty hacky, and can break across different > distributions/versions of libc/etc. > > I'm afraid that you're right.... well, OTOH Ubuntu/debian now is th...
2009 Jan 09
2
Re: AutoCAD and Wine
http://www.winehq.org/pipermail/wine-devel/2008-December/071165.html does anybody have news about dib engine (or AutoCAD)?? thanks
2010 Aug 14
6
How to use the wineprefix with another wine-path
Hi, there I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2 I would like to use this in already installed bottles. So I tried something like this: code: [export WINEDIB=ON] then (as an example) code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg] This does create a wine bottle, but in this way the dib engine doesn't get loaded in the program I use. Any ideas how to do this in a proper way?
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
...ine patch (http://wiki.winehq.org/DIBEngine) that is available for wine 1.1.44 (http://bugs.winehq.org/attachment.cgi?id=27879) to the 1.1.44 version of wine and started my application program that needs to draw many button and text input fields in a single window with the enviroment variable "WINEDIB=ON wine ./App.exe". Now that the DIBEngine patch is applied a little speedup in the drawing of the buttons and the text input fields is shown, but now the problem is that they are still drawn in blocks of a subset of the total number and then wine waits a little bit, then it draws another...