RE: Anonymous struct/union support

2000-10-04 Thread Francois Gouget
to do: rename NONAMELESSxxx to The reason is that [...] No. Microsoft uses that name and somebody might depend on it. Agreed. I'll keep NONAMELESSxxx. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Any sufficiently advanced bug is indistinguishable from

Re: winuser.h SW_MAX definition

2000-10-04 Thread Francois Gouget
. So we should add SW_SHOWDEFAULT to winuser.h and change SW_MAX to 11. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Any sufficiently advanced Operating System is indistinguishable from Linux

Re: Dir readonly problem

2000-10-12 Thread Francois Gouget
on Linux and do 'chmod u-w foo' then attrib reports the directory as being readonly. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ The software said it requires Win95 or better, so I installed Linux.

Re: Beta test new design for winehq.com

2000-11-18 Thread Francois Gouget
to decide whether our Wine is a Bordeaux, a Bourgogne or a Beaujolais :-) -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ If it stinks, it's chemistry. If it moves, it's biology. If it does not work, It's computer science.

Re: PrgWin95: Extern and #pragma/#line/#error support

2000-03-20 Thread Francois Gouget
T filename'. I may get around to try implementing it but if someone's interested... Last note: Why do I use the gcc preprocessor? Because I took it from programs/clock, Don't look for meaning to it. -- Francois Gouget[EMAIL PROTECTED]http://www.multimania.com/fgouget

RE: PrgWin95: Extern and #pragma/#line/#error support

2000-03-20 Thread Francois Gouget
* by not recognising '#' at all. This helps tracking -- Francois Gouget[EMAIL PROTECTED]http://www.multimania.com/fgouget Good judgment comes from experience, and experience comes from bad judgment -- Barry LePatner

Re: GetFullPathName and forward slashes

2000-04-05 Thread Francois Gouget
On Wed, 5 Apr 2000, Dmitry Timoshkov wrote: Francois Gouget [EMAIL PROTECTED] wrote: [...] In Windows you can have both forward and back slashes in a path name. Mixing them in the path is absolutely no problem and works just fine. [...] Application which doesn't expect to find both types

Re: A case for Wine and Contributing to Wine

2000-04-07 Thread Francois Gouget
facility to record all cross-dll calls and work from there. But then the problem is making sure you get a good coverage of the tool. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Linux, WinNT, MS-DOS - also known as the Good, the Bad and the Ugly.

RE: stdlib.h, string.h et al

2000-04-09 Thread Francois Gouget
t I missed that you proposed in fact to put these headers in two subdirectories of wine/include (pseudo and windows). This probably made things even more confusing for you when you read my mail. Sorry for that. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Advice is w

Re: quick question (hopefully) about Wine and Windoze 2000

