Re: Problem with IsBadStringPtr

2000-10-08 Thread Eric Pouech
IsBadStringPtr return TRUE or FALSE (didn't checked it on Windows, basically because of point 1/) ? A+ --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: msvideo fix (1 out of 3)

2001-01-29 Thread Eric Pouech
cations. I think we'll have to extend makedep for this... anyway, having the list of deps done by hand in dlls/Makefile.in is a PITA (we had already a couple of out of sync rules between dlls/ upper makefile, and makefile for a specific DLL) A+ -- --- Eric Pouech (http://perso.

Re: msvideo fix (1 out of 3)

2001-01-30 Thread Eric Pouech
methods he/she likes, for Wine core compilation .spec files could be use. A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: press: linuxworld

2001-01-30 Thread Eric Pouech
and Windows, sources said. The software has been developed | with help from CodeWeavers, a group working to commercialize the Wine | software for running Windows software on Linux machines. This doesn't mean Kylix uses Wine... Can someone comment ? A+ -- --- Eric Pouech (http

Re: DSound ref problems

2000-03-06 Thread eric pouech
/MMSYSTEM API without the corresponding DLL being loaded in the process' address space. Could it be that dsound calls WINMM/MMSYSTEM APIs without loading the DLL ? A+ --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice Pre

Re: Re: win95 style filedialog

2000-03-14 Thread eric pouech
und man im All Files mode blub.txt selektiert, liefert das teil blub.txt.txt zurueck. --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Status of Debugging Information from Cygwin/Mingw

2000-03-14 Thread Eric Pouech
ntly hunting another bug in the symbol handling in the debugger and may need to tweedle the stabs reading part. So, I may as well look at this. I assume from your mail that removing the #ifdef isn't working, is it ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "

Re: Status of Debugging Information from Cygwin/Mingw

2000-03-14 Thread Eric Pouech
to be sent patch) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

WARNING

2000-03-19 Thread Eric Pouech
file, not a so) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Debugger concerns...

2000-03-21 Thread Eric Pouech
operation (from the server standpoint). but, it doesn't mean that all threads are stopped when the exception occurs, it means that all threads are stopped when the exception is queued in the server HTH A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The f

Re: MIA : keyboard.dll

2000-03-25 Thread Eric Pouech
/Makefile.in 2000/03/24 21:38:30 1.2 +++ dlls/user/Makefile.in 2000/03/25 10:23:31 @@ -6,7 +6,7 @@ SOVERSION = 1.0 ALTNAMES = user -SPEC_SRCS = user32.spec user.spec +SPEC_SRCS = keyboard.spec user32.spec user.spec C_SRCS = \ user_main.c \ -- --- Eric Pouech (http

Re: Dlls not initialized in Winelib?

2000-03-25 Thread Eric Pouech
makefile/ .spec file generator HTH A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Dlls not initialized in Winelib?

2000-03-26 Thread Eric Pouech
- not in a resource, so the player may fail because current directory is not the correct one) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

some debugger questions

2000-04-01 Thread Eric Pouech
mentation of 16 bit tasks A+ -- ------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

it's official

2000-04-03 Thread Eric Pouech
from Doug (but too late to make it into this week WWN) it's official: Microsoft Violated Sherman Act. ... http://fullcoverage.yahoo.com/fc/Tech/Microsoft_Antitrust_Trial/ A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The f

DDraw issue

2000-04-16 Thread Eric Pouech
in ddraw then becomes invalid (leading to some X11 errors) any idea to fix it ? (like no longer cache the drawable in ddraw, or better trap the error, change reparent code, add a hook for ddraw in X11 reparent code...) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech

Re: MAIN_WinelibInit

2000-04-25 Thread Eric Pouech
there's an online web browser to CVS look at it: http://www.winehq.com/cvsweb/wine/loader/main.c.diff?r1=1.65r2=1.66 Gilroy Billard wrote: Does anybody know what happen to MAIN_WinelibInit(int *argc, char *argv[] ) ? It doesn't seem to exist anymore. -- --- Eric Pouech (http

Re: _dlopen and .drv

2000-04-25 Thread Eric Pouech
A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle Name: wnmk ChangeLog: made winspool link in libwinspool.drv.so GenDate: 2000/04/25 21:57:58 UTC ModifiedFiles: Make.rules.in dlls/Makefile.in dlls/commdlg/Makefil

Re: winnt.h: 1838, 55: Unmatched text

2000-04-25 Thread Eric Pouech
stripslevel=0 near '\' this is a wrc issue (AFAICS, wrc doesn't see, in this context, that the '\' is in a string) but no real fix so far A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: debugger (once again)

2000-04-29 Thread Eric Pouech
need to install it A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: wine and libsafe

2000-05-01 Thread Eric Pouech
thread safe, because of global var stack_stack which cannot hold a different value for each 32 bit thread - as wine implements) as a conclusion, specific work must be done in order to have libsafe correctly handle wine. A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech

