bblean 1.16 with better x64 support
| Author |
Message |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
 Re: bblean with better x64 support
Chaka wrote: Hi Carsomyr, This is great, can you create an x64 plugin for bbDeskMinimize.
Thanks Working in this. Trying to figure out why notifications are not getting through in the x64 version Murasame wrote: What about a x64 version of bbInterface? I can't compile bbInterface, because MinGW does not support gdiplus. I would like to try to get a 32bit plugin loader working, which would make it unnecesary to recompile all the plugins. I have a 64-bit toolchain working again, so I'll try to get some work done here.
_________________ Try boxCore!  boxCore homepage. Forum thread on lostinthebox. Bugs, Feature requests
|
| Sun Aug 10, 2008 12:02 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
curtj
BBTeen
Joined: Mon Jul 14, 2008 4:19 pm Posts: 19 Location: Manchester UK
|
 Re: bblean with better x64 support
Nalif wrote: Also, I'm not sure if it's associated with x64 support or not, but I have a problem with the systray. It persists in the official version of bblean as well as your x64 executable. My firewall is a x64 application. It's called Outpost Firewall Pro. It starts up, and I can see the icon in the systray - if I mouse over it, it even displays it's name and some brief information about the firewall. I can't, however, double click or right click on it. It's just an icon. Normally, it would bring up the firewall properties in another window. Could this be because the systray would need to be rewritten for x64 support? This is caused by Outpost's Self-protection function if you have it enabled. To fix it (this applies to my version - I haven't tried it with any other - I am using Outpost Pro 2009 Trial 6.5.2358): Open Outpost using the start menu programs. Go to the 'Host Protection' tab. If you don't see Self-protection:Enabled then the cause is something else unfortunately. Under Self-protection-Exclusions select 'view list' Select 'add' Navigate to your blackbox program folder and select blackbox.exe to add it to your exceptions. That's it - the systray icon should now work. Be aware that this could constitute as a security hole - I have no idea if doing this allows any of the processes running under blackbox to have exclusion status.
_________________ ·mitooshi·
|
| Wed Aug 20, 2008 8:07 pm |
|
 |
|
semiono
BBWise
Joined: Sun May 18, 2008 2:13 pm Posts: 62
|
 Re: bblean with better x64 support
I'm shocked! Long Mode!!! Very beauty! I don't know still about the project. Very Well! --- and is this sources for mingw compils? is it possible?
_________________ rundll32.dll
|
| Fri Oct 24, 2008 8:19 pm |
|
 |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
 Re: bblean with better x64 support
Just an updated version to add support for the network, volume and other icons under vista. Also features re-organised tray code internally, so if you see something weird happening in the tray, give me shout.
Attached is a zip file as well as an NSIS installer. The installer currently just extracts the files to the install folder, nothing special (hopefully I can get it to do more later)
EDIT : This release is outdated, get the newer one further down unless you really want an installer
_________________ Try boxCore!  boxCore homepage. Forum thread on lostinthebox. Bugs, Feature requests
Last edited by Carsomyr on Sun Nov 09, 2008 8:28 pm, edited 1 time in total.
|
| Fri Nov 07, 2008 2:47 pm |
|
 |
