Hi all, I'm new on this forum (really thx to Guenter for setting up an account for me).
I'm trying to compile Poco on Windows XP using VC++ Express Edition 2005 and MS Platform SDK.
I downloaded Poco-1.3.2 zip file, extract it in D: , downloaded VSExpress.zip, and extracted properly in poco-1.3.2 directory.
If I open Visual Studio command prompt and execute build_vs80.cmd, compilation fail because:
"devenv" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch.
(in english: "devenv" cannot be found ... )
So I opened the VC++ Express Solution file for Foundation module (shipped with VSExpress.zip), properly set Platform SDK location and start a build.
Compiler couldn't find 4 files:
...
1>Generating Code...
1>Compiling...
1>get.c
1>c1 : fatal error C1083: Cannot open source file: '.srcget.c': No such file or directory
1>maketables.c
1>c1 : fatal error C1083: Cannot open source file: '.srcmaketables.c': No such file or directory
1>pcre.c
1>c1 : fatal error C1083: Cannot open source file: '.srcpcre.c': No such file or directory
1>study.c
1>c1 : fatal error C1083: Cannot open source file: '.srcstudy.c': No such file or directory
...
I have no clues about them... someone has some?
Thanks for help and sorry for my poor English.
Dario





