Fwd: wine without w*nd*ws

2003-09-02 Thread Sylvain Petreolle
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus

Re: Windows Video Drivers on Linux

2003-09-01 Thread Sylvain Petreolle
has decided to try and implement support for Windows Video drivers on Linux. This sounds interesting. http://www.privatetools.de/ I'd also like to announce the start of a new project called MSCGDI (Microsoft Compatible Graphics Device Interface). = Sylvain Petreolle

Re: Int21 fixes - Update

2003-08-24 Thread Sylvain Petreolle
it everywhere. Or you could use RESET_CFLAG as first operation in each subfunction. But try not to use mixed approaches, if it can be helped. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd

Re: Here a patch for FR keyboard layout

2003-08-23 Thread Sylvain Petreolle
(French keyboard layout) for scancode mapping. Please define your layout in dlls/x11drv/keyboard.c and submit them to us for inclusion into future Wine so i sent you the patch ( i hope it'll work, i had some problems to make it ) it was a little mistake. Rémi = Sylvain Petreolle

Re: Viruses in the wine-devel archive ??

2003-08-22 Thread Sylvain Petreolle
] a écrit : Yup, here is the message. http://winehq.com/hypermail/wine-patches/2003/08/0203.html I'll remove that attachment. Should we contact that author and let him know he is infected, or simply remove him from the list? = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net

Re: Viruses in the wine-devel archive ??

2003-08-22 Thread Sylvain Petreolle
LOL. When will we see a virus writer complain on the list that his virus doesnt work under Wine ?:) Btw. Does SoBig.F run under wine? If yes, how bad can it get? It crashes for me. Ciao, Marcus = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259

About spam

2003-08-22 Thread Sylvain Petreolle
I have an evidence that some robots can grab our email adress, even with our mangling process on winehq. I used my work adress only onto wine-devel and got spammed last week. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne

Re: Anyone having problems with Alsa ?

2003-08-19 Thread Sylvain Petreolle
computer? Maybe recompiling WINE is also needed. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

Re: Int21 : Dont reset systematically CFLAG

2003-08-18 Thread Sylvain Petreolle
that all functions that are supposed to reset CFLAG really reset it. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus

Anyone having problems with Alsa ?

2003-08-18 Thread Sylvain Petreolle
After upgrading my alsa drivers from 0.9.4 to 0.9.6, the wine alsa driver isnt working anymore on my system. Sound is working when I use the OSS emulation with wineoss.drv. But if i use winealsa.drv, many winmm tests fail. (I attached the log) = Sylvain Petreolle

Re: calls to int 3d corrupt the stack

2003-08-17 Thread Sylvain Petreolle
, --Robert 'Admiral' Coeyman = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

Re: calls to int 3d corrupt the stack

2003-08-17 Thread Sylvain Petreolle
, so I'd say the interrupt handling is what needs to be fixed, not this code. Do you think that we get a wrong return point ? Real mode, being 16-bit, uses word stack, not dword. Thanks for this correction. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias

Int21 : Dont reset systematically CFLAG

2003-08-17 Thread Sylvain Petreolle
Dont reset systematically CFLAG when calling the int 21 handler. Some functions dont change it. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War

calls to int 3d corrupt the stack

2003-08-16 Thread Sylvain Petreolle
? = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded. ___ Do You

Re: dmusic.dll DllRegisterServer et. al.

2003-07-16 Thread Sylvain Petreolle
Wine doesnt compile with your patch applied, at least for me. In regsvr.c, you should include string.h instead of string.h. Perhaps are you using a custom include path ? = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0

Re: French keyboard layout without Euro

2003-07-11 Thread Sylvain Petreolle
problem. Why do you need a new keyboard layout? With the new CP_UNIXCP support in place all the keys should work for you as expected. Or is it just to suppress a FIXME message? If the latter, I'd suggest to refrain from commiting this and similar patches. -- Dmitry. = Sylvain

Re: French keyboard layout without Euro

2003-07-11 Thread Sylvain Petreolle
for LOCALE_IDEFAULTUNIXCODEPAGE for european locales. There is a patch for that in the CX Office tree. -- Dmitry. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could

Re: French keyboard layout without Euro

