Home > Archive > Smartphone Developer Forum > January 2006 > Compiling old sample on PPC/SP under eVC4
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Compiling old sample on PPC/SP under eVC4
|
|
|
| Hi,
Newbie type question.
I have tried to compile a few samples I have found, eg microsofts
TripPlanner demo
http://msdn.microsoft.com/library/e...oad07252001.asp
However when I load the project under eVC4 often I have only access to the
"STANDARDSDK" configuration whereas when I create my own project using the
wizard STANDARDSDK,POCKETPC 2003 and SMARTPHONE 2003 are valid options.
As a result when I try to compile I get the error.
newres.h(32) : fatal error RC1015: cannot open include file 'winver.h'.
Would someone tell me how I can alter the project configuration to make
POCKETPC 2003 and SMATPHONE 2003 valid options so that I can (hopefully)
build successfully?
Thanks
| |
| Alex Feinman [MVP] 2006-01-26, 7:06 pm |
| Why don't you create a new project and import files into it?
"Fred" <not@home.com> wrote in message
news:IKednZunhoBVZEXeRVnytg@pipex.net...
> Hi,
>
> Newbie type question.
>
> I have tried to compile a few samples I have found, eg microsofts
> TripPlanner demo
>
> http://msdn.microsoft.com/library/e...oad07252001.asp
>
> However when I load the project under eVC4 often I have only access to the
> "STANDARDSDK" configuration whereas when I create my own project using the
> wizard STANDARDSDK,POCKETPC 2003 and SMARTPHONE 2003 are valid options.
>
> As a result when I try to compile I get the error.
>
> newres.h(32) : fatal error RC1015: cannot open include file 'winver.h'.
>
> Would someone tell me how I can alter the project configuration to make
> POCKETPC 2003 and SMATPHONE 2003 valid options so that I can (hopefully)
> build successfully?
>
> Thanks
>
>
|
|
|
|
|