OK, so I downloaded gccVB 1.0 an the VB programming intro, made some changes, and tried to compile it with MAKE.BAT according to the readme file, but it just gives a truckload of messages saying the file demo.c couldn’t be found. What am I doing wrong?
I found out that in MAKE.BAT, the path “C:\GCCVB” was hardcoded in (and I don’t have it there), so that was the root cause of all problems. I haven’t tried compiling anything yet, but I think it should work.
Actually, everything works fine if you put everything into C:\GCCVB. Why, I don’t know.
So the lesson for all people planning VB programming: never put gccVB anywhere else than C:\GCCVB!