You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2004/12/07 16:39:13 UTC

[jira] Resolved: (XERCESC-332) Insert a define to create a Win32 static lib

     [ 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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org