Active forum topicsUser loginWho's new
Who's onlineThere are currently 0 users and 2 guests online.
|
Source Code for the ODB ProgramSubmitted by admin on Thu, 02/09/2006 - 8:36pm.
The main source code for the ODB software, as of the version 1.0 release, is compatible with Microsoft Visual Basic 5 and 6. In developing this source, we have made a concerted effort to rely as little as possible on proprietary Microsoft widgets, so that it will be possible for us and other developers to more easily port the code to different platforms. Currently, the source code for all released ODB versions is available on Sourceforge, at: http://sourceforge.net/projects/organizersdb. If you want to contribute to the code, the best place to look is the Issue Tracker, where we track all our development work. The URL is: http://mantis.organizersdb.org. Contributing Patches. The existing ODB source code can only be compiled on Windows. This means that it is a bit cumbersome to upload the files to put them into the Sourceforge CVS repository. We might adopt a source code control system in the future, but at this point we ask you to simply submit all of the functions, subroutines, and variable declarations that you change. |