pragma
Joined: 28 May 2004 Posts: 607 Location: Washington, DC
|
Posted: Thu Aug 26, 2004 9:44 am Post subject: SVN changes |
|
|
I've modified the layout of the repository to pave the way for Beta1
The alpha (source) release is now available for download under /downloads/dsp-0.0a.zip... sorry no binary release for this iteration. You may browse the repository online under /branches if you don't want the whole .zip.
/trunk now features a /misc folder that contains some widgets that I felt could stand on their own, outside of DSP... perhaps for PhobosRising. The code there is very untested and raw, plus there's no guarntee that it will work as expected for linux.
Here's the rundown for /misc:
Dll Stubs - build dlls much more easily with ready-to-compile stubs.
Library - flexible library class complete with optional cache. Complete with a callback model for unload and reload events.
TypeLibrary - want to load classes easily from inside a dll? Here you go.
SystemFinalizer - make select objects finalize on system exit when you need them to.
This is all subject to change so check back to the SVN repository often.
Enjoy. _________________ -- !Eric.t.Anderton at gmail |
|