The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => Topic started by: PBrennick on August 15, 2008, 10:13:19 PM

Title: GeneSys Project - New Release
Post by: PBrennick on August 15, 2008, 10:13:19 PM
Hi everybody,

The updated version of the GeneSys SDK can be downloaded from here (http://ghirai.com/PBrennick/GeneSysSDK2008.zip).
If you wish to obtain only the editor, you can download it from here (http://ghirai.com/PBrennick/GeneSysEditor.zip).

Thank you, Ghirai, for this valuable help.

-- Paul
Title: Re: GeneSys Project - New Release
Post by: hutch-- on August 15, 2008, 10:51:19 PM
Hi Paul,

Just downladed the current version and tested it and it looks good so far. Builds the small projects I have been playing with in the last few days perfectly, syntax hilighting works fine and the output window works well. I did find one problem but its probably because its not finished yet. If I start the code librarian from the menu, the first page insertions work fine but if I click the third tab it crashes.
Title: Re: GeneSys Project - New Release
Post by: PBrennick on August 16, 2008, 10:40:48 AM
Yikes, That dialog has been totally replaced by a return to the listbox with an edit window. I need to fix that today. I tested it as a stand-alone but forgot to change it in the editor.

Thanks for the heads-p.
-- Paul
Title: Re: GeneSys Project - New Release
Post by: PBrennick on August 20, 2008, 12:32:57 AM
The GeneSys SDK and the editor have both been upgraded and released to Ghirai's server. You can download either one from the link in my signature.

The SDK no longer reports a false positive and there is a new method being used to develop the includes and libs thanks to the hard work of Vortex. It contains the latest version of the editor and many new tools. More tools and tutorials are being developed but will undoubtedly be released as a separate download. The SDK will, itself remain 'as is' for some time now.

The editor no longer has the problem that Hutch reported and a bug in the Tools section has been fixed. The Code Librarian has made a return to the paging method but, I am using virtual pages instead of child dialogs. This means that the TAB and ARROW keys function as expected. The ASCIITable has been removed but is available as a separate tool that can be added by the user via the Tools Menu if desired.

-- Paul