Steven Edwards wrote:
Hi, Using svn rev 19823 I cannot compile anything with msvc2k5. All source files give the errors like the following
Compiling... cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler appwiz.c
Are you using RTM? Or express edition?
c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(67) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(152) : warning C4244: '=' : conversion from 'LRESULT' to 'ULONG', possible loss of data
Normal 64-bit portability warnings. This code will break on ROS64.
c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(110) : warning C4100: 'lParam' : unreferenced formal parameter c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(187) : warning C4100: 'lParam' : unreferenced formal parameter c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(187) : warning C4100: 'wParam' : unreferenced formal parameter c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(187) : warning C4100: 'hwndDlg' : unreferenced formal parameter c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(243) : warning C4100: 'hwndCPl' : unreferenced formal parameter c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(275) : warning C4100: 'lpvReserved' : unreferenced formal parameter
/W4 pendantic warnings.
c:\source\clean\reactos\lib\cpl\appwiz\appwiz.c(286) : error C2857: '#include' statement specified with the /Ycstdafx.h command-line option was not found in the source file
Fixed in SVN.
Build log was saved at "file://c:\source\clean\reactos\lib\cpl\appwiz\Debug\BuildLog.htm" appwiz - 1 error(s), 9 warning(s)
-- Steven Edwards - ReactOS and Wine developer
"There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev