Hi
Did you succeed in running Wine under Cygwin ?
Stéphan
> 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
Hi
Where is Windows explorer SysTreeView implemented in Wine ?
TIA, Stephan
> 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
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
Hi
Unfortunately, when i have tried 'bt' yet. winedbg complains that there is no process
loaded :( So there is no backtrace.
Stephan
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
> 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
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 ?