[ http://nagoya.apache.org/jira/browse/XERCESC-332?page=history ]
     
Alberto Massari resolved XERCESC-332:
-------------------------------------

     Assign To:     (was: Xerces-C Developers Mailing List)
    Resolution: Fixed

The VC7.1 (Visual Studio .NET 2003) project file now has a configuration to 
build a static library.

Alberto

> Insert a define to create a Win32 static lib
> --------------------------------------------
>
>          Key: XERCESC-332
>          URL: http://nagoya.apache.org/jira/browse/XERCESC-332
>      Project: Xerces-C++
>         Type: Bug
>   Components: Build
>     Versions: 1.6.0
>  Environment: Operating System: Windows NT/2K
> Platform: PC
>     Reporter: thomas.rothfuss

>
> We want to create Xerces as a static lib for Windows. Therefore the 
> additional define in 
> "VCPPDefs.hpp" "XERCES_HAS_LIB" is necessary:
> #ifdef XERCES_HAS_LIB
>       #define 
> PLATFORM_EXPORT
>       #define PLATFORM_IMPORT
> #else
>       #define PLATFORM_EXPORT     
> __declspec(dllexport)
>       #define PLATFORM_IMPORT     
> __declspec(dllimport)
> #endif
> We also have the corresponding project file (VC++ 
> ".dsp"-file). We can supply it to you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to