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 bu...@apache.org on 2001/06/25 13:09:29 UTC

[Bug 2305] New: - Include to BinHTTPURLInputStream.cpp

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2305

*** shadow/2305	Mon Jun 25 04:09:29 2001
--- shadow/2305.tmp.23150	Mon Jun 25 04:09:29 2001
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | Include <stdlib.h> to BinHTTPURLInputStream.cpp                            |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2305                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: PeterV@ti.com.od.ua                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Error during compile (MSVC5)
+ 
+ BinHTTPURLInputStream.cpp
+ ..\xerces\src\util\NetAccessors\WinSock\BinHTTPURLInputStream.cpp(349) : error 
+ C2065: '_itoa' :
+ undeclared identifier
+ ..\xerces\src\util\NetAccessors\WinSock\BinHTTPURLInputStream.cpp(413) : error 
+ C2065: 'atoi' : u
+ ndeclared identifier
+ 
+ Resolution: Add #include <stdlib.h> to the BinHTTPURLInputStream.cpp file.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org