http://bugs.winehq.com/show_bug.cgi?id=344
*** shadow/344 Sun May 5 05:21:33 2002
--- shadow/344.tmp.20300 Sun May 5 05:22:48 2002
***************
*** 48,50 ****
--- 48,99 ----
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-05-05 05:21 -------
Created an attachment (id=80)
Simple C pgm which can be used to recreate problem(s)
+
+
+ ------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-05-05 05:22 -------
+ From MSDN: (I don't know how closely wine wants to follow this)
+
+ lpstrInitialDir
+ ---------------
+ Pointer to a null terminated string that can specify the initial directory.
+ The algorithm for selecting the initial directory varies on different
+ platforms.
+
+ Windows 2000:
+
+ If lpstrFile contains a path, that path is the initial directory.
+ Otherwise, lpstrInitialDir specifies the initial directory.
+
+ If lpstrInitialDir is NULL and the current directory contains any
+ files of the specified filter types, the initial directory is the current
+ directory.
+
+ Otherwise, if the application has used an Open or Save As dialog box in the
+ past, the path most recently used is selected as the initial directory.
+
+ However, if an application is not run for a long time, its saved selected
+ path will be discarded.
+
+ Otherwise, the initial directory is the personal files directory of the
+ current user.
+
+ Otherwise, the initial directory is the Desktop folder.
+
+
+ Windows 98:
+
+ lpstrInitialDir specifies the initial directory.
+ If lpstrInitialDir is NULL and lpstrFile contains a path, that path is the
+ initial directory.
+ Otherwise, if the current directory contains any files of the specified
+ filter types, the initial directory is the current directory.
+ Otherwise, the initial directory is the personal files directory of the
+ current user.
+
+
+ Earlier versions of Windows and Windows NT/ 2000:
+
+ lpstrInitialDir specifies the initial directory.
+ If lpstrInitialDir is NULL and lpstrFile contains a path, that path is
+ the initial directory.
+ Otherwise, the initial directory is the current directory.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=344
*** shadow/344 Thu Apr 18 14:19:34 2002
--- shadow/344.tmp.20247 Sun May 5 05:21:33 2002
***************
*** 44,46 ****
--- 44,50 ----
Germain, thank you for the detailed report.
Can you reproduce the issues with recent Wine build?
If you can, could you attach your test case application to the bug?
+
+ ------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-05-05 05:21 -------
+ Created an attachment (id=80)
+ Simple C pgm which can be used to recreate problem(s)
http://bugs.winehq.com/show_bug.cgi?id=528
*** shadow/528 Thu Mar 28 22:25:56 2002
--- shadow/528.tmp.5680 Sun May 5 00:44:50 2002
***************
*** 2,13 ****
| Running C regression tests on Windows with Cygwin/MinGW |
+----------------------------------------------------------------------------+
| Bug #: 528 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Running C regression tests on Windows with Cygwin/MinGW |
+----------------------------------------------------------------------------+
| Bug #: 528 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: Steven_Ed4153(a)yahoo.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 30,32 ****
--- 30,36 ----
Running the C tests on Windows should not require that the user installs perl on
Windows.
+
+ ------- Additional Comments From Steven_Ed4153(a)yahoo.com 2002-05-05 00:44 -------
+ I will accept this bug for now and see what I can do with it. I dont think
+ anyone else is working on the cygwin/mingw/msys port.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=645
*** shadow/645 Sun May 5 00:41:01 2002
--- shadow/645.tmp.5513 Sun May 5 00:41:01 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | wrc does not generate resources that can be used on Mingw and MS_VC |
+ +----------------------------------------------------------------------------+
+ | Bug #: 645 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-tools |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: Steven_Ed4153(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The wine resouce compiler needs to be fixed for the Microsoft Visual Studio and
+ Mingw ports due to incompatable formats. Currently the winebuild process links
+ wrc compiled resources in the *.spec file for the target. For the MSVC and
+ Mingw ports the spec file cannot be used so wrc needs to be patched to support
+ a more compatable output format.
\ No newline at end of file