Community
AGI Programming => AGI Development Tools => Topic started 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.
-
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.
-
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.
-
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.
-
I have merged this into Visual AGI.
-
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.