WildBill Posted February 9, 2010 Posted February 9, 2010 Hello, folks I've been working intensely on the next version of SmoothText, and I've run into a situation where I really need support for 32-bit icons. So, I've download the Daedalus source and after a lot of Googling I've manged to find the files I need to get it to recompile. I have it running, though so far all I've done is perform a MASSIVE cleanup of the code (and add things like try...finally blocks to try to make it more bulletproof). I don't have much experience with Daedalus but I know that there are some issues with it. If some kind soul would care to put together a concise list of the issues and what I would have to do to reproduce them, maybe I can improve it a bit. I'm still trying to understand how the code works, but now that it's all cleaned up I hope to be able to do something with it.Why do I need it for SmoothText? I want to add support for custom Explorer toolbar icons, and the ones I want to test with use alpha blending. So this is something I have to deal with.
WildBill Posted February 10, 2010 Posted February 10, 2010 Just as an FYI, I've found a couple of bugs in daedalus:1. In the override for ImageList_Create, the line that changes the flags should read:Flags := (Flags And (Not ILC_COLORDDB)) Or ILC_COLOR32;This is because you can use only one ILC_COLORx flag at a time.2. In TOOLBAR_DrawGrayImage, the line that reads "DeleteObject($FFFFFF);" should read "DeleteObject(timl);".I'm still tracking down other issues, but fixing those fixed some problems with Windows Explorer.
WildBill Posted February 11, 2010 Posted February 11, 2010 I've made a few changes, and have posted a version of Daedalus here:http://www.mediafire.com/download.php?iywh3dmddavIf anyone is willing to give it a try, maybe it will fix some of the outstanding issues.
WildBill Posted February 11, 2010 Posted February 11, 2010 I've made another improvement that should fix some issues with 32-bit icons not always showing up. You can get it here:http://www.mediafire.com/download.php?mizdjzmdzne
Dave.Net Posted February 13, 2010 Posted February 13, 2010 Thanks for updating this great (and almost dead) project. I'm running this last version right now and I see none of the old bugs. No more corrupted icons in "Places Bar". That's nice.
WildBill Posted February 13, 2010 Posted February 13, 2010 In using it I found myself running into the memory leak that people have mentioned that arises when both Daedalus and SmoothText are running. I made another change to Daedalus that I hope will fix the problem. It certainly sped it up considerably. Here's hoping that the leak is gone for good http://www.mediafire.com/download.php?12jzifkyyjn
Dave.Net Posted February 23, 2010 Posted February 23, 2010 It's much faster now. Thanks!I'd like to point out two bugs i've found.1) If both 32-bit AND 8-bit images are present inside an icon, Places Bar prefers the 8-bit version no matter what.2) Title bars in MDI appz like Adobe Photoshop show messed-up icons.
Dave.Net Posted March 14, 2010 Posted March 14, 2010 Would you mind posting screenshots?Here they are:1) Places bar showing 8-bit icons only.2) Corrupted child window icon in an MDI app (Photoshop in this case)3) Folder icons looking weird in taskbar. So far this is the only icon that shows up wrong the whole time, but sometimes icons in taskbar lose their alpha channels for a less than a second when you click them.
WildBill Posted March 23, 2010 Posted March 23, 2010 In working on SmoothText 1.0.5 I've uncovered some more bugs in Daedalus2 and have posted a new version...http://www.mediafire.com/download.php?yux1wut3thw
WildBill Posted March 23, 2010 Posted March 23, 2010 Added a new version of Daedalus2 (0.0.5) that has a small enhancement, but one that will be very helpful for SmoothText 1.0.5 when it comes out.http://www.mediafire.com/download.php?m2mutyymzyh
Dave.Net Posted March 29, 2010 Posted March 29, 2010 (edited) I've been using the latest version for several days now but it looks pretty much the same as 0.0.3 to me. Old bugs still there. Edited March 29, 2010 by Dave.Net
WildBill Posted March 31, 2010 Posted March 31, 2010 I'm doing some digging and it looks like I need to override DefMDIChildProcA/W to get MDI child window icons to render properly. When I override it in SmoothText the icons show up properly, but if I exit SmoothText and only have Daedalus running they get messed up like in your screen shot. Before I release SmoothText 1.0.5, I'll see if overriding it in Daedalus fixes the problem...I want to include Daedalus2 with SmoothText since 32-bit icons in SmoothText skins won't render properly without it.I almost released SmoothText 1.0.5 last night, but I decided to do some taskbar testing and ran into one more showstopper. Still, it's nearly there. I typed up the change log last night and it's just huge.
WildBill Posted April 1, 2010 Posted April 1, 2010 I put Virtual PC 2007 on my Win2k box and installed Windows NT 4.0 on it. With this setup I was able to get Daedalus2 running on it. It was a problem with MMX/SSE/SSE2 support. Apparently NT4 doesn't like using those, so if you have NT4 it uses basic 80406 code instead of the MMX, etc. stuff. The only concern I have is that I'm not seeing Daedalus having any effect on my virtual NT4 installation. Would someone with a real NT4 installation mind testing it out?I also added some code to trap DefMDiChildProcA/W, and this seems to fix title bar icons on MDI child windows.The link to Daedalus2 0.0.6 is here:http://www.mediafire.com/download.php?om2wydxv4wm
WildBill Posted April 1, 2010 Posted April 1, 2010 (edited) Major OOPS! with the last version. Not only didn't I add MDI support properly, it actually broke the Services control panel applet so that you can't stop the service!I've posted a new version 0.0.7 that has the bug fixed, and it includes instructions for stopping 0.0.6 so you can replace it.Here is the link to version 0.0.7:http://www.mediafire.com/download.php?zq1minhyumeAnd here are the 0.0.6 uninstall instructions: To stop the 0.0.6 service, perform the following steps: a. From the Start Menu, click Run... b. Enter "cmd" and click Ok. A command prompt window will appear. c. At the command prompt, type "net stop daedsrvc". d. Now replace daedalus.dll in your Windows\System32 folder (or WINNT\System32 if that's the case). e. The Services control panel plugin will be able to start. Start the Daedalus service normally. Optionally, type "net start daedsrvc" at the command prompt you already have open. Edited April 1, 2010 by WildBill
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now