I actually was able to get Inform to work. I built a skeleton GUI app to test it, then loaded the program I saved and it actually worked. Well, worked in the sense that the app started and displayed; but since no action was declared, nothing happened. But, the main thing was that I can use it, i.e. I could add the code to do things. The paradigm for accessing properties is slightly different from other languages including Visual Basic, but it's not too dificult from what I've seen.
Like too many programs, it's a nice tool but it needs documentation to be able to use it effectively. Or you have to be smart enough to figure it out.
It's funny, I got thinking it night be useful to be able to include actual C or C++ code in places where you needed to do something directly, and I didn't know it was possible.
Like too many programs, it's a nice tool but it needs documentation to be able to use it effectively. Or you have to be smart enough to figure it out.
It's funny, I got thinking it night be useful to be able to include actual C or C++ code in places where you needed to do something directly, and I didn't know it was possible.
While 1
Fix Bugs
report all bugs fixed
receive bug report
end while
Fix Bugs
report all bugs fixed
receive bug report
end while