Re: VB IDE Crashes during Compile/Make

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.

.



Relevant Pages

  • Re: VB IDE Crashes during Compile/Make
    ... IDE made the executable. ... > 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 ... > suggestions didn't make any difference on the dev machine. ...
    (microsoft.public.vb.general.discussion)
  • Re: How to turn off compiler/linker timestamping?
    ... > You can see the time stamp by running dumpbin /all on the executable. ... > "Michael Schwab" wrote in message ... compile. ... >> embedded in the exe file itself. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Compiling a VS 7.1 project in VS .NET 2002 (7.0)
    ... >> The original author tells me I should be able to compile his apps fine ... > project files for one of my MFC projects so my guess is that the project ... > specific MFC libraries in my object files and executables but not in my ...
    (microsoft.public.vsnet.general)
  • Bug in VC++ 7.1?
    ... wouldn't compile in Debug mode, ... After doing some general cleanup to the project files I started ... debugging information from "Program Database" to "Program Database for ... definitions in some strange subtle way and the template types no longer ...
    (microsoft.public.vc.language)
  • Re: Gfortran on Windows (was Re: Fortran Newbie - Where to start?)
    ... After unpacking the .zip file and adding the paths to the root of the ... A minimal test setup to compile 'hello, ... (-s reduces the size of the .exe file, ...
    (comp.lang.fortran)