|
palace123
BBNewborn
Joined: Sun Aug 03, 2008 7:53 am Posts: 2
|
 Re: updated bblean with better x64 support
 Thank you carsomyr for the the efforts and time you invest in the project! It is much appreciated by all the x64 users, such as me, for one. I've used your mod on XP x64 and keep using it now on Vista x64. And here is some feedback to your advantage. I downloaded the archived version and extracted the blackbox.exe, bbkeys.dll, winkeyhook.dll, & bbleanbar.dll to their respective folders (in an existing installations). Upon firing up the blackbox.exe I get this window:  When I click 'OK' the shell is up and running. I don't know what this message means, but I hope it is of some help to you [: The network icon that I can now see in the tray display a tooltip on mouseover, but clicking it does nothing. Hopefully this helps. Keep up the good work!
|
| Sun Nov 09, 2008 8:50 am |
|
 |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
 Re: updated bblean with better x64 support
palace123 wrote: Upon firing up the blackbox.exe I get this window:  When I click 'OK' the shell is up and running. Copy the file "blackbox.exe.manifest" into the same folder as blackbox.exe. That will fix the popup (its included in the zip file) palace123 wrote: The network icon that I can now see in the tray display a tooltip on mouseover, but clicking it does nothing. Hopefully this helps. Keep up the good work! The new vista icons expect to be treated differently form nomral tray icons ( a new vista feature). Getting that working is currently high on my list. Thanks for the feedback
_________________ Try boxCore!  boxCore homepage. Forum thread on lostinthebox. Bugs, Feature requests
|
| Sun Nov 09, 2008 12:48 pm |
|
 |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
 Re: bblean with better x64 support
New release featuring working clicks on the vista icons. Their popups still don't appear on the right places, but at least they appear Volume is top left, Network is top right (at least on my comp). I think they are looking for (and not finding) part of the vista taskbar to position themselves. This release is a zip only. Only blackbox.exe and bbleanbar.dll have changed from the release yesterday, so just copy them if you already have that. Also remember to copy blackbox.exe.manifest if you are upgrading from an older build which does not have it. EDIT: File removed. Get the next one 
_________________ Try boxCore!  boxCore homepage. Forum thread on lostinthebox. Bugs, Feature requests
|
| Sun Nov 09, 2008 8:27 pm |
|
 |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
 Re: bblean with better x64 support
Small changes since yesterday. The main advantage today is... We make the welcome screen dissapear quickly under Vista For Dev's of other branches seeing this anouncement: The event to trigger is "ShellDesktopSwitchEvent" under vista, where it is "msgina: ShellReadyEvent" under previous windows versions. This thanks to ironhead's posting it on the emerge forums ( http://emergedesktop.org/phpBB2/viewtopic.php?p=2763)
Attachments:
File comment: Say goodbye to the long welcome screen...
Blackbox-1.16.1-x64.zip [204.87 KiB]
Downloaded 146 times
_________________ Try boxCore!  boxCore homepage. Forum thread on lostinthebox. Bugs, Feature requests
|
| Mon Nov 10, 2008 4:55 pm |
|
 |
|
palace123
BBNewborn
Joined: Sun Aug 03, 2008 7:53 am Posts: 2
|
 WOW
Wow! Sweetness incarnate! Thank you in the extreme for both helping me out and resolving that nagging issue vista had with *box! Much appreciated everything you do!
|
| Tue Nov 11, 2008 2:14 pm |
|
 |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 411 Location: Kungsbacka, Sweden
|
 Re: bblean with better x64 support
Carsomyr wrote: For Dev's of other branches seeing this anouncement: The event to trigger is "ShellDesktopSwitchEvent"... That's great, thanks for the heads-up Carsomyr! (and please pass my thanks on to ilmcuts/ironhead if you happen to bump into them!  ) BR//Karl -> qwilk
|
| Sun Nov 16, 2008 6:54 pm |
|
 |
|
Carsomyr
BBDinosaur
Joined: Wed Dec 13, 2006 7:33 pm Posts: 263 Location: Pretoria, South Africa
|
 Re: bblean with better x64 support
Further releases of what has been happening here will be in viewtopic.php?f=3&t=3766
_________________ Try boxCore!  boxCore homepage. Forum thread on lostinthebox. Bugs, Feature requests
|
| Sun Nov 30, 2008 3:06 pm |
|
 |
|
semiono
BBWise
Joined: Sun May 18, 2008 2:13 pm Posts: 62
|
 Re: bblean with better x64 support
Please, anybody! Only two think ineed, only bbAnalog and bbxEyes for x64 XP! Under My WinXP64SP1 does not work any incuded plugins with blackbox from here "http://sharesource.org/project/bb4win64/" Why? PS Where is i can found src for bbxEyes?... Or anybody should be start a new Eyes project? I'm sorry, bbKeys and bbLeanBar is working! But I could wish bbxEyes  WOW64
_________________ rundll32.dll
|
| Fri Mar 27, 2009 11:38 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
Who is online |
Users browsing this forum: Bing [Bot], Google Adsense [Bot] and 1 guest |
|
You cannot post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|