2000-04-09 Thread Francois Gouget
people are starting to use the NT based Windows 2000 (because now it's usable on laptops for instance), we should see fewer applications using VxDs. But on the other hand I also expect Windows 2000 to contain new APIs which we will have to implement. -- Francois Gouget [EMAIL PROTECTED

Re: *Much* better error msgs

2000-05-21 Thread Francois Gouget
really wants to take on this huge task... -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Avoid the Gates of Hell - use Linux.

Re: Missing prototypes (courtesy of winapi_check)

2000-06-04 Thread Francois Gouget
On 2 Jun 2000, Alexandre Julliard wrote: Francois Gouget [EMAIL PROTECTED] writes: So what I did is have winuser.h include winbase.h anyway but I really don't like this. Maybe I should really go add a '#include "winbase.h"' in all the Wine files that need it.

Re: Missing prototypes (courtesy of winapi_check)

2000-06-04 Thread Francois Gouget
On Sat, 3 Jun 2000, Bradley Baetz wrote: Francois Gouget wrote: [... msvideo patches...] Can I ask you to please skip these buts? They clash with my msvideo patches (3 weeks to the end of exams!) Sure. I think Alexandre has not yet applied them as I am supposed to revise them. Also

Re: Missing prototypes (courtesy of winapi_check)

2000-06-16 Thread Francois Gouget
no objection I'll post it to wine-patches. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ War doesn't determine who's right. War determines who's left. Index: include/vfw.h === RCS file: /home

RE: wine-patches problem

2000-07-07 Thread Francois Gouget
: * not using/not linking with the MFC (I don't know if you do) * not calling any C library function (especially if linked statically) * a text only example? But I'm not sure we would save that much. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Avoid

Wine's sample programs

2000-07-17 Thread Francois Gouget
this causes a warning (typically the prototype for hmemcpy16 is missing for instance). Should these calls be converted to their 32bit equivalent? (Note that I did not change anything for these in my patch) -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ "Only wimp

Re: InternetCheckConnection

2000-07-28 Thread Francois Gouget
. On Linux you can also parse /proc/net/route, not that it's more portable, but it saves the creation of a process. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Any sufficiently advanced bug is indistinguishable from a feature

Re: patch: Scroll bar improvement

2000-07-28 Thread Francois Gouget
loose the focus). -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Broadcast message : fin du monde dans cinq minutes, repentez vous !

Is wrc trying too hard?

2000-09-18 Thread Francois Gouget
to preprocess everything correctly. But should we really do this? Wouldn't it be simpler and better (for compatibility) to just tell the preprocessor not to worry about what's in include files like rc does? -- Francois Gouget [EMAIL PROTECTED]

mmsystem function signatures

2000-09-22 Thread Francois Gouget
- MCIERROR16 mciSendCommand16(MCIERROR in win32) (see grep WINAPI ../wine.ref/dlls/winmm/mmsystem.c | grep 16 | sort | more) The rest of the changes consist in replacing some UINT(16) and DWORD return types byt the appropriate MMRESULT(16), MMDEVICEID(16) and MCIERROR(16). -- Francois

Re: WRC patch

2000-09-22 Thread Francois Gouget
On Fri, 22 Sep 2000, Eric Pouech wrote: Francois Gouget wrote: [...] * tools/wrc/parser.l Filenames may contain '/' Small typo fix. shouldn't we support '\\' too ? (for DOS path compat reasons ?) (but I don't remember if \ has to be escaped in the filename Quite true

Re: RFC: System metrics changes

2000-09-23 Thread Francois Gouget
like the best thing to do would be to write a simple program that dumps all the system metric to a file so that I can then compare the values between systems. Actually such a test could even be part of a regression test suite... -- Francois Gouget [EMAIL PROTECTED]http

Re: RFC: System metrics changes

2000-09-23 Thread Francois Gouget
Andreas Mohr wrote: On Fri, Sep 22, 2000 at 11:50:12AM -0700, Francois Gouget wrote: [...] But I have the feeling that system metrics is a delicate subject, especially because of the platform variations: win3.1, win9x, win nt, win2000. I hope to run compare the results with a Windows

Re: mmsystem function signatures

2000-09-27 Thread Francois Gouget
With the big movements that happened in mmsystem.h I noticed that mixerMessage16 returns a UINT16. But I thought that all the xxxMessage16 APIs were supposed to return a DWORD. Or is this an exception? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr

Re: mmsystem function signatures

2000-09-27 Thread Francois Gouget
On Wed, 27 Sep 2000, Eric Pouech wrote: Francois Gouget wrote: With the big movements that happened in mmsystem.h I noticed that mixerMessage16 returns a UINT16. But I thought that all the xxxMessage16 APIs were supposed to return a DWORD. Or is this an exception? yup

Shift-Del does not work well :-(

2000-10-21 Thread Francois Gouget
? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ 145 = 1! + 4! + 5!

Strange DeviceCaps values

2000-10-21 Thread Francois Gouget
of values and a Win32 set of values? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ RFC 2549: ftp://ftp.isi.edu/in-notes/rfc2549.txt IP over Avian Carriers with Quality of Service

Re: Shift-Del does not work well :-(

2000-10-22 Thread Francois Gouget
re is an 'XkbDisable' line which is commented out. Note that I just did two more tests: on my laptop with a Win98 notepad and on my desktop with an NT notepad and had the same result both times. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ If it st

Re: wine configuration issues (long)

2000-10-24 Thread Francois Gouget
duplicated and used for that user. This directory contains the settings for the Start Menu, the Desktop, etc. IIRC the same goes for Windows 2000 but the location of the directory is different. -- Francois Gouget [EMAIL PROTECTED]

Re: Menu fixes

2000-10-24 Thread Francois Gouget
it ? Hmmm, which other? I've got tons (shift-del, pen size, other menu look and feel problems). But it is possible that I tend to be (hmmm... how shall I put it) picky so that I see things that other people usually don't notice. -- Francois Gouget [EMAIL PROTECTED]http

Re: Solution for Shift+DEL

2000-10-26 Thread Francois Gouget
On Wed, 25 Oct 2000, Francois Gouget wrote: On 25 Oct 2000, Alexandre Julliard wrote: [...] But something else has changed which is causing some annoying breakage in notepad (at least on my machine). I'm sure it's not Dmitry's patch because I have the same problem even without

Re: Fix for selected bitmap menu items

2000-10-27 Thread Francois Gouget
at the URL below, it contains a screenshot of grafmenu in Win95. I'll try to add other screenshots for Win98. http://fgouget.free.fr/wine/PrgWin95/Chap10.shtml#grafmenu -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Broadcast message : fin du monde dans cinq minutes

Re: Header files that conflict with UNIX headers

2000-10-28 Thread Francois Gouget
files. -- Francois Gouget [EMAIL PROTECTED] mixedcrt.tar.gz

Menu alignement

2000-10-29 Thread Francois Gouget
bigger than it should. Hopefully I'll get it right for the next round. See also: http://fgouget.free.fr/wine/PrgWin95/Chap10.shtml#grafmenu -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ La terre est une bêta... Index: controls

Dots and dashes

2000-10-29 Thread Francois Gouget
as on Win 9x, let me know if it breaks Win 3.1 applications before I submit it to wine-patches. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ The nice thing about meditation is that it makes doing nothing quite respectable -- Paul Dean

Re: Fix for selected bitmap menu items (fwd)

2000-10-30 Thread Francois Gouget
Forgot the patch. Here it is. On Mon, 30 Oct 2000, Dmitry Timoshkov wrote: Francois Gouget [EMAIL PROTECTED] wrote: This patch does not seem right to me. I base this on my observations of the behavior of the grafmenu, a smaple program of the Petzold 95. This program creates a menu

Re: Dashes, dots, DrawFocusRect

2000-10-30 Thread Francois Gouget
On 30 Oct 2000, Alexandre Julliard wrote: Francois Gouget [EMAIL PROTECTED] writes: Finally the focus rectangle is not drawn in xor mode (in Win9x at least). Are you sure about that? The doc explicitly states that it does a xor (and all callers inside Wine rely

Re: Fix for selected bitmap menu items

2000-10-30 Thread Francois Gouget
. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ In theory, theory and practice are the same, but in practice they're different. menutest.tar.gz

Re: Wine packaging - the kitchen sink?

2000-10-31 Thread Francois Gouget
packages into small pieces :-). [...] -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ The nice thing about meditation is that it makes doing nothing quite respectable -- Paul Dean

Re: Benchmark hell...

2000-11-01 Thread Francois Gouget
0.16 0.7 4.3 BitBltSM PATPAINT Al 0.15 0.7 4.4 BitBltSM PATPAINT Unal 0.06 0.7 11.5 BitBltMS PATPAINT, Al 0.00 0.0 57.7 FastWindowFrame -- Francois Gouget [EMAIL PROTECTED]http

RE: Benchmark hell...

2000-11-02 Thread Francois Gouget
expect that calling MoveToEx(32) directly will gain us at most 1% since we skip 1 call but still have to do things like the MAKELONG the CONV_POINT32TO16 and other parameter conversions. So it's probably not worth it. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr

RE: Benchmark hell...

2000-11-02 Thread Francois Gouget
. Ok, it may be far fetched but it's probably something to keep in mind... I'd really like to be able to run a recent benchmark in Wine. But given the choice I would prefer to get Quicktime 4 to work fine :-). -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr

Re: Issues regarding porting WineLib to MacOS X

2000-11-03 Thread Francois Gouget
but it covers some of the portability issues, plus it describes winemaker and the global WineLib environment. http://wine.codeweavers.com/docs/winelib-user/ -- Francois Gouget [EMAIL PROTECTED]

Re: Menu alignement

2000-11-04 Thread Francois Gouget
? Any chance I might have it? Hmm, it's quite a while ago... No, I have never debugged win3.11 apps so I presume its for a win32 one. I'll dig out the patch and try to remember... Should I submit my patch to wine-patches? -- Francois Gouget [EMAIL PROTECTED]http

Tab's focus

2000-11-04 Thread Francois Gouget
. But I don't know how to test it. Is it correct? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Computers are like airconditioners They stop working properly if you open WINDOWS Index: dlls/comctl32/tab.c

Re: Tab's focus

2000-11-06 Thread Francois Gouget
On Mon, 6 Nov 2000, Uwe Bonnes wrote: Francois Gouget writes: The DrawFocusRect mystery is still not completely resolved. Because of this I think Wine's component should not try to draw their focus box themselves. The only place I know of where we do this is dlls/comctl32

Re: Has Anyone Successfully Built Wine on Cygwin?

2000-11-08 Thread Francois Gouget
ect stderr: I see not error message except wineinstall saying that the compilation failed. Can you try again with: ./tools/wineinstall make.log 21 or even better (for you): ./tools/wineinstall 21 | tee make.log -- Francois Gouget [EMAIL PROTECTED]http://fgoug

Re: Has Anyone Successfully Built Wine on Cygwin?

2000-11-08 Thread Francois Gouget
On Wed, 8 Nov 2000, Andrew Lynch wrote: Francois Gouget, you are right. Attached is the proper file based on your recommendation. I have extracted the parts that seemed interesting: WINE Installer v0.4 ./tools/wineinstall: hash: rpm: not found Well, not surprising but I think we

Re: Has Anyone Successfully Built Wine on Cygwin?

2000-11-08 Thread Francois Gouget
On Wed, 8 Nov 2000, Francois Gouget wrote: [...] Look for '-Bforcearchive' in configure.in. You need to remove the second instance and then rerun autoconf (or manually remove the flag from configure too). Well, actually the configure.in script seems a bit strange. I believe it would

Re: More Wine on Cygwin

2000-11-09 Thread Francois Gouget
. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ The nice thing about meditation is that it makes doing nothing quite respectable -- Paul Dean

Re: Re2: Even More Wine on Cygwin

2000-11-14 Thread Francois Gouget
don't understand why gcc is printing this message since it should not even try to link in the first place and we did not specify any .o file. If the above does not work, check that on cygwin gcc supports the '-S' option. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr

Re: Recap for Building Wine on Cygwin

2000-11-17 Thread Francois Gouget
! (in vmware on win2000, in ... oups, infinite loop) ;-))) I guess everyone saw 'Layers Upon Layers: Plex86 Runs Windows95' on Slashdot (they even used the (rather, their) Wine logo :-/ ). http://slashdot.org/articles/00/11/17/022241.shtml -- Francois Gouget [EMAIL PROTECTED