Re: PE_LoadImage crash in current CVS

2000-05-01 Thread Eric Pouech
\\CurrentVersion\\AeDebug] 954524722 "Auto"=dword:0001 "Debugger"="/home/eric/wine/debugger/winedbg %ld %ld" (of course Debugger must point to a valid path) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: PE_LoadImage crash in current CVS

2000-05-02 Thread Eric Pouech
by now (with latest CVS) (I sometimes wonder if it's worth writting a 20 line explanation note when sending patch, as none seems to read them) HTH A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: @ in mingw stabs information

2000-05-04 Thread Eric Pouech
it doesn't understand A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Media player

2000-05-04 Thread Eric Pouech
...) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

wineinstall patch

2000-05-09 Thread Eric Pouech
it). in both cases, user should be asked what he/she likes to do (this would mean adding some documentation to the key itself) we definitively need something more robust than we have now A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be b

Re: Static link

2000-05-09 Thread Eric Pouech
Is there a way to get around this error? Thanks I faced the same problem at my environment, too. Could you give me any advice on the best way to resolve it ? Thanks in advance, M. Wassy should be fixed with latest cvs A+ -- --- Eric Pouech (http://perso.wanadoo.fr

Re: wineoss and directsound

2000-05-11 Thread Eric Pouech
use /dev/dsp? -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

dialog boxes issues

2000-05-11 Thread Eric Pouech
)|| +(lpszDisplayName[1] == (WCHAR)':' lpszDisplayName[2] == +(WCHAR)'\\')) { szNext = GetNextElementW(lpszDisplayName, szElement, MAX_PATH); lstrcpynWtoA(szTempA, szElement, lstrlenW(szElement) + 1); -- --- Eric Pouech (http://perso.wanadoo.fr

Re: dll separation

2000-05-11 Thread Eric Pouech
grain control on which dll to load, and not to spoil memory with lots of unused DLLs) if you prefer the old behaviour, use configure --disable-dll (in fact, make distclean; configure --disable-dll; make depend; make) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech

[Fwd: dll separation]

2000-05-12 Thread Eric Pouech
resent. got bounced on winehq (no route to host) from the MTA Eric Pouech wrote: michael cardenas wrote: That's no good. I'll figure out how to make a unified .so, that's what I need. I think we should still have an option for this in configure. well, I'm not so sure it's a good

Re: wineoss and directsound

2000-05-12 Thread Eric Pouech
; but in neither cases are data sent to the device (wineoss or dsound). really strange. don't know were it comes from A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: OT: WineHQ cvsweb

2000-05-15 Thread Eric Pouech
Where can I get the cvsweb script used on WineHQ? Dimi. http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/ A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Wine 16bits + Word 6.0

2000-05-15 Thread Eric Pouech
) [MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 957636538 "Auto"=dword:0001 "Debugger"="/usr/local/bin/winedbg %ld %ld" -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: exceptions and large stack

2000-05-21 Thread Eric Pouech
Ulrich Weigand wrote: Eric Pouech wrote: as posted by Uwe, exceptions were not properly handled when one exception frame was located on the large stack. this patch solves it (as tested by Uwe). Hmmm. This collides with a change I was working on :-/ Anyway, wouldn't it be simpler

Re: regression testing

2000-05-21 Thread Eric Pouech
cvs server being up or down or if your internet connection is a T1 line, the need is less obvious then when you're using a V34bis modem, and an Internet connection at a few cents per minute. a local cvs server let you work offline, and save a few bucks. A+ -- --- Eric Pouech (http://perso.

Re: exceptions and large stack

2000-05-21 Thread Eric Pouech
that simply catches all exceptions before they leave the large stack? well, for some winelib applications I don't think so. why don't we just catch the exception as you propose, but then re-raise it after switching back to the regular thread's stack ? -- --- Eric Pouech (http

Re: a bit of documentation on new debugging features

2000-05-21 Thread Eric Pouech
that works (when you have time to spawn the debugger by hand). Guy Albetelli once sent me a patch to implement the -debug options (but it still has some points I don't like). Here it is if you're interested. A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The f

Re: bitmap color mismatch: CRASH !

2000-05-22 Thread Eric Pouech
in animation code) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Address space separation

2000-05-28 Thread Eric Pouech
t;Shared\MSHelp\win32.hlp" or simply wine c:\winnt\winhlp32.exe "d:\borland\Borland Shared\MSHelp\win32.hlp" A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

[Fwd: Exception during debugger load]

2000-06-04 Thread Eric Pouech
Tel.: +49 7159 800604 private (preferred) Stauferstr. 6 927883 main line (family) D-71272 Renningen +49 172 6197363 mobile Germany http://home.germany.net/100-30936/ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) &

Re: WWN article: DLL overrides

2000-06-06 Thread Eric Pouech
A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Loading a DLL from a .so with libwine

2000-06-15 Thread Eric Pouech
also work HTH A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: dsound and winmm

2000-06-15 Thread Eric Pouech
). Since, that's also the way MS gets the wave (wodMessage/widMessage), midi, mixer features from a low level MM driver, it sounds reasonable to do the same A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Broken dsound for last couple of days

