Re: Internal Complier Error in VC++ 1.52



I presume that you are a student. What organization is still using such ancient technology as a learning tool ?

You may have hit some brick wall in the compiler. Have you tried isolating this bit of the code and compiling it in a new project ? Have you 'cleaned' the project ?


Sen wrote:
Hi All, I am using (Visual C++ 1.52 IDE )for my MFC Application Project. I am working on an existing code base where the no of lines is around 100,000, spread across different header and cpp files. when i was trying to add a new function declaration for an existing class in a header file and function implementation in the .cpp file i am getting an error as given below

: fatal error C1001: internal compiler error
(compiler file 'msc3.cpp', line 429)
CL returned error code 2.


in another .cpp file.

This problems also occurs when i try to add parameters to the existing function in an existing class

heap size is 1024 declared in .def file and i have set my stack size as 8500

Pls let me know if any one has  solution to this problem

Thanks in advance

Regards
Senthil.
.



Relevant Pages

  • Re: forms implementation should be in .cpp not .hpp file
    ... Why VS2008 doesn't create .cpp files when creating new form using ... file not in the header file. ... deliver service pack like compatibility for WindowsForms. ... Stop jumping saying "developers, developers, developers" and ...
    (microsoft.public.vc.ide_general)
  • Preprocessor, nested files etc.
    ... I expected one big file but instead got one preprocessor file for each ... of the cpp files in the project. ... when I #define macros and put them at the beginning of the header file ... then those macro definitions don't seem to stick. ...
    (comp.lang.cpp)
  • Re: Preprocessor, nested files etc.
    ... > then those macro definitions don't seem to stick. ... it takes around 2 hours for a complete recompile). ... When the compiler compiles a *.cpp file, it starts in a fresh state. ... because it means it can compile a collection of *.cpp files ...
    (comp.lang.cpp)
  • Re: classes, strings, learning in VS.NET
    ... The class implementation goes into the .cpp file. ... for C++ compiler. ... .cpp files is completely independent from each other. ... include file is included twice within the same translation unit. ...
    (comp.lang.cpp)
  • Re: How protect source code in template library?
    ... > prevent others from getting .cpp files. ... To instantiate template code for new data types, ... the compiler does need to see the template source code (which ... (while the way to call C-style functions is pretty much ...
    (comp.lang.cpp)