Core and I have been making slow progress with wxWindows – it’s a GREAT library, I have just been very busy. We’ve made an app that displays your free space remaining on your drives. The linux version only looks at “/” right now. Download the Windoze version by clicking the screenshot. We’ll be continuing to work on it.

A couple notes on setting up wxWidgets under Windoze (Core, let’s have some notes on the linux setup too, if needed):

  • under Windows, copy /include/msw/setup.h to /include/setup.h
  • define wxUSE_EXCEPTIONS in your project so you get proper RTTI functionality
  • build either the debug or release version of wxWindows-2.5.1srcwxWindows.dsw
  • add the paths to wxWindows lib and include to Venereal Studio
  • Hey all, here’s the latest build of HangTheDJ. It FINALLY has DJ’s. I didn’t plan on posting a build yet, but a story came up on slashdot and I wanted to follow up with this. I was even stupid enough to post a comment on slashdot – am I looking for trouble or what? 😛

    Google‘s got a new format! I’ve updated my google results scraper that formats Google results for use in a sidebar frame. Here’s the code if you want to try it at home.

    meloncully writes “ok, after MUCH MUCH deliberation we have decided to embark on a project to create a File manager.

    and thats about all there is to tell :p

    oh, and its most likely going to be in c++ 🙂

    corey d”

    There ya have it!

    Here it is… GOOD NIGHT!

    Changelist:

    1) MAJOR bug… the song set used by the controls was changed when adding to playlist… controls were modifying the WRONG SONG! Fixed.
    2) Modeless Options dialog OK/Cancel should be working now.
    3) Annoying scrollbars were hiding small-view controls, fixed.
    4) Changed pink background to something less flashy, until skinning is improved.