2000-06-17 Thread Eric Pouech
dbg to set up correctly the debugger and report also the backtrace tx A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: WWN article: the registry

2000-06-18 Thread Eric Pouech
loading registry (I'm not talking about the now fixed issue with values larger than a wineserver buffer, but real issue in the registry file) my 2 cents, A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: WWN article: the registry

2000-06-18 Thread Eric Pouech
of, then? when the registry itself is broken (there's from time to time such posts on cemw) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Symbolic links and CVS question

2000-06-27 Thread Eric Pouech
ed the name of tools/build to tools/winebuild in the current CVS so you need to make some changes to get it to work in the current CVS. why don't you just use a separate directory where to store the shared files (among your 4 examples) and use relative paths in your makefile ? A+ -- ---

PE loader issue

2000-07-02 Thread Eric Pouech
gave nothing on it) before Alexandre returns from vacation, there's sometime to fix it properly any idea ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle Name: peload ChangeLog: fixed PE l

Re: PE loader issue

2000-07-07 Thread Eric Pouech
s however, implementing the first item can be costly (it means accessing the data resources from a DLL directly mapped into memory), so I'd rather suggest to still insert the datafile DLLs into the dependency list and properly handle the DATAFILE case comments are welcome -- --- Eric Po

Re: Compile Failure on Todays CVS

2000-07-08 Thread Eric Pouech
. since it seems your troubles occured after you upgraded your system, did you do a make distclean; configure before recompiling ? the makefile:s don't make dependencies on system .h files (like the ones coming from the compiler or the libc) HTH A+ -- --- Eric Pouech (http

Re: Mixer bugs and proposed fixes

2000-07-10 Thread Eric Pouech
(untested) would be to simply remove the bass and treeble oss controls from the WINE_MIXER_MASK definition (which is supposed to be the mask of OSS controls to present to any calling application) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be b

Re: Link windows NT .lib

2000-07-11 Thread Eric Pouech
if (!pcfmini) MESSSAGE("can't get proc address\n"); } return (*pcfmini)(p); } 8-- (the import tool produces the code automatically, and in a more efficient and reduced way) HTH A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: CDrom - serial failed

2000-07-18 Thread Eric Pouech
roken but we'll fix it anyway"? they perhaps decided that serial numbers shall be coded in big endian formats (as soon as you mount disk across networks, you may run into this type of big/little endian mismatch) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) &

Re: wrc and yacc

2000-07-24 Thread Eric Pouech
e closely. Off topic: why doesn't wrc use the "standard" gnu style for error reporting (currently, my emacs doesn't correctly parse the error output from wrc - I know I could fix it, but I'm too lazy). This patch would do it: -- --- Eric Pouech (http://perso.wanado

Re: dlls/winsock/socket.c 1.21 breaks FreeBSD

2000-07-24 Thread Eric Pouech
use #ifdef linux (API can change from version to version) but rather use configure to test for the existance of the correct field in the struct A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Internal compiler error while compiling regapi

2000-07-24 Thread Eric Pouech
A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Debugging question for MathType

2000-07-25 Thread Eric Pouech
well be that the app is looking for the "good" DLLs, even if the names sound wrong to you, but it's hard to tell A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: crtdll (fopen and friends)

2000-08-13 Thread Eric Pouech
) but, Alexandre didn't commit it yet (didn't like it ?) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: winedbg does not recognize symbols ?

