Re: Internal Complier Error in Visual C++ 1.52
- From: "Antti Keskinen" <antti.keskinen@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 6 May 2005 13:50:25 +0300
Hi !
You're using a very old version of both the IDE and the compiler. Older
Microsoft C++ compilers have bugs, so I suggest on upgrading your IDE and
software as quickly as possible.
-Antti Keskinen
"Sen" <Sen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D5A8F270-303D-4EAE-8F3D-2A880EE059C6@xxxxxxxxxxxxxxxx
> 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.
.
- Follow-Ups:
- Re: Internal Complier Error in Visual C++ 1.52
- From: John Gabriel
- Re: Internal Complier Error in Visual C++ 1.52
- References:
- Prev by Date: Re: c2491 error
- Next by Date: Re: Dynamically load assembly
- Previous by thread: Internal Complier Error in Visual C++ 1.52
- Next by thread: Re: Internal Complier Error in Visual C++ 1.52
- Index(es):
Relevant Pages
|