Re: Beta test new design for winehq.com

2000-11-18 Thread Francois Gouget
making progress here :-) -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ I haven't lost my mind, it's backed up on tape around here somewhere...

Re: Beta test new design for winehq.com

2000-11-18 Thread Francois Gouget
bably know. But here it is: Is it 'Winelib' or 'WineLib' ? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Linux: the choice of a GNU generation

Re: .spec file extern entries

2000-11-28 Thread Francois Gouget
s #include "initguid.h", #include "(headerfile)" to the generated .spec.c file, making some kind of extended import library? GUIDs are a bit different: AFAIK they are not supposed to be imported from other dlls, but they must be defined in every file that needs t

Re: Strange check in wrc

2000-11-30 Thread Francois Gouget
On Thu, 30 Nov 2000, Andreas Mohr wrote: On Thu, Nov 30, 2000 at 10:51:18AM -0800, Francois Gouget wrote: Hi, I came upon the following check in wrc (parser.y:474): if($1 65535 || $1 -32768) yyerror("Resource's ID out of range (%d)

Re: civ2

2000-12-02 Thread Francois Gouget
to FreeCiv, an open-source Free Civilisation clone. http://www.freeciv.org/ -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Demander si un ordinateur peut penser revient à demander si un sous-marin peut nager.

Re: Winemaker problem

2000-12-05 Thread Francois Gouget
. And for _makepath you can try to either import crtdll from your zmdi.spec file, or, and it may be safer, try to do without it. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Before you criticize someone, walk a mile in his shoes. That way, if he gets angry, he'll

Re: Winemaker problem

2000-12-05 Thread Francois Gouget
my hands on (but I've got a lot of the stuff). -- Francois Gouget [EMAIL PROTECTED]

Re: Winemaker problem

2000-12-06 Thread Francois Gouget
other place where winemaker can find good information is in a Makefile. But makefiles are much harder to parse and interpret. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ 1 + e ^ ( i * pi ) = 0

Re: PATCH: nameless aviplay

2000-12-08 Thread Francois Gouget
nameless unions (may be necessary if you want to compile it on Windows), then I would recommend to follow the advice of the Winelib User Guide. See http://wine.codeweavers.com/docs/winelib-user/portability-issues.html#ANON (comments about the above doc are welcome btw) -- Francois Gouget

Re: Is wine portable?

2000-12-08 Thread Francois Gouget
that they don't have to restart from scratch. Furthermore Winelib only has to be ported once. Once the changes are back into the Wine codebase the company only has to deal with the portability issues of its own code. Which can already represent a fair amount of work. -- Francois Gouget [EMAIL

RE: Is wine portable?

2000-12-08 Thread Francois Gouget
On Fri, 8 Dec 2000, Glunz Wolfgang wrote: -Original Message- From: Gerald Pfeifer [SMTP:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 10:39 AM To: Francois Gouget Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:Re: Is wine portable? On Fri, 8

Diffing Windows and Wine (part2)

2000-12-13 Thread Francois Gouget
t; $i | wc -l;done And don't forget to let me know if you find bugs, have suggestions (patches) for improvement, or questions. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ "Only wimps use tape backup: _real_ men just upload their important stuff on

Re: Calling conventions

2000-12-13 Thread Francois Gouget
to include 'windef.h'. But I actually don't know of such a header (except the C headers), so my case was a bit weak. I attached it so that you can have a look at it. Maybe I should revive it? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Any sufficiently advanced

Re: Calling conventions

2000-12-13 Thread Francois Gouget
of Windows's own headers. 'wtypes.h' seemed to be one of those but in fact it isn't: it include windef.h via very tortuous ways. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ "Only wimps use tape backup: _real_ men just upload their important stuff on ftp, an

Re: New winebuild functionaliy

2000-12-13 Thread Francois Gouget
directive is in the Winelib application's spec file and allows you to not import specific entry-points that are exported by the dll. Jon will correct me if I'm wrong. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ If it stinks, it's chemistry. If it moves, it

Re: iexplorer changed directory name

2000-12-14 Thread Francois Gouget
hould work: cd "\!\$\!\$\!\$\!\$.\$\!\$" -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ La terre est une bêta...

Re: New winebuild functionaliy

2000-12-14 Thread Francois Gouget
Hi, Jon wrote: [...] ignore wcslen,_wcsicmp,_wcslwr,_wcsnicmp,_wcsupr,mbstowcs,wcscat,wcschr ignore wcscmp,wcscpy,wcscspn,wcslen,wcsncat,wcsncmp,wcsncpy,wcspbrk,wcsrchr ignore wcsspn,wcsstr,wcstok,wcstol,wcstombs,wcstoul -The symbols given in "ignore" lines will not resolved into a DLL

Re: STL implementation of MFC?

2000-12-14 Thread Francois Gouget
all MFC calls with STL calls. You could also do that but if you use the 'graphical' classes of the MFC you will not find suitable STL replacements. Is STL supported in Visual C++? Visual C++ supports some sort of STL. (luckily) I never used it though. -- Francois Gouget [EMAIL

Re: iexplorer changed directory name

2000-12-14 Thread Francois Gouget
a 'classic' problem with IE though I don't know about the details. Probably someone else could tell you more precisely why this is happening and why it has not been fixed yet. Or you could try sifting through the mailing-list and the newsgroup archives (http:/www.deja.com/). -- Francois Gouget

Re: Diffing Windows and Wine (part2)

2000-12-18 Thread Francois Gouget
On Mon, 18 Dec 2000, Eric Pouech wrote: Francois Gouget wrote: And don't forget to let me know if you find bugs, have suggestions (patches) for improvement, or questions. one thing that could be added is the number of known APIs for each reference system (set 1). This could give

Re: Wine Certification Label

2000-12-19 Thread Francois Gouget
On Tue, 19 Dec 2000, Eric Pouech wrote: what about "soberly runs on Wine" ? ;-) Or a two-liner :-) Runs on Wine Consume without moderation Even better, we could have a surgeon warning: Warning: Prolonged use may cause allergy to Windows. -- Francois Gouget

Re: Diffing Windows and Wine (part2)

2000-12-19 Thread Francois Gouget
On Tue, 19 Dec 2000, Jon wrote: On Tuesday 19 December 2000 3:57 am, Francois Gouget wrote: (even, if it could be rather easy to get the figures higher, with empty stubs) FWIW, I have written a stub dll generator which will read a win dll, and generate a compilable [dll].spec [dll

Re: Diffing Windows and Wine (part2)

2000-12-19 Thread Francois Gouget
On Tue, 19 Dec 2000, Uwe Bonnes wrote: Francois Gouget writes: Yes, I can see that it could be useful. It's also a very good precursor for writing a 'pedump' tool :-). Well, there is a linux pedump tool. And it even dumps ne/vxd/... Ask Ulrich about a copy :-) Yes, I know

Re: Undefined references in crtdll?

2000-12-19 Thread Francois Gouget
. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Linux: It is now safe to turn on your computer.

Re: Diffing Windows and Wine (part2)

2000-12-19 Thread Francois Gouget
On 19 Dec 2000, Alexandre Julliard wrote: Francois Gouget [EMAIL PROTECTED] writes: Yes, I know. But what I want is a pedump that is in the Wine CVS tree and under the Wine license. Because then we can really start exploiting it for more things (winemaker, extending specdiff

Re: libuuid conflict

2000-12-27 Thread Francois Gouget
winemaker for instance). But putting them away in a separate directory should already solve most of the problems (unless, one is crazy enough to want to link with two libraries with the same name: like ext2fs's uuid library and Wine's). -- Francois Gouget [EMAIL PROTECTED]

Re: HOWTO-winelib update

2000-12-28 Thread Francois Gouget
welcome to contribute to it if you want (just submit patches against the above file to wine-patches). Actually I think it would be nice to have all the Winelib documentation in one place... -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Demander si un ordinateur

Re: [LONG :-)] Some ramblings about the Wine Application Database

2000-12-28 Thread Francois Gouget
us report. This section would come first in the application's page and only the application maintainer would be allowed to modify it (whether it's strictly enforced or not is another issue) - test the application regularly and update the information on the application's page - help users having probl

Re: [LONG :-)] Some ramblings about the Wine Application Database

