CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (7 messages)

#3009 #Editors Choice Message #3326
From: Philip Lieberman MS BASIC Forum · Visual Basic October 15, 1991 10:57 PM
Hi Mitch – Small World! Received any good royalties from Sams Lately? There is 1 Reply.
From: Philip Lieberman MS BASIC Forum · Visual Basic October 15, 1991 10:34 PM
Boy, that's great – the environment is unreliable (looks like stack corruption). The only unusual thing about my application is that I am doing communication in the background. But at the point where this error occurs, there is no communications going on. I am now getting UAEs from the environment…
#3177 Lost Sub labels Message #3319
From: Philip Lieberman MS BASIC Forum · Visual Basic October 15, 1991 10:30 PM
This is a bug (one of many) in VB – the stupid environment loses track of its labels when operating in immediate mode when the labels are located in the general section of another module. Running and rerunning the application does not elimiate the problem, only dumping the project and…
From: Philip Lieberman MS BASIC Forum · Visual Basic October 11, 1991 9:30 PM
The strange thing is that it gets thrown back in at the point of the beginning of the DO LOOP not at the beginning of the SUB. Is there a P Code debugger/disassembler to allow viewing of the P Code machine? There is 1 Reply.
From: Philip Lieberman MS BASIC Forum · Visual Basic October 10, 1991 6:52 PM
Problem is random – about 1 in 10 to 1 in 5 times and only when you first start the program. It looks like some kind of uninitialized variable within VB for handling loops or a stack handling problem with VB. I'll try to isolate this to a minimum amount…
From: Philip Lieberman MS BASIC Forum · Visual Basic October 10, 1991 12:33 AM
In one of my programs the Do While completes and exits the procedure, but instead of exiting, it returns to the last DO While for another pass. Has anybody run into this? Thanks, Phil There are 2 Replies.
#Lost Sub labels Message #2350
From: Philip Lieberman MS BASIC Forum · Visual Basic October 10, 1991 12:30 AM
I notice that after a while of running VB with multiple modules, the program loses the ability to find some of the SUB names in external modules. After saving the project, and reopening it, it can then find the label again. Has anybody run into this problem? Thanks Phil There…