Re: Visual C++.Net: Cannot find 'stdlib.h'?
From: Pål Eilertsen (PlEilertsen_at_discussions.microsoft.com)
Date: 10/06/04
- Next message: nospam_at_cristalink.com: "Please vote: C++ compiler bug - destructor called twice"
- Previous message: josh: "Re: Ternary Search Trees"
- In reply to: Ronald Laeremans [MSFT]: "Re: Visual C++.Net: Cannot find 'stdlib.h'?"
- Next in thread: Tarek Madkour [MSFT]: "Re: Visual C++.Net: Cannot find 'stdlib.h'?"
- Reply: Tarek Madkour [MSFT]: "Re: Visual C++.Net: Cannot find 'stdlib.h'?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 5 Oct 2004 22:41:01 -0700
You know what... I have actually tried to reinstall twice, with no better
result. Isn't there soem variable that I can change?
And if I am to try and reinstall what prcautions do I need to take in order
to get it right? I also have VS 6.0 installed and C++ apps compile nicely
there.
Best regrads
Pål Eilertsen
"Ronald Laeremans [MSFT]" wrote:
> Hi,
>
> Your setup is broken. Can you try to reinstall? These paths are definitely
> on the standard paths on correct installs.
>
> Ronald Laeremans
> Visual C++ team
>
> "Pål Eilertsen" <PlEilertsen@discussions.microsoft.com> wrote in message
> news:F7831E83-FC83-45E1-962F-F221B6484004@microsoft.com...
> >I have actually been able to compile now but I had to manually include the
> > paths to the files under project properties and additional include and lib
> > paths. So for this project I now can compile. But I am left with having to
> > do
> > this every time and I don't want to do that. It must be some global
> > variables
> > that I can change? I also have problems using third party apps that need
> > the
> > compiler. I am i.e. trying to use CMake and get an error that kernel32.lib
> > cannot be found. I quess that this is due to the same error, and here
> > there
> > are no "additional include path" to adjust. So I am stuck.
> >
> > There must be someone that knows the answer to this!!
> >
> > Pål
> >
> > "Ioannis Vranos" wrote:
> >
> >> Peter van der Goes wrote:
> >>
> >> > Visual Studio .NET 2003 (C++) no longer supports many of the old .h
> >> > headers
> >> > (Visual Studio .NET 2002 did), instead supporting the "new" standard
> >> > headers
> >> > such as cstdlib. Try #include <cstdlib> in your code in place of
> >> > #include
> >> > <stdlib.h>.
> >> > Hope this helps.
> >>
> >>
> >> Actually, stdlib.h (and all C90 subset header files) are part of C++98,
> >> and stdlib.h compiles with VC++ 2003.
> >>
> >>
> >>
> >> --
> >> Ioannis Vranos
> >>
>
>
>
- Next message: nospam_at_cristalink.com: "Please vote: C++ compiler bug - destructor called twice"
- Previous message: josh: "Re: Ternary Search Trees"
- In reply to: Ronald Laeremans [MSFT]: "Re: Visual C++.Net: Cannot find 'stdlib.h'?"
- Next in thread: Tarek Madkour [MSFT]: "Re: Visual C++.Net: Cannot find 'stdlib.h'?"
- Reply: Tarek Madkour [MSFT]: "Re: Visual C++.Net: Cannot find 'stdlib.h'?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|