At 05:25 AM 4/6/2006 -0700, Milan Tomic wrote:
I would just like to pay your attention that resource file (Version.rc) in Xerces-C 2.5.0 version includes "afxres.h", which I belive belongs to MFC. I have converted project file for VC 7.1 using VC8 Express Edition and it complained about afxres.h. Version.rc file was generated by VC wizard.
Version 2.5 is an old version (Feb 2004) and it predates Visual Studio 2005; if you use the latest published version (2.7) it should work just fine (afxres.h has been replaced with winres.h in May 2005)
Alberto
Best regards, Milan --- Alberto Massari <[EMAIL PROTECTED]> wrote: > At 02:12 AM 4/6/2006 -0700, Milan Tomic wrote: > > >Is there any support planned for Visual C++ 2005 Express Edition > >(FREE) compiler? > > The code for the 3.0 release has the project files for Visual Studio > 2005; I guess the Express Edition will be able to open the same .sln > file, so give it a try (you will need to use a Subversion client to > get the sources from http://svn.apache.org/repos/asf/xerces/c/trunk) > > Alberto > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