2003-07-11 Thread Sylvain Petreolle
don't know what is wrong, but it's certainly not the Wine problem. It's a problem with Xlib which couldn't translate EuroSign keysym to character on some locales. Check it with 'xev' tool and see it for yourself. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ

Re: French keyboard layout without Euro

2003-07-11 Thread Sylvain Petreolle
Please find it attached. I'd like to see a log (compress it please before sending): +key,+keyboard,+nls,+x11drv,+event,+string -- Dmitry. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update

Re: MS OLE questions

2003-07-09 Thread Sylvain Petreolle
Oh my god... a 200k patch ?? = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

Re: make uninstall fails at /usr/local/share/aclocal

2003-07-05 Thread Sylvain Petreolle
/share/aclocal total 8 -rw-r--r--1 root root 5549 Jul 4 18:37 xmms.m4 is that expected way for WINE to work? or should i fill a bugreport? = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs

Re: Known Wine ToDo's

2003-07-03 Thread Sylvain Petreolle
sblaster emulation. --- Tom [EMAIL PROTECTED] a écrit : Hello, I am going to update the ToDo page : http://www.winehq.com/?page=status_todo And im wondering if you can send me a list of ToDo's that your aware of ? Thanks Tom = Sylvain Petreolle

About Wcmd

2003-07-03 Thread Sylvain Petreolle
of Return ATM. -Prompt : the default prompt is the current directory with a sign. -Set: the variable content can begin with a space. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee

BugZilla - My bugs is empty

2003-07-03 Thread Sylvain Petreolle
... = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded. ___ Do You Yahoo

Re: still many warnings from Mesa

2003-07-02 Thread Sylvain Petreolle
headers :-) = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

WCMD not working anymore

2003-07-02 Thread Sylvain Petreolle
the return code should be 2 (CSTR_EQUAL) = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

About NtDelayExecution Sleep

2003-06-30 Thread Sylvain Petreolle
Seems we will have a drastic performance improvement :) : Programs that used to hang into (Nt)WaitForMultipleObjects were a lot. http://www.winehq.org/hypermail/wine-cvs/2003/06/0260.html http://www.winehq.org/hypermail/wine-cvs/2003/06/0274.html = Sylvain Petreolle

Re: Wine Status Changelog

2003-06-26 Thread Sylvain Petreolle
. -- Jeremy Newman [EMAIL PROTECTED] CodeWeavers, Inc. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

Doom Legacy / Problems with DOS and winedbg

2003-06-26 Thread Sylvain Petreolle
:045e). How can this be avoided ? Unfortunately, I don't really know how many DOS programs really need IRQs but at least Doom Legacy seems to require them and that is the main test program I'm using. -- Jukka Heinonen http://www.iki.fi/jhei/ = Sylvain Petreolle

Re: Doom Legacy / Problems with DOS and winedbg

2003-06-26 Thread Sylvain Petreolle
stack frame 0x01f7ffd0 0x00d4:0x0063: cmpb $3,%al Wine-dbgpass First chance exception: interrupt 21 in vm86 mode in vm86 code (00d4:0093). Register dump: Wine-dbgmode 16 Wine-dbgcont First chance exception: interrupt 21 in vm86 mode in vm86 code (00d4:00d7). In vm86 mode. = Sylvain

Re: Doom Legacy / Problems with DOS and winedbg

2003-06-26 Thread Sylvain Petreolle
know how many int calls are made in a dos prog ? ;) = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded

Re: XEMBED System tray support

