Re: Fixed some problems found while compiling and linking Wine under Cygwin

2004-01-18 Thread BiGgUn
Hi Did you succeed in running Wine under Cygwin ? Stéphan

Re: keyboard warnings

2003-11-14 Thread BiGgUn
> As it was already said, if all that bothers you is that warning > message and nothing more, there is no need to send a patch, > especially with a dirty hack. Ok, but this warining did not appear before ! Is there a regression somewhere in the code ? Stephan

System tree view

2003-10-16 Thread BiGgUn
Hi Where is Windows explorer SysTreeView implemented in Wine ? TIA, Stephan

Re: Segmentation fault

2003-10-11 Thread BiGgUn
> Do you have a line like "uxtheme" = "" in your config file ? I don't have this line in my config file. Should i put it in [DllOverride] section ? Stephan

Segmentation fault

2003-10-10 Thread BiGgUn
Hi folks, I have a big problem with the last version of wine. I have made 'make clean', 'make distclean' and recompile everything and i still get a segmentation fault ! I have deleted all my sources and made a new check out from cvs server. After running wineinstall, i still get the segmentat

Re: Get calling stack after application crash

2003-09-29 Thread BiGgUn
Hi Unfortunately, when i have tried 'bt' yet. winedbg complains that there is no process loaded :( So there is no backtrace. Stephan

Get calling stack after application crash

2003-09-27 Thread BiGgUn
Hi folks, How can i get the calling stack of program after its crash ? Running the program in winedbg doesn't give me anything. Using --debugmsg +xxx ... doesn't give me useful info. I give up with the +relay solution because it generates too big file. Thanks in advance. Stephan

Re: Unable to cimpile wineproc

2003-09-10 Thread BiGgUn
> likely nothing > wineproc has been sent before the header overhaul, and hasn't been fixed > (since Alexandre doesn't seem ready to include wineproc into the CVS tree) So , what should i do manually to play with wineproc ? system.c is the unique file that doesn't compile . Stephan

Unable to cimpile wineproc

2003-09-09 Thread BiGgUn
Hi all When i try to compile wineproc , i got the following error: In file included from system.c:3: ../../include/psapi.h:25: parse error before "LPVOID" ../../include/psapi.h:25: warning: no semicolon at end of struct or union (...) and many ohter like this. What did i do in the wrong way ?