2000-12-28 Thread Francois Gouget
nk. Yes, there should always be such a link. And once we get to the polishing stage, we could automatically add a link from the bug report to the application page. Also we should have a common user database between the bugzilla and the application database. [...] -- Francois Gouget [EMAI

Re: keyboard autorepeat patch

2000-12-29 Thread Francois Gouget
the report for such a time as I, or more likely someone else, has time (and finds a way) to fix it. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Broadcast message : fin du monde dans cinq minutes, repentez vous !

Re: Fixes for unaligned memory accesses

2000-12-29 Thread Francois Gouget
' have a plan for 'winsock.h'. It's outlined in bug 118: "winsock.h should not depend on the native 'socket' headers" http://wine.codeweavers.com/bugzilla/show_bug.cgi?id=118 Basically the is to rewrite 'winsock.h' like we will for all the msvcrt headers. -- Francois Gouget

CVS Web is broken

2000-12-29 Thread Francois Gouget
in the directory the file is in as well. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ The nice thing about meditation is that it makes doing nothing quite respectable -- Paul Dean

Re: Fixes for unaligned memory accesses

2000-12-29 Thread Francois Gouget
l probably not work ...) Any comments? I'll try your patch to see how things go (hopefully over the week-end). -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Linux: It is now safe to turn on your computer.