2003-06-24 Thread Sylvain Petreolle
: /* Create tray window for icon. */ ptrayItem-hWnd = CreateWindowExA( WS_EX_TRAYWINDOW, WineSystray, Wine-Systray, = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd

About SIGCHLD and Wine

2003-06-24 Thread Sylvain Petreolle
or not ? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 21 |tee cvslog' What if tomorrow the War could be over ? Morpheus, in Reloaded. ___ Do

Re: winedos / Preparing for DPMI IRQs

2003-06-22 Thread Sylvain Petreolle
Hi, Could you give examples of what has been enabled here ? I will be happy to do tests if some free programs uses this. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil

Re: [OPENGL] Compilation fixes on some b0rken headers

2003-06-20 Thread Sylvain Petreolle
Right, you are. (Star Wars) Well, and so ? If I sent it as a compressed file, the 'all patches need to be readable junkies' will complain. And well, it's plain text, so even people with dial-up will download it pretty fast thanks to line compression :-) Lionel PS: '50 lines

Re: Winefile : French translation

2003-06-16 Thread Sylvain Petreolle
It was deliberate. I dont know how to write iso-8859 with vi/gedit, I only obtain unicode. No but it looks like the accents didn't make it through... or was this deliberate? -- Alexandre Julliard [EMAIL PROTECTED] = Sylvain Petreolle (spetreolle at users dot sourceforge dot net

Re: Winefile : French translation

2003-06-16 Thread Sylvain Petreolle
Julliard [EMAIL PROTECTED] a écrit : Sylvain Petreolle [EMAIL PROTECTED] writes: It was deliberate. I dont know how to write iso-8859 with vi/gedit, I only obtain unicode. You may be able to convert it with recode, or else use another editor just to add the accents. -- Alexandre

Dmusic interfaces

2003-06-16 Thread Sylvain Petreolle
for interface {07d43d03-6523-11d2-871d-00600893b1bd} of class {d2ac2881-b39b-11d1-8704-00600893b1bd}, hres is 0x80004002 = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire

Re: Stubbed some interfaces for the FilterGraph CLSID.

2003-06-15 Thread Sylvain Petreolle
}\\InprocServer32] 1032641842 = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living

Re: Executables icons

2003-06-15 Thread Sylvain Petreolle
\\Classes\\exefile\\DefaultIcon] 1055665049 @=%1 It does work! it displays the exe-icons, when switching into detail mode of the GetOpenFile-dialog box. -- Martin Fuchs [EMAIL PROTECTED] = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 What

Re: EXC_RtlRaiseException call to unimplemented function kernel32.dll.CreateRemoteThread

2003-06-12 Thread Sylvain Petreolle
, there is no working implementation available yet? because there are some people using wine who have the ud agent working on linux. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil

Re: DEVENUM.DLL Implementation

2003-06-10 Thread Sylvain Petreolle
/ = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth

win.ini[2].diff

2003-06-09 Thread Sylvain Petreolle
Tom, Not all these parts are usefull in win.ini since some will never be parsed by Wine. The only use is for apps that parse it. For example : [intl] is app-dependant, since you can use LANG, LOCALE nad others. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ

win.ini[2].diff

2003-06-09 Thread Sylvain Petreolle
Tom, Not all these parts are usefull in win.ini since some will never be parsed by Wine. The only use is for apps that parse it. For example : [intl] is app-dependant, since you can use LANG, LOCALE nad others. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ

Re: Add Euro and antiquote to the french keyboard layout

2003-06-09 Thread Sylvain Petreolle
'OOPS' :/ Silly me, I forgot that I applied some patches somewhere else :). Of course, this second hunk has nothing to do there. --- Dmitry Timoshkov [EMAIL PROTECTED] a écrit : Sylvain Petreolle [EMAIL PROTECTED] wrote: @@ -1013,7 +1013,8 @@ predefined group index and find

Re: [RFC] Wine 0.9 TODO v0.9

2003-06-09 Thread Sylvain Petreolle
[EMAIL PROTECTED] a écrit : Hi folks, A new version (v0.9) of the Wine 0.9 TODO is available for your viewing pleasure at: http://63.138.153.104/wine/Wine-0.9-TODO-0.9.html = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What

Re: [RFC] Wine 0.9 TODO v0.9

2003-06-09 Thread Sylvain Petreolle
current explorer.exe, then no need to have a desktop. current explorer is too heavy IMO. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European

Re: Debug Help - Lotus Notes 6

2003-06-09 Thread Sylvain Petreolle
. How can i find where is the error? Error: fixme:seh:EXC_RtlRaiseException call to unimplemented function netapi32.dll.NetUserEnum = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus

Re: Wineconsole init

2003-06-08 Thread Sylvain Petreolle
/wineconsole/curses.c Hunk #1 FAILED at 717. Hunk #2 FAILED at 737. Hunk #3 succeeded at 782 with fuzz 1. 2 out of 3 hunks FAILED -- saving rejects to file programs/wineconsole/curses.c.rej = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What

Re: Wineconsole init

2003-06-08 Thread Sylvain Petreolle
likely fail A+ -- Eric Pouech = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends

Re: Games compatibility list [20030607]

