Re: eVC++ 4.0 SP4, Cannot build anything. Please help
- From: Kerstin Pirrung <pirrung@xxxxxxxxx>
- Date: Tue, 04 Apr 2006 02:34:16 -0700
Hi!
Now this looks interesting...
I only ran across a similar problem once in my life - and the solution
was that the INCLUDEDIRS list was too long, longer than 512 Bytes. So I
had to weed out the path list somewhat.
On older systems, a similar behaviour could be found if someone did edit
the environmentals manually and did not take care of whitespace, but if
you install everything with the proper tools, that should never happen.
Can you export a makefile and have a direct look at it? That would tell
most clearly where your compiler is searching for the includes.
Greetings,
Kerstin
=?Utf-8?B?Sm9uYXRoYW4gS2luZw==?=
<JonathanKing@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
news:D95C8FC5-BD55-4C29-B051-1EA4BDBFC86E@xxxxxxxxxxxxx:
I am creating a new Pocket PC 2003 application, building for WCE ARMV4
and WCE emulator. The I select typical hellow world application or a
simple WinCE application. Either one gives me the same error. I just
tried with a smartphone project same thing.
I just went to "Tools->Options->Directories". Under the Pocket PC 2003
platform, there are three entries:
C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Include\emulator C:\Program Files\Windows CE Tools\wce420\POCKET
PC 2003\mfc\include C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\atl\include Winver.h is in the first directory, so why wont it
open? If I move winver.h to the project directory, then I get another
error that it cannot find aygshell.h. If I copy that to the project
folder, I get another error, and on and on. It really does sound like
an include problem, but the directory is there.
Another thing, if in the workspace viewer, I click the resources tab
and try to expand the resources folder, I get the same thing. Error
RC1015 cannot open winver.h. What is wrong?
"Kerstin Pirrung" wrote:
Hi!
Basically it looks like your "Include Directories" list is
incomplete. One of the drawbacks of eVC is that it does not set those
lists all that intelligently (one of the drawbacks of VS 2005 is that
it won't tell me voluntarily how and why it set said lists) - so just
try and check "Tools-> Options->Directories" as well as yur
INCLUDEDIRS.
Greetings,
Kerstin
=?Utf-8?B?Sm9uYXRoYW4gS2luZw==?=
<JonathanKing@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
news:A613317B-4252-4B77-8A62-9B5E59B866AB@xxxxxxxxxxxxx:
Ok, a google search pulls up nothing. Basically, I just installed
eVC++ 4.0, the PPC 2003 sdk, and SP4. Cannot get anything to build.
If I create a new PPC 2003 simple CE app or hello world app then
attempt to build, it will not work. I get the following error:
Compiling resources...
C:\Documents and Settings\Paul King\My
Documents\Dev\HelloWorld\newres.h(32)
: fatal error RC1015: cannot open include file 'winver.h'.
Error executing rc.exe.
A google search pulls up many people asking this question, but no
solutions. Can somebody please help?
.
- References:
- Re: eVC++ 4.0 SP4, Cannot build anything. Please help
- From: Kerstin Pirrung
- Re: eVC++ 4.0 SP4, Cannot build anything. Please help
- Prev by Date: Re: Remote Debugging with eVC4 has stopped working :-|
- Next by Date: How can i delete Infrared item from beam menu?
- Previous by thread: Re: eVC++ 4.0 SP4, Cannot build anything. Please help
- Next by thread: Re: eVC++ 4.0 SP4, Cannot build anything. Please help
- Index(es):
Relevant Pages
|