Re: Remove STRICT ifdef in Wine code

2000-12-29 Thread Francois Gouget
try to keep the patch around to be able to reapply without cast once the switch is over). Should I resubmit the STRICT and CreateFile patches? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ May your Tongue stick to the Roof of your Mouth with the Force of a Thousand

Re: Problem with Winedbg

2000-12-30 Thread Francois Gouget
path above is a prefectly natural Windows path. did you try H:\debugger\winedbg instead ? If it does then something is seriusly wrong with Wine (unless it's the leading '\' that makes the difference). -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/

Re: compilation error on uuid.c (fwd)

2000-12-31 Thread Francois Gouget
* a, IUnknown** b); If you don't write '##xfn' then xfn is epanded before being passed to ICOM_FN. And that's wrong. Just see for yourself. If the latest gcc won't allow this then the only solution is to undo my last patch. Damnit, that would be a shame! -- Francois Gouget

Re: compilation error on uuid.c (fwd)

2000-12-31 Thread Francois Gouget
On Sun, 31 Dec 2000, Bernhard Rosenkraenzer wrote: On Sun, 31 Dec 2000, Francois Gouget wrote: Your patch is wrong. If it is applied the Wine will not compile with gcc 2.95 (or with the Sun C compiler for that matter): If you don't write '##xfn' then xfn is epanded before being