2003-06-07 Thread Sylvain Petreolle
PROTECTED] a écrit : Hello, It is a little games compatibility list. Regards, Carlos. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im

Max Payne(Games compatibility list [20030607])

2003-06-07 Thread Sylvain Petreolle
to work now (atleast by Raphael and the other d3d8 guys). It are GTA3 and MaxPayne. The installers can be tricky to get working sometimes... Regards, Roderick = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could

Re: MaxPayne

2003-06-07 Thread Sylvain Petreolle
Raphael - I can either convert into rgba format at load time (slowish) or submit patch and possibly break mesa - thoughts? Jason = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded

Re: Getting game X to work under wine

2003-06-07 Thread Sylvain Petreolle
a little more for the code to stabilize? Hi, open a bug into http://bugs.winehq.org. Be sure to have a look on games metabug #1434 before. http://bugs.winehq.com/show_bug.cgi?id=1434 = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What

Success Story with Tomb Raider 3

2003-06-06 Thread Sylvain Petreolle
Thanks to the D3D/ddraw workers, the last storm of patches makes Tomb Raider 3 able to start. You must set ZBuffer to on to get all graphics, and we run into gray levels at the moment. Great Work guys. PS : I submitted the app to AppDB. = Sylvain Petreolle (spetreolle at users dot

Re: Submits galore

2003-06-06 Thread Sylvain Petreolle
Alexandre, welcome back and wtg :) --- Johan Gill [EMAIL PROTECTED] a écrit : It seems Alexandre is back or just got tired of the patch storm :) D3D-lovers should update from CVS I'd say. -- Johan Gill, [EMAIL PROTECTED] = Sylvain Petreolle (spetreolle at users dot sourceforge

Re: RE: GL Header question

2003-06-06 Thread Sylvain Petreolle
Theyre proprietary and only have GL 1.1 1.2 version. Perhaps they are copyright nvidia? :-) Yes, but i think they redistribuable. (they are here: http://cvs1.nvidia.com/inc/GL/) Else we can always use last mesa headers. Jason Raphael = Sylvain Petreolle (spetreolle

Re: Major FUD (was Re: Add root drive mapping to default config file)

2003-06-04 Thread Sylvain Petreolle
stuff to mix together. So I always use Dekstop mode and I have clearly delimited Windows drives for Wine. Lionel (who wonders if he's the only one in this case :-) ) -- Lionel Ulmer - http://www.bbrox.org/ = Sylvain Petreolle (spetreolle at users dot

Re: Add root drive mapping to default config file

2003-06-04 Thread Sylvain Petreolle
will be the current drive/directory if you access the fake C:\windows via Z:\home\user\fake_c\windows ? This is also a red herring. We need to handle that anyway, most users will have such setups, we can't simply die on them. See my answer to Vincent. = Sylvain Petreolle (spetreolle

Re: Add root drive mapping to default config file

2003-06-04 Thread Sylvain Petreolle
(not linux) file access functions, am I right here ? Then with the same mapping, the following shouldnt be possible : W: = /home/wine P: = /home/wine/programs P:\ cd .. W:\ = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War

Re: Wierd random spew to the terminal

2003-06-03 Thread Sylvain Petreolle
out letter by letter xtermxtermxterm over and over again wake up neo :) thanks -mike -- Mike Hearn [EMAIL PROTECTED] QinetiQ - Malvern Technology Center = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War

Re: Alsa driver status

2003-06-02 Thread Sylvain Petreolle
portion. I have it working with the one program I have been testing. It still needs a lot of work and testing, but I will submit what I have in the next few days. If nothing else, at least there will be a record of it that way. -- Jeff Smith = Sylvain Petreolle (spetreolle at users

Re: [dmusic-01] some stubs implementation

2003-06-02 Thread Sylvain Petreolle
:) = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth

Fix for ddraw: CreateSurface

2003-05-29 Thread Sylvain Petreolle
DDERR_INVALIDPIXELFORMAT; } if (!(ddsd.dwFlags DDSD_PITCH)) = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my

Re: Wine folks interested in a CHM spec?

2003-05-29 Thread Sylvain Petreolle
to be too much standards-compliant to be very useful in this form, at least without some heavy modifications to the rendering engine. Vincent = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus

Alsa driver status