2000-08-13 Thread Eric Pouech
far). there are also some other tiny things to fix, so I shall submit a patch soon A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: keyboard messages delivered to the wrong thread

2000-08-13 Thread Eric Pouech
s solve your trouble ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: MMSYSTEM.Suicide() g

2000-08-13 Thread Eric Pouech
n InitTask is performed, so it seems there's a bad dependency in DLLs loading sequence somewhere could you also post the same trace but with -debugmsg +dll TIA A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: crtdll (fopen and friends)

2000-08-14 Thread Eric Pouech
WINELIB still uses the current UNIX directory. whaot WineLib programs are also chdir:ed to '/'... A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: MMSYSTEM.Suicide() g

2000-08-14 Thread Eric Pouech
ding in LibMain instead of DllEntryPoint (would require init directive to be added to 16 bit modules) not sure which one is best :-( A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: waveOutReset and Win16Mutex

2000-08-19 Thread Eric Pouech
=mmsystem:winmm just to check A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Word viewer 97 crash

2000-08-20 Thread Eric Pouech
the hunt begin ! tally-ho !!! A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Loader issue

2000-09-02 Thread Eric Pouech
% certain of the absence of side effects. any comments ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle Index: loader/module.c === RCS f

Re: Generating patches from commit logs

2000-09-04 Thread Eric Pouech
repository yup -- if so, what would it take to implement these features in our repository get back to me, i'll check on the winehq-admin team anyway, here are a couple of questions: - how to you (plan to) handle a patch that is reverted ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr

Re: Lotus 123 problem in latest CVS

2000-09-05 Thread Eric Pouech
a patch for review on wine-devel that should solve it (but since I didn't get review yet, i'll wait a couple more days and then submit it for commit) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Using C++ oriented win32 dll in Linux app?

2000-09-06 Thread Eric Pouech
Piotr Dembinski wrote: Eric Pouech [EMAIL PROTECTED] writes: [...] I am considering using Borland tools to compile a small program which could be ran in wine. How much of performance I would loose doing things in that way? compared to which way ? Compared to running Linux

Re: Compiling WineDBG as Windows application and running in windows?

2000-09-10 Thread Eric Pouech
some wine supplied headers, like module.h. again, module.h shall be needed for 16 bit code I don't think it's needed for 32 bit part (or at least, it shouldn't as Alexandre already pointed out) I'll check this out A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) &

Re: gethostbyname is not thread safe

2000-09-15 Thread Eric Pouech
gethostbyaddr, getproto* en getserv*. I solve this by critical sections around the calls and the use of the return data. In case of the gethost* calls I use in case of __linux__ the non-portable functions gethostbyname_r and gethostbyaddr_r. --- Eric Pouech (http://perso.wanadoo.fr

Re: winelib app with windows .dll

2000-09-15 Thread Eric Pouech
/. A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: err:win:USER_DllEntryPoint Could not load USER32.DLL

2000-09-19 Thread Eric Pouech
During compilation, wine call 2 functions snprintf() and vsnprintf(), but this functions not exist on Solaris, searching in documentation, i found on Changelog this: Fixed crash. * debugger/stabs.c: Eric Pouech [EMAIL PROTECTED] Changed snprintf to wsnprintfA

Re: WRC patch

2000-09-22 Thread Eric Pouech
support '\\' too ? (for DOS path compat reasons ?) (but I don't remember if \ has to be escaped in the filename A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: mmsystem function signatures

2000-09-22 Thread Eric Pouech
, as MMRESULT16 is a typedef to UINT16) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Some files missing in the header directory

2000-09-23 Thread Eric Pouech
internal, and you shouldn't need it - 16 bit is not supported in winelib) (windef16 *shouldn't* be needed either, but since the 32/16 split is not properly done in header files, this is still needed. sigh) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The f

Re: [PATCH] Virtual* function lock

2000-09-23 Thread Eric Pouech
this A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Some files missing in the header directory

2000-09-25 Thread Eric Pouech
ing shell.h from windows.h is a far better fix than installing shell.h (and also, as you noted, builtin16.h shalln't be installed either) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: cvs commit patch listing

2000-09-27 Thread Eric Pouech
Hi, just noticed that there's a, what I would consider, oversight for the generated listing that's sent out; it doesn't provide a diff of new files. this is already on Dimi's todo list for this patch examination tool... A+ --- Eric Pouech (http://perso.wanadoo.fr

Re: mmsystem function signatures

2000-09-27 Thread Eric Pouech
*before* the "big movements") A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Re: [PATCH] Silence an annoying exception in acmMetrics

2000-09-29 Thread Eric Pouech
) anyway, it's up to the caller of MSACM_GetObj to known if a NULL hao is a case of error or not. A+ --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Bug

2000-10-26 Thread Eric Pouech
; + *ResultLength = sizeof(KEY_VALUE_PARTIAL_INFORMATION) - sizeof(UCHAR) + +req-len; if (*ResultLength Length) return STATUS_BUFFER_TOO_SMALL; -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice Pre

Re: Bug

2000-10-26 Thread Eric Pouech
Eric Pouech wrote: I've been trying to solve some issues with MS Media Player the Favorite menu doesn't appear correctly it's an owner drawn menu, and the bug (a huge menu being displayed) comes from bogus values used while painting I tried to investigate it a bit, and I must confess I'm

Re: ALS Update Regression Testing

2000-10-26 Thread Eric Pouech
Jeremy White wrote: Eric Pouech wrote: Does anyone know of or have experience with free/open-source/etc tools that allow for development and implementation of regression test suites for GUI components? A tool called "Pet" (?) was mentioned...Anyone? ;) 1/ don't you mean

