On 9 Aug 2004 15:12:22 -0700,
EMAIL REMOVED (Nina Harris) wrote:
>when running an interactive session with the vb6 IDE open,
>I get random closures of vb6.exe with a message pop
>that it is writing an error log and then after about 1 minute
>the vb6 ide closes
<snip>
>the error occurs when vb6 hits this line
>If FileExists(some path defined here) Then
> ..
>
> Public Function FileExists(strDest As String) As Boolean
> ..etc..
I've had similar peculiar things with XP Pro and VB5
In two cases it turned out to be a slightly dodgy parameter to an API
The most peculiar case was just Txt1.Text = "xxx" in a multline
Textbox - just in the IDE, not when compiled
That problem seems to have disappeared