The win32 platform Xerces-C++ 2.5 source has been ported to MinGW using gcc v3.3.1. The binary is being distributed as a DevPak for use with http://www.bloodshed.net 's Dev-C++ IDE version 4.9.8.x. It is available for download at:
http://the-agency.sourceforge.net/xoops/modules/mydownloads/visit.php?cid=5&lid=2 The source code with the modifications, but without the Dev-C++ project files, is available at: http://the-agency.sourceforge.net/xoops/modules/mydownloads/visit.php?cid=6&lid=1 To use the xerces-c 2.5.0 devpak with Dev-C++, you will also need to download an update to the dllwrap.exe tool, which is known as "newdllwrap.exe" newdllwrap is available for download at: http://the-agency.sourceforge.net/xoops/modules/mydownloads/visit.php?cid=7&lid=21 To install newdllwrap, simply extract it to you version of mingw bin directory, then change dllwrap.exe to newdllwrap.exe in Dev-C++ compiler options. When building applications utilizing this devpak, you will need to pass: -Wl,--enable-runtime-pseudo-reloc As the LAST flag passed to the linker of your project. The binaries have been optimized for pentium 4 processors. It is important not to pass the -ansi and the -finline-functions flags to the compiler, do so will present difficulties in both building and running your application. Here is the set of suggested compiler flags: -D__GNUWIN32__ -mcpu=pentium4 -fexpensive-optimizations -O3 -DNDEBUG -DPLATFORM_WIN32 -D_CRTDBG_MAP_ALLOC -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS -DXML_SINGLEDLL -DWIN32 -D_WINDOWS -DXML_USE_WIN32_TRANSCODER -DXML_USE_WIN32_MSGLOADER -DXML_USE_NETACCESSOR_WINSOCK -fpermissive -w If you have any questions, or wish to report a bug related to this devpak, then direct such a comment to: http://the-agency.sourceforge.net/xoops/modules/newbb/ Thank you for time, Marlon Hanks Project Manager/Developer The Agency Project = http://the-agency.sourceforge.net/xoops __________________________________________________________________ Switch to the New Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