Re: Improved MSC debug info handling

2000-11-01 Thread Eric Pouech
support (yet) C++ A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: WINE bug? Notes bug?

2000-11-02 Thread Eric Pouech
OWMULTISELECT, the returned string shall be a list of null terminated LPSTR, followed by a last '\0' to terminate the list can you check that you dialog box is opened with OFN_EXPLORER|OFN_ALLOWMULTISELECT combination in the Flags member of the OPENFILENAME structure ? A+ -- --- Eric Pou

Re: Issues regarding porting WineLib to MacOS X

2000-11-03 Thread Eric Pouech
(as part of the Wine code) for using WineLib, any debugger will do (but you'll have to cope with all the threads to really see what happens) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Bug

2000-11-04 Thread Eric Pouech
ted before the suspected patch and that the patch did demonstrate... (or a badly written application) it'll be even harder to debug :-( sorry for the noise A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: make depend broken winerr_enu.mc.rc

2000-11-06 Thread Eric Pouech
end: rules) A+ --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: wine/dlls Makedll.rules.in Makefile.in advapi3 ...

2000-11-06 Thread Eric Pouech
for recursion issues) - SUBMODULE (as needed in WINMM/MMSYSTEM) case do you think this is useful ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: wine/dlls Makedll.rules.in Makefile.in advapi3 ...

2000-11-06 Thread Eric Pouech
"Dimitrie O. Paun" wrote: From: "Eric Pouech" [EMAIL PROTECTED] may be we should have two different macros : - SUBDIRS (only for recursion issues) - SUBMODULE (as needed in WINMM/MMSYSTEM) case I'd simply move all dlls in the dlls/ dir. I don't think having all

Re: Even More Wine on Cygwin

2000-11-13 Thread Eric Pouech
bin2res.o then post the -100/+100 lines around the first error (line 718 if nothing has changed) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: Re4: Even More Wine on Cygwin

2000-11-14 Thread Eric Pouech
A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: libwinmm.so: undefined symbol: CloseDriver

2000-11-14 Thread Eric Pouech
lately ? aren't you mixing two different wine versions (from the .so file point of view), especially since Alexandre latest DLL changes ? (anyway, driver handling code location (wrt libwinmm.so and libuser.so) is currently broken, but I'm not sure this is the cause here A+ -- --- Eric

Corel and Wine

2000-11-22 Thread Eric Pouech
does it explain the very low commits rate on Corel's CVS Wine tree ? http://news.cnet.com/news/0-1003-200-3785993.html A+ --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: wine-cvs

2000-12-02 Thread Eric Pouech
m/hypermail/wine-cvs/ in your case) (it *does* work for december commits) A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: ReadConsoleInputA Question

2000-12-12 Thread Eric Pouech
on the same binary) in two xterms, all output (I mean from both process) gets directed to a *SINGLE* xterm... So, I think wine server gets rather confused with consoles... but I never found the time to dig into it (not sure it helps though) A+ -- --- Eric Pouech (http://perso.wanadoo.fr

Re: ReadConsoleInputA Question

2000-12-12 Thread Eric Pouech
functions in msvcrt at my leisure, since I will be going back to work in a month or two ;-) using SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), 0); should turn off buffering A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow&q

coding style

2000-12-13 Thread Eric Pouech
uot; directions here ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

  1   2   3   4   5   6   7   8   >