Re: Compile error on latest CVS

2001-01-01 Thread Francois Gouget
. BTW, the compiler you're using is even more recent than the one shipped with Redhat 7, right? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Good judgment comes from experience, and experience comes from bad judgment -- Barry

Re: GetFastQueue16

2001-01-02 Thread Francois Gouget
this should all be independent from the patch fixing the menu alignment so I'm posting it to wine-patches. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ La terre est une bêta...

Re: Test case for GCC macro expansion

2001-01-02 Thread Francois Gouget
above shows that it also works with Sun's C compiler (on a Sun Sparc). Patrick's tests seems to confirm that although it seems his (newer) compiler generates a warning. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ RFC 2549: ftp://ftp.isi.edu/in-notes/

Re: Test case for GCC macro expansion

2001-01-03 Thread Francois Gouget
On 2 Jan 2001, Alexandre Julliard wrote: Francois Gouget [EMAIL PROTECTED] writes: Here's the testcase I wrote: #define GetObject You cannot use GetObject in this context #define ICOM_FN(xfn)fn ## xfn #define DECLARE1(xfn)void ICOM_FN(xfn) (void); #define

Re: Test case for GCC macro expansion

2001-01-03 Thread Francois Gouget
On Tue, 2 Jan 2001, James Abbatiello wrote: Francois Gouget wrote: Here's the testcase I wrote: #define GetObject You cannot use GetObject in this context #define ICOM_FN(xfn)fn ## xfn #define DECLARE1(xfn)void ICOM_FN(xfn) (void); #define DECLARE2(xfn

