Hi Jim, Actually, you can simulate this behavior with BGT. BGT scripts do not actually have to be compiled to run. You can keep the source open in Notepad, and run the script in BGT looking for errors at the same time. If you get an error message you can use the goto command to jump to the line where the error is, fix it, and rerun the script. Its similar to what you already do in Visual Basic 6 and Visual Basic .NET as far as running the program in the debugger.
On 1/30/12, Jim Kitchen <[email protected]> wrote: > Hi Gabriel, > > Not to start an argument, and I know that BGT is far better for creating > games, especially for a new programmer, but one reason that I still very > much like to create my games in VB6 is because I write and test run the code > right in the VB6 IDE. And if there are any errors, it tells me what the > error is and puts me on the line of code where the error is. I don't think > that I could ever get used to programming code in a text editor and then > trying to compile it. I just have always coded in a Basic IDE. > > BFN > > Jim > > I like Visual Basic 6.0 because I can not C. > > [email protected] > http://www.kitchensinc.net > (440) 286-6920 > Chardon Ohio USA > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to > [email protected]. > You can make changes or update your subscription via the web, at > http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[email protected]. > If you have any questions or concerns regarding the management of the list, > please send E-mail to [email protected]. > --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
