Thread: Msvc++ 6.0

  1. #1
    Unregistered
    Guest

    Angry Msvc++ 6.0

    Hi there,

    I've just gotten MSVC++ 6.0 and unfortunately, the installation CD I used was corrupted hence there's no help. I'm trying to get a program consisting of many CPP files to compile. How is this done exactly. Ive added the files to the project but when I try to build the executable I get the errors:

    Code:
    csimpleframe.cpp
    C:\Documents and Settings\beg_g\C++\PROGRAMS\TESTING\WINAPP\csimpleframe.cpp(1) : warning C4182: #include nesting level is 361 deep; possible infinite recursion
    C:\Documents and Settings\beg_g\C++\PROGRAMS\TESTING\WINAPP\csimpleframe.cpp(1) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
    Error executing cl.exe.
    what does this mean exactly? Any help will be highly appreciated

    Gerald..[sorry forgot to log in]

  2. #2
    Unregistered
    Guest

    Talking ok

    Ok I must admit I'm a real newbie here check this out

    --file csimpleframe.cpp --
    Code:
    #include "csimpleframe.cpp" // (!!!!!)
    
    //...other code
    Problem solved.

    Gerald

  3. #3
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065

    Re: Msvc++ 6.0

    Originally posted by Unregistered
    Hi there,

    I've just gotten MSVC++ 6.0 and unfortunately, the installation CD I used was corrupted hence there's no help.
    Do you have the Learning Edition? If not then MSDN (the help for MSVC++ 6.0) is included on an additional CD.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>>
    If not then MSDN (the help for MSVC++ 6.0) is included on an additional CD.
    <<<

    I think in all cases now, more than one CD. If you have a corrupt disk and you got it by legitimate means, go and get it changed...
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling x64 code in VC++ 6.0?
    By cpjust in forum Windows Programming
    Replies: 7
    Last Post: 07-29-2008, 09:36 AM
  2. Visual C++ 6.0 Pro vs Visual C++ 6.0 Enterprise
    By Joelito in forum Tech Board
    Replies: 5
    Last Post: 01-23-2007, 07:00 PM
  3. QT 4 and MSVC 6.0. Need help/
    By LMZ in forum C++ Programming
    Replies: 1
    Last Post: 09-15-2006, 03:57 PM
  4. Visual Studio 6.0 Help
    By L_I_Programmer in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2003, 10:35 PM
  5. SDI Menu problem - Windows MSVC 6.0
    By Brown Drake in forum C++ Programming
    Replies: 0
    Last Post: 10-13-2001, 06:04 AM