Re: Orphaned .c files?

2001-01-07 Thread Francois Gouget
probably not built by default. Just like the files in libtest and programs in a way. ./library/checklink.c ./tools/wmc/language.c ./debugger/dbgmain.c So we're left with these three files for which I have no explanation. -- Francois Gouget [EMAIL PROTECTED]http

Re: ODBC

2001-01-07 Thread Francois Gouget
documentation or in the MS headers. Are you sure it is part of the MS headers? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ In theory, theory and practice are the same, but in practice they're different.

Re: different questions

2001-01-08 Thread Francois Gouget
in many applications. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Avoid the Gates of Hell - use Linux.

Re: different questions

2001-01-09 Thread Francois Gouget
e with gcc (and any other C compiler). One last thing: check out the definition of 'Yield32' in winbase.h. It's the exact equivalent of DPF, isn't it? #define Yield32() -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Computers are like airco

Re: Fixes for unaligned memory accesses

2001-01-09 Thread Francois Gouget
? -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ The nice thing about meditation is that it makes doing nothing quite respectable -- Paul Dean

Re: Error using winemaker

2001-01-11 Thread Francois Gouget
options to each. -- Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/ Computers are like airconditioners They stop working properly if you open WINDOWS Index: tools/winemaker

  1   2   3   4   5   6   7   >