Community

AGI Programming => AGI Development Tools => Topic started by: Collector on January 24, 2023, 11:53:50 PM

Title: AGI Base Logic Generator
Post by: Collector on January 24, 2023, 11:53:50 PM
I have recreated the old 'AGI Base Logic Generator' program by Joel McCormick. Although the original C++ source is available, it no longer compiles in modern VS. I wanted to have it in C# so I could incorporate it into Visual AGI. Here is the result. I have not thoroughly debugged it, so there may be errors. I would appreciate any feedback from anyone who is willing to kick its tires.
Title: Re: AGI Base Logic Generator
Post by: gumby on January 26, 2023, 08:27:07 AM
That's cool.  This type of work reminds me of the some of the ports of Ravi's sound utilities that I did years ago.
Title: Re: AGI Base Logic Generator
Post by: AGKorson on January 26, 2023, 09:43:48 AM
The generated logics will only save to 'C:\SRC'; and only if you create that directory ahead of time. Selecting a project path has no effect on where the file gets saved.
Title: Re: AGI Base Logic Generator
Post by: Collector on January 26, 2023, 11:53:40 AM
Sorry, I had intended to have it get the project's path from the IDE and only had the browse as a temporary measure. Also, I had hardwired a path into it to easily check the output. Check the first post for an updated build that lets you set the output folder.
Title: Re: AGI Base Logic Generator
Post by: Collector on January 26, 2023, 10:24:38 PM
I have merged this into Visual AGI.
Title: Re: AGI Base Logic Generator
Post by: cosmicr on February 01, 2023, 12:31:27 AM
Heh, I remember writing "Logic Wizard" back before BLG was released. I felt so bummed out that only a month after mine came out Joel's came out and was better. I'll see if I can find the old source for it. I wrote it using Borland C Builder if I remember correctly.