2003-05-29 Thread Sylvain Petreolle
Since Alsa has released a 0.9 version, I think we could write a more complete driver. (midi output, recording, channel control...) Eric and Marco, are you still working on it ? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow

Re: Wine + Ventrilo (speech communication)

2003-05-29 Thread Sylvain Petreolle
=) _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War

Re: Fix for ddraw: CreateSurface

2003-05-29 Thread Sylvain Petreolle
. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth

Re: Alsa driver status

2003-05-29 Thread Sylvain Petreolle
perhaps another small API break for ALSA 1.0? On Thu, 2003-05-29 at 00:22, Sylvain Petreolle wrote: Since Alsa has released a 0.9 version, I think we could write a more complete driver. (midi output, recording, channel control...) Eric and Marco, are you still working

Re: Dmusic ClassFactory with IGI2

2003-05-29 Thread Sylvain Petreolle
the dmusic interfaces its failed :) ) Have you an idea why ? Regards, Raphael = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European

Re: little WWN problem

2003-05-27 Thread Sylvain Petreolle
by Gerhard W. Gruber 4. 11 posts in 91K by Mike Hearn 5. 1 posts in 3K by Shachar Shemesh -- Dimi. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil

Re: Re[2]: SEGFAULT on WM_SETFOCUS

2003-04-03 Thread Sylvain Petreolle
on what should I look for (--debugmsg)? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my

Re: valgrind for WINE

2003-04-03 Thread Sylvain Petreolle
::ReflectChildNotify fun:CWnd::OnChildNotify } = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends

valgrind for WINE fails to compile

2003-04-03 Thread Sylvain Petreolle
1 = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth

Re: valgrind for WINE fails to compile

2003-04-03 Thread Sylvain Petreolle
patch includes Eric Pouech's patch for the gettid() system call: = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France

Re: valgrind for WINE

2003-04-03 Thread Sylvain Petreolle
killing a local thread could work the same way - it doesn't at the moment, but if you are killing a thread your code is badly broken anyway. Many Windows apps do that. why would we want to be broken ?? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259

Re: Wine RH9

2003-04-03 Thread Sylvain Petreolle
Apart RedHat, which system needs alias wine='wine --with-ntpl' to work properly ? Yes, it's supposed to work. You have to use --with-nptl for now, I'm hoping to make it switchable at run time later; but apart from that it's mostly ready. = Sylvain Petreolle (spetreolle at users dot

Re: Wine RH9

2003-04-03 Thread Sylvain Petreolle
Ok then. Which systems need this option ? --- Dimitrie O. Paun [EMAIL PROTECTED] a écrit : On April 4, 2003 12:26 am, Sylvain Petreolle wrote: Apart RedHat, which system needs alias wine='wine --with-ntpl' to work properly ? This is a configure option, not a wine option. = Sylvain

Re: Visual FoxPro 8 / Wine20030318 crash

2003-04-02 Thread Sylvain Petreolle
Why does this thing need network activity to build an EXE ?? fixme:wininet:InternetGetConnectedState always returning LAN connection. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus

Re: SEGFAULT on WM_SETFOCUS

2003-04-02 Thread Sylvain Petreolle
closing message window. Any advise on what should I look for (--debugmsg)? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives

Re: Possible regression: wine/dlls/kernel/tests/process crashes

2003-03-29 Thread Sylvain Petreolle
did you if it crashes with real windows too ? where/when did it crash ? --- Uwe Bonnes [EMAIL PROTECTED] a écrit : Hallo, wine/dlls/kernel/tests/process crashed. I was not able to decipher what is going on. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ

Re: Compiling WINE - Hopeless situation? :)

2003-03-29 Thread Sylvain Petreolle
don't blame you if you gave up on this problem. :) Anyway, your advice has been greatly helpful already, much appreciated. -Matt Bailey = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus

Re: Compiling WINE - Hopeless situation? :)

2003-03-29 Thread Sylvain Petreolle
this version of gcc? That's total FUD. There is no problem compiling and running Wine on a 2.96-based distro. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil

Re: Possible regression: wine/dlls/kernel/tests/process crashes

2003-03-29 Thread Sylvain Petreolle
winedbg --gdb instead. winedbg -- --gdb kernel32_test.exe.so process How do I run those test on Win? Can you point me to a document describing the procedure? see Francois 's pages or it : http://fgouget.free.fr/wine/tests-en.shtml = Sylvain Petreolle (spetreolle at users dot sourceforge dot

Re: Compiling WINE - Hopeless situation? :)

2003-03-29 Thread Sylvain Petreolle
(I used all gcc 2.96 versions with RedHat since Im demo subscribed to RHN) = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives

Re: Compiling WINE - Hopeless situation? :)

2003-03-29 Thread Sylvain Petreolle
, the 2.96-0.76mdk of the OP seems to be pretty old; i'm using at the moment gcc-2.96-113 and it just works. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire

Re: Compiling WINE - Hopeless situation? :)

2003-03-29 Thread Sylvain Petreolle
--- Michael Stefaniuc [EMAIL PROTECTED] a écrit : On Sun, Mar 30, 2003 at 12:44:31AM +0100, Sylvain Petreolle wrote: The code that has problem for now is C code, not C++, am I right here ? Then it has nothing to do with C++ thing. Yeah, but the page you pointed to is for C

Re: bin2rc

2003-03-29 Thread Sylvain Petreolle
doesnt it convert a .rc to a .res ?? I've just stupidly lost an hour or so trying to figure out how to convert a .bmp to a .rc script. Such a simple problem... That's what tools/bin2res is for... = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more

Irc channel topic modification

2003-03-28 Thread Sylvain Petreolle
Could you remove the WineX from the freenode #winehq topic, as #winex exists too ? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European

Re: Java in wine?

2003-03-27 Thread Sylvain Petreolle
,1) - no error checking or testing yet Exception in thread main java.lang.NoClassDefFoundError: PremierProgramme = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil

Re: Java in wine?

2003-03-27 Thread Sylvain Petreolle
using JAR files. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human

Re: Java in wine?

2003-03-27 Thread Sylvain Petreolle
Googling, I found how to prepare a jar properly, now it works. Thanks. --- Mike Hearn [EMAIL PROTECTED] a écrit : This sounds like a caps issue, java is very sensitive to that kind of thing. It all works for me, but I'm using JAR files. = Sylvain Petreolle (spetreolle at users dot

Re: Java in wine?

2003-03-27 Thread Sylvain Petreolle
\\PremierProgramme.class If the class is moved as C:\\space\\space\\PremierProgramme.class, it works. If runned from E:\\ (/home/tmp-wine) it wants to open E:\\tmp-wine\\tmp-wine\\PremierProgramme.class !! = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more

Re: Java in wine?

2003-03-26 Thread Sylvain Petreolle
:) More debugging needed = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im

Re: Java in wine?

2003-03-26 Thread Sylvain Petreolle
happily (although not without issues of course). = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my

(1st) Implement msvcrt._wfullpath

2003-03-26 Thread Sylvain Petreolle
? = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth

Winemaker : problem with wrc -J ?

2003-03-26 Thread Sylvain Petreolle
,@winelibdir\@,.,g' ./wineapploader.in wineapploader || rm -f wineapploader LD_LIBRARY_PATH=:$LD_LIBRARY_PATH /usr/local/bin/wrc -J -m -I. -I/usr/local/include/wine/windows -o About2.res About2.rc /usr/local/bin/wrc: invalid option -- J = Sylvain Petreolle (spetreolle at users dot sourceforge

Re: WineHQ redesign - going live soon

2003-03-25 Thread Sylvain Petreolle
... http://lostwages.winehq.org/?page=forums The irc channel is #winehq, not #wine agreed. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could be over ? Morpheus, in Reloaded. For the Law of Oil and Fire, Im an European

Wrong type for snapshots (new site nit)

2003-03-25 Thread Sylvain Petreolle
.. I thought > > the site's code was in cvs... > > It is: > http://cvs.winehq.com/cvsweb/lostwages/ Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259No more War !"What if tomorrow the War could be over ?" Morpheus, in "Reloaded&qu

Wrong type for snpashots (new site nit)

2003-03-25 Thread Sylvain Petreolle
it at http://cvs.winehq.com/cvsweb/ for some reason... I thought the site's code was in cvs... It is: http://cvs.winehq.com/cvsweb/lostwages/ -- Dimi. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! What if tomorrow the War could

  1   2   3   4   5   >