http://bugs.winehq.org/show_bug.cgi?id=3972
------- Additional Comments From vitaliy(a)kievinfo.com 2005-30-11 17:00 -------
And I don't see .NET being implemented in Wine any time soon. Especially
LoadLibraryShim() & co.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3228
------- Additional Comments From wine.dev(a)web.de 2005-30-11 15:15 -------
It compiles, when removing: #include <X11/IntrinsicP.h>
from x11drv/winpos.c (Patch send).
--
By by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3228
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2005-29-11 11:49 -------
Looks fixed as of 29/11/2005 by a commit of julliard.
Could you check if it compiles correctly now if you don't have libxt-dev installed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3972
dsrbecky(a)post.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
------- Additional Comments From dsrbecky(a)post.cz 2005-30-11 14:14 -------
System.Windows.Forms 2.0 will not be finished in mono anytime soon.
Visual Studio .NET will never work on mono.
StarpDevelop 2.0 does not work in mono because it depends on debugging API which
will not be implemented in mono.
(MonoDevelop works in mono, but it is missing too many features compared with
Visual Studio .NET or StarpDevelop 2.0)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3972
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2005-30-11 13:51 -------
Please use Mono project instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3640
Rincebrain(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Rincebrain(a)gmail.com 2005-30-11 13:29 -------
Agreed. Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3972
Summary: .NET Framework 2.0 installation fails on installation of
assemblies
Product: Wine
Version: 0.9.2.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=3754
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsrbecky(a)gmail.com
The installation executes sucesfuly.
Installation works up to writing of registry values. (inclusive)
Installation of assemblies fails at start with error message:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\net20\install.exe
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please contact the application's support team for more information.
This error message is followed by next one:
Microsoft .NET Framework 2.0 Setup
Error 25007.Error occurred while initializing fusion. Setup could not
load fusion with LoadLibraryShim(). Error: 0x80070006
My system is Ubuntu (5.10 Breezy Badger).
Wine install: I have deleted ~/.wine and used winetools (version wt0.9jo) to
install software.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3640
------- Additional Comments From elprans(a)gmail.com 2005-30-11 12:46 -------
A patch for Find support in regedit has been commited. I suppose we should close
the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3902
------- Additional Comments From kuba(a)mareimbrium.org 2005-30-11 12:44 -------
This looks like a reasonable optimization to me. Enlarging the rectangle is a
cheap operation, so it shouldn't slow things down. I'd start by doing it only
in the BitBlt.
Note that *all* image modifying GDI operations need to either invalidate
LastModRect or update it (union with current operation's rect), there's no
middle ground. Since invalidation is a matter of setting one coordinate of the
rectangle to some magic value, it's cheap too.
Then DoUpdateDIBSection looks whether the rectangle is valid, and if so only
copies the indicated part of the DIB around. Otherwise it reverts to current
behaviour. After it finishes, the rectangle needs to be set to a zero-sized
rectangle.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.