Re: VB IDE Crashes during Compile/Make
- From: alpine <alpine_don'tsendspam@xxxxxxxx>
- Date: Wed, 24 Aug 2005 11:03:25 -0600
Yep, it's a bug. I've seen it and there seem to be several different
things that can cause it.
The first thing I would try is to break up any largeish modules into
separate smaller ones. I have also found that certain array
declarations can cause this problem and moving the array declaration
and most of the code dealing with the array to a separate module fixed
the problem.
I also have one app that won't compile on the dev machine but will
compile on another machine accessing the project files across the
network. I have no clue as to why this is so, but trying the above
suggestions didn't make any difference on the dev machine.
HTH,
Bryan
____________________________________________________________
New Vision Software "When the going gets weird,"
Bryan Stafford "the weird turn pro."
alpine_don'tsendspam@xxxxxxxx Hunter S. Thompson -
Microsoft MVP-Visual Basic Fear and Loathing in LasVegas
On Wed, 24 Aug 2005 08:39:13 -0700, "Steven Cook" <Steven
Cook@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Hi all, I need some help here.
>
>I'm currently working on a large(ish) VB6 application - code
>tidy-up/additions to an existing application. It will run from the IDE with a
>full compile. However, this morning we (my colleagues and I), tried to make
>the exe file. The IDE crashed during the compile stage - asking if I wish to
>send the info to MS.
>
>Although I'm running XP and VS6 (SP6), we have tried to make the exe file on
>4 different machines in total, some running W2K, (including one where we had
>to first install VS, and tried it with and without SP6 installed) and all had
>the same result. I can compile other projects into exe's, and create an exe
>from another project with the same dependencies, without problems.
>I even tried creating a new project file and imported all the form, classes
>etc into it, but still had the same result.
>The project is too big and too inter-linked to easily take apart to test.
>
>A look at MSDN online suggests that this error was corrected in SP5 or 6,
>but that's about all I could find.
>
>Has anyone experienced this before? Does anyone have any ideas or
>suggestions about either what is happenning or how to solve this problem??
>All help/suggestions welcome.
>
>Steven.
.
- Follow-Ups:
- Re: VB IDE Crashes during Compile/Make
- From: Ed Blake
- Re: VB IDE Crashes during Compile/Make
- References:
- VB IDE Crashes during Compile/Make
- From: Steven Cook
- VB IDE Crashes during Compile/Make
- Prev by Date: Re: VB AND VB.NET
- Next by Date: Re: which is faster, using a sub or function?
- Previous by thread: VB IDE Crashes during Compile/Make
- Next by thread: Re: VB IDE Crashes during Compile/Make
- Index(es):
Relevant Pages
|