http://bugs.winehq.com/show_bug.cgi?id=660
*** shadow/660 Thu May 9 10:48:08 2002
--- shadow/660.tmp.4883 Thu May 9 12:00:36 2002
***************
*** 31,33 ****
--- 31,43 ----
------- Additional Comments From jakob(a)vmlinux.org 2002-05-09 10:48 -------
The same goes for SYSTEM mode as for HIDDEN.
FindFirstFileA should not find a SYSTEM file either, but it does.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-09 12:00 -------
+ Jacob, it is not clear what you are complaining about. Is the issue that files,
+ created with HIDDED and SYSTEM are still visible to the file search functions?
+ Wine, probably, does not have to support these flags, because underlying file
+ system does not provide us with support for these attributes.
+
+ See also discussion, going right now on Wine-devel:
+ http://www.winehq.com/hypermail/wine-devel/2002/05/0226.html
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu May 9 10:22:46 2002
--- shadow/650.tmp.3440 Thu May 9 11:40:29 2002
***************
*** 44,46 ****
--- 44,50 ----
Dumb error from me:
I had forgotten to check if the error appeared with another app.
In fact this when I launch winedbg, so I change the bug.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-09 11:40 -------
+ Sylvain, could you show the trace when starting winedbg only?
+ Do you have any problems in starting other Winelib applications?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=660
*** shadow/660 Thu May 9 10:44:54 2002
--- shadow/660.tmp.722 Thu May 9 10:48:08 2002
***************
*** 27,29 ****
--- 27,33 ----
Changed severity to trivial. It's not enhancement, because it is a difference
between Windows behaviour and Wines'.
Added blocking of bug 655. (Meta File system bug.)
+
+ ------- Additional Comments From jakob(a)vmlinux.org 2002-05-09 10:48 -------
+ The same goes for SYSTEM mode as for HIDDEN.
+ FindFirstFileA should not find a SYSTEM file either, but it does.
http://bugs.winehq.com/show_bug.cgi?id=659
*** shadow/659 Thu May 9 08:07:43 2002
--- shadow/659.tmp.25087 Thu May 9 08:38:06 2002
***************
*** 29,31 ****
--- 29,36 ----
------- Additional Comments From insyde(a)insyde.com.br 2002-05-09 08:07 -------
Created an attachment (id=87)
Program that mounts a simple property sheet
+
+
+ ------- Additional Comments From insyde(a)insyde.com.br 2002-05-09 08:38 -------
+ Created an attachment (id=88)
+ C++ Source of the tested program, will compile with VC++, dont test with others.