Internal Complier Error in VC++ 1.52

Tech-Archive recommends: Fix windows errors by optimizing your registry



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

  • Internal Complier Error in Visual C++ 1.52
    ... working on an existing code base where the no of lines is around 100,000, ... spread across different header and cpp files. ... implementation in the .cpp file i am getting an error as given below ...
    (microsoft.public.dotnet.languages.vc)
  • Re: should I write code in ( *.h && *.cpp ) || only *.h
    ... I wasnt doing it for fun, its just that its my first time working on a c++ ... You can't compile a header file. ... assume you have exactly one .cpp file for your whole program. ... The separation of .h and .cpp files isn't just for fun. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Nested Forward Reference (.h)
    ... > "John Carson" wrote in message ... >>> I have a set of nested classes, to which I wish to keep a forward ... >>> reference as not to include the other header file. ... History header in the .cpp file. ...
    (microsoft.public.vc.language)
  • Re: Templates with static member in header file
    ... > This will work ok if done within a single .cpp file. ... > useful such a class should be put in a header file. ... There is only a _template_ of it. ... the compiler is responsible of _merging_ all the instantiations into one ...
    (comp.lang.cpp)
  • Re: Function in header file - newbie VC++/CLI
    ... a header file to declare a class and its members ... and a corresponding cpp file to define them. ... I know your way to construct header. ...
    (microsoft.public.vc.language)