Am Dienstag, den 21.02.2006, 00:25 +0100 schrieb Stefan Leichter:
> current cvs does not build for me on SuSE 9.0
> gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include
>
> -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe
> -fno-strict-aliasing -gstabs+ -Wpo
Am Dienstag, den 21.02.2006, 00:25 +0100 schrieb Stefan Leichter:
> current cvs does not build for me on SuSE 9.0
> gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include
>
> -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe
> -fno-strict-aliasing -gstabs+ -Wpo
Troy
Thanks for your comments. The issue with using a 'script' file versus a true
'executable'
is really a matter of marketing.
Our Windows product does run under 'wine' however we have clients that don't
consider that
acceptable. We are looking at having a "True" X-Windows / Unix / Linux
imp
On Tuesday 21 February 2006 06:33, Michael King wrote:
> Thanks for all the help.
>
> Seems to me that wine and winelib may not be the way for us to go.
>
> We have a functioning application development language that runs on Windows
> plus virtually all flavours of Unix/Linux but the only GUI imple
We are interested in getting the new Guitar Rig 2 USB foot controller
supported in Linux/Wine. It's described here:
http://www.native-instruments.com/index.php?id=guitarrig2_us
I assume from looking at it, that a USB driver would be required and
then perhaps some Wine tweaks to let the plugin ope
Hello,
current cvs does not build for me on SuSE 9.0
Bye Stefan
gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include
-D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o
signal_i386.o ../../../wine/dlls/
On Monday 20 February 2006 17:46, Roderick Colenbrander wrote:
> > The initial texture conversion during the installation of 3DMark2001SE is
> > broken, too. It complains about unknown format WINED3DFMT_DXT1.(sry,
> > don't have the exact traces here atm).
> > I guess it could be the same problem l
Michael King wrote:
Segin/Joris
Thanks for all the help.
Seems to me that wine and winelib may not be the way for us to go.
We have a functioning application development language that runs on Windows
plus virtually
all flavours of Unix/Linux but the only GUI implementation is Windows. We we
Thanks for the comments. Patch now resubmitted as two chunks as suggested.
John.
Mike McCormack wrote:
Dr J A Gow wrote:
FROM: Dr J A Gow
PATCH: Provides fix for bug 4436, some reference counting fixes, and
now the IStorage correctly handles the following:
- Strea
"James Hawkins" <[EMAIL PROTECTED]> writes:
> Is there anything wrong with this patch?
>
> Changelog:
> * Load the LDIDs of an install section in TranslateInfString.
Is there a reason you can't use SetupGetStringField instead of getting
the whole line and duplicating the parsing that setupapi alr
Segin/Joris
Thanks for all the help.
Seems to me that wine and winelib may not be the way for us to go.
We have a functioning application development language that runs on Windows
plus virtually
all flavours of Unix/Linux but the only GUI implementation is Windows. We were
looking
for an easy
> The initial texture conversion during the installation of 3DMark2001SE is
> broken, too. It complains about unknown format WINED3DFMT_DXT1.(sry, don't
> have the exact traces here atm).
> I guess it could be the same problem like the "maximum texture size"
> problem you already fixed( aka, GL_{SU
Roderick Colenbrander schrieb:
> On Monday 20 February 2006 16:05, Roderick Colenbrander wrote:
>> On Monday 20 February 2006 13:12, Daniel Skorka wrote:
>>> Hi,
>>>
>>> wine-0.9.8 has a regression with the Max Payne demo. The demo worked
>>> fine in 0.9.7, however the following is broken in 0.9.8:
On Monday 20 February 2006 16:05, Roderick Colenbrander wrote:
> On Monday 20 February 2006 13:12, Daniel Skorka wrote:
> > Hi,
> >
> > wine-0.9.8 has a regression with the Max Payne demo. The demo worked
> > fine in 0.9.7, however the following is broken in 0.9.8:
> > Once you have started the app
On Monday 20 February 2006 13:12, Daniel Skorka wrote:
> Hi,
>
> wine-0.9.8 has a regression with the Max Payne demo. The demo worked
> fine in 0.9.7, however the following is broken in 0.9.8:
> Once you have started the application and begun playing (by selecting
> Tutorial or New Game or Load) th
Monday, February 20, 2006, 3:21:56 AM, Vitaly Budovski wrote:
> dinput: Corrected bug where mouse clicks were not passed to window
> with DISCL_EXCLUSIVE flag set.
> dlls/dinput/mouse.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> -if (dwCoop & DISCL_NONEXCLUSIVE) {
> +
add gdi32 to the imports section of the Makefile.in and resend the patch.
It will compile fine.
On 2/20/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote:
> unable to compile this patch
>
> /oracle/git/wine-git/dlls/usp10/usp10.c:333: undefined reference to
> `GetGlyphIndicesW'
>
> with todays git.
unable to compile this patch
/oracle/git/wine-git/dlls/usp10/usp10.c:333: undefined reference to
`GetGlyphIndicesW'
with todays git.
Please resend the correct patch
Uwe Bonnes wrote:
@@ -470,6 +480,7 @@
WCHAR *ptr = RtlAllocateHeap( GetProcessHeap(), 0, len * sizeof(WCHAR)
);
if (!ptr) return NULL;
ascii_to_unicode( ptr, name, len );
+skip_spaces(buffer, len);
status = load_dll( load_path, ptr, 0, &wmImp );
R
On old systems sin6_scopy_id was not exist.
I add a check for it in configure.ac and ifdefs in c file.
Rewrite with AC_CHECK_MEMBERS
Changelog:
add check for sin6_scope_id is exist
--
Vitaly Lipatov, ALT Linux Team
Russia, Saint-Petersburg, www.etersoft.ru
Adds check for sin6_scope_id
Index: co
Hi,
wine-0.9.8 has a regression with the Max Payne demo. The demo worked
fine in 0.9.7, however the following is broken in 0.9.8:
Once you have started the application and begun playing (by selecting
Tutorial or New Game or Load) the game crashes as soon as you hit 'Esc'
(to get to the menu) or 'F
Michael Kaufmann <[EMAIL PROTECTED]> writes:
> SetWinMetaFileBits:
> - Isotropic/Anisotropic mapping mode: Scale the picture to the whole
> device surface if lpmfp == NULL (current implementation doesn't set
> the window and viewport extents in this case, leading to upside-down
> images or other s
В сообщении от 19 февраля 2006 20:19 Jukka A. Ukkonen написал(a):
> Hello all,
>
> I have seen some potential regressions in Wine-0.9.8 on FreeBSD-6.x.
>
> - Winefile draws garbage in the minimize, full-screen, and close
> buttons in the upper right corner of its windows.
> - Wine (and obviously al
Vitaly Lipatov <[EMAIL PROTECTED]> writes:
> On old systems sin6_scopy_id was not exist.
> I add a check for it in configure.ac and ifdefs in c file.
>
> Changelog:
> add check for sin6_scope_id is exist
You should use AC_CHECK_MEMBERS for this.
--
Alexandre Julliard
[EMAIL PROTECTED]
24 matches
Mail list logo