http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Tue May 28 11:46:20 2002
--- shadow/657.tmp.14988 Tue May 28 14:09:10 2002
***************
*** 101,103 ****
--- 101,107 ----
MFC is object-oriented C++ interface to Windows API.
To "implement" MFC means the same as "rewrite" Delphi's VCL or TrollTech's QT.
I'm not sure if you want to do that ;-)
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:09 -------
+ Not really, it would just be nice though to have a builtin MFC42.dll, but since
+ it correlates with C# I'm not even going to think about it ;)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=721
*** shadow/721 Sat May 25 21:02:58 2002
--- shadow/721.tmp.14670 Tue May 28 14:05:28 2002
***************
*** 125,127 ****
--- 125,130 ----
aliases to the default wine config and submit them. Alexandre AFAIK will be
adding something to the wine users guide about removing the aliases if you
install the real fonts... so this will be resolved by Tuesday at the latest...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:05 -------
+ Submitting patch a little later today, watch wine-patches...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=717
*** shadow/717 Sun May 26 20:43:23 2002
--- shadow/717.tmp.14557 Tue May 28 14:04:12 2002
***************
*** 156,158 ****
--- 156,181 ----
One more approach - if a target of a shell link does not exist create a dummy
target with some "UNKNOWN" icon, which will be replaced later. I like this
approach more.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:04 -------
+ Email sent to wine-devel, also as said in email:
+
+ After some more research, I found out that the StarCraft installer doesn't
+ extract StarCraft.exe and StarEdit.exe until after the Windows Start Menu links
+ are created, so that causes a problem, in that wine tries to extract the icon
+ from a non-existant file... Since the file doesn't exist, it defers the icon
+ creation to next reboot, but there is no code to create the icon, by reading
+ the runonce key, in the wine init, so the icons never get created.
+
+ There are 3 ways that I can think of to solve this...
+
+ 1) Implement the code to read runonce in wine's init, so the icons get created
+ on the next run of wine, aka next reboot...
+ 2) Create an initscript to read the system.reg's runonce key as text and then
+ run wineshelllink based on that information, that would correlate with the
+ trace messages at least, i.e. next reboot
+ 3) Defer icon creation somehow until after the rest of the files have been
+ extracted, but before you exit the installer and/or try to run the game...
+
+ I personally like idea 2 because it is the easiest to implement and correlates
+ with the trace message, like i said...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=24
*** shadow/24 Tue May 28 12:38:38 2002
--- shadow/24.tmp.10547 Tue May 28 13:01:26 2002
***************
*** 1,13 ****
+============================================================================+
! | err:progress:ProgressWindowProc unknown msg be10 wp=34940001 lp=00003494 |
+----------------------------------------------------------------------------+
| Bug #: 24 Product: Wine |
! | Status: REOPENED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: 914(a)bianca.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 1,13 ----
+============================================================================+
! | error in ImageList_Remove when image list is already empty |
+----------------------------------------------------------------------------+
| Bug #: 24 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
! | Assigned To: galberte(a)neo.lrun.com |
| Reported By: 914(a)bianca.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 120,122 ****
--- 120,133 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 12:38 -------
The error message still exists in dlls/comctl32/imagelist.c
Check correct behaviour of the control under Windows.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 13:01 -------
+ My previous comments are about the listview error.
+ This bug reports many issues.
+ I recommend to report a separate bugs for all other issues.
+
+ Confirming for Bat! The app prints the messages about list view already empty.
+ You can download version here:
+ http://download.thebat.pl/pub/the_bat/the_bat.exe
+ Installation crashes, but I was able to launch the unpacked application from
+ the temporary archive.
http://bugs.winehq.com/show_bug.cgi?id=22
*** shadow/22 Tue May 28 12:12:09 2002
--- shadow/22.tmp.7224 Tue May 28 12:12:42 2002
***************
*** 41,43 ****
--- 41,48 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 12:12 -------
Created an attachment (id=138)
Test case - exe
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 12:12 -------
+ Created an attachment (id=139)
+ Test case - source
http://bugs.winehq.com/show_bug.cgi?id=22
*** shadow/22 Tue May 28 12:10:50 2002
--- shadow/22.tmp.7192 Tue May 28 12:12:09 2002
***************
*** 37,39 ****
--- 37,43 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 12:10 -------
Could not keep myself from checking this out.
Confirm. Below attached the test case.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 12:12 -------
+ Created an attachment (id=138)
+ Test case - exe
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Sat May 25 16:55:31 2002
--- shadow/657.tmp.5339 Tue May 28 11:46:20 2002
***************
*** 95,97 ****
--- 95,103 ----
I'm not sure where to look in MSDN to find out what all is in MFC42.dll, if
someone could point me in the right direction? Or if someone knows more about
this, feel free to accept it and start working on it...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 11:46 -------
+ AFAIK mfc43.dll contains implementation of the Microsoft MFC library.
+ MFC is object-oriented C++ interface to Windows API.
+ To "implement" MFC means the same as "rewrite" Delphi's VCL or TrollTech's QT.
+ I'm not sure if you want to do that ;-)
\ No newline at end of file