Buildprotokoll
  

------- Buildvorgang wurde gestartet: Projekt: httpPOST_Error, Konfiguration: Debug|Win32 -------

Befehlszeilen
  
Die temporäre Datei "d:\Src\Uni\Work\httpPOST_Error\Debug\RSP000034.rsp" wird erstellt. Inhalt:
[
/Od /I "Res\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WIN32_WINNT" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\stdafx.cpp
.\SpaSe_Client.cpp
.\SOAPClient.cpp
.\Controller.cpp
.\Connection.cpp
]Erstellen der Befehlszeile "cl.exe @d:\Src\Uni\Work\httpPOST_Error\Debug\RSP000034.rsp /nologo"Erstellen der Befehlszeile "rc.exe /fo"Debug/httpPOST_Error.res" .\httpPOST_Error.rc"Die temporäre Datei "d:\Src\Uni\Work\httpPOST_Error\Debug\RSP000035.rsp" wird erstellt. Inhalt:
[
/OUT:"Res\bin/httpPOST_Error_d.exe" /INCREMENTAL /NOLOGO /LIBPATH:"Res\Lib" /DEBUG /PDB:"Res\bin/httpPOST_Error.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 curlpp.lib libcurl.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
.\Debug\Connection.obj
.\Debug\Controller.obj
.\Debug\SOAPClient.obj
.\Debug\SpaSe_Client.obj
.\Debug\stdafx.obj
.\Debug\httpPOST_Error.res
]Erstellen der Befehlszeile "link.exe @d:\Src\Uni\Work\httpPOST_Error\Debug\RSP000035.rsp"
Ausgabefenster
  
Kompilieren...
stdafx.cpp
SpaSe_Client.cpp
d:\Src\Uni\Work\httpPOST_Error\Connection.h(151) : warning C4267: 'return': Konvertierung von 'size_t' nach 'int', Datenverlust möglich
d:\Src\Uni\Work\httpPOST_Error\Controller.h(154) : warning C4244: '=': Konvertierung von 'LRESULT' in 'int', möglicher Datenverlust
d:\Src\Uni\Work\httpPOST_Error\Controller.h(246) : warning C4244: 'return': Konvertierung von 'LRESULT' in 'int', möglicher Datenverlust
SOAPClient.cpp
d:\Src\Uni\Work\httpPOST_Error\Connection.h(151) : warning C4267: 'return': Konvertierung von 'size_t' nach 'int', Datenverlust möglich
Controller.cpp
d:\Src\Uni\Work\httpPOST_Error\Connection.h(151) : warning C4267: 'return': Konvertierung von 'size_t' nach 'int', Datenverlust möglich
d:\Src\Uni\Work\httpPOST_Error\Controller.h(154) : warning C4244: '=': Konvertierung von 'LRESULT' in 'int', möglicher Datenverlust
d:\Src\Uni\Work\httpPOST_Error\Controller.h(246) : warning C4244: 'return': Konvertierung von 'LRESULT' in 'int', möglicher Datenverlust
Connection.cpp
d:\Src\Uni\Work\httpPOST_Error\Connection.h(151) : warning C4267: 'return': Konvertierung von 'size_t' nach 'int', Datenverlust möglich
d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(243) : warning C4267: 'Argument': Konvertierung von 'size_t' nach 'cURLpp::Option::ParamType', Datenverlust möglich
        with
        [
            OptionType=long
        ]
d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(310) : warning C4267: 'return': Konvertierung von 'size_t' nach 'int', Datenverlust möglich
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=long
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=long
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(74): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=long,
            option=CURLOPT_TIMEOUT
        ]
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=std::string
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=std::string
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(83): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=std::string,
            option=CURLOPT_URL
        ]
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=bool
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=bool
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(89): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=bool,
            option=CURLOPT_VERBOSE
        ]
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=cURL::curl_write_callback 
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=cURL::curl_write_callback 
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(95): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=cURL::curl_write_callback,
            option=CURLOPT_WRITEFUNCTION
        ]
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=void *
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=void *
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(98): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=void *,
            option=CURLOPT_FILE
        ]
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=cURL::curl_debug_callback 
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=cURL::curl_debug_callback 
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(101): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=cURL::curl_debug_callback,
            option=CURLOPT_DEBUGFUNCTION
        ]
d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.inl(88) : warning C4541: 'dynamic_cast' für polymorphen Typ 'cURLpp::OptionBase' mit /GR- verwendet; unvorhersehbares Verhalten möglich
        c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xmemory(136): Bei der Kompilierung der Memberfunktion 'void cURLpp::Option::updateMeToOption(const cURLpp::OptionBase &)' der Klassenvorlage
        with
        [
            OptionType=std::list
        ]
        d:\Src\Uni\Work\httpPOST_Error\Res\include\curlpp\Option.hpp(136): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::Option'
        with
        [
            OptionType=std::list
        ]
        d:\Src\Uni\Work\httpPOST_Error\Connection.cpp(240): Siehe Verweis auf Instanziierung der kompilierten Klassenvorlage 'cURLpp::OptionTrait'
        with
        [
            OptionType=std::list,
            option=CURLOPT_HTTPHEADER
        ]
Code wird generiert...
Ressourcen werden kompiliert...
Verknüpfen...
LINK : LNK6004: Res\bin/httpPOST_Error_d.exe wurde nicht gefunden oder nicht durch den letzten inkrementellen Bindevorgang erstellt; Bindung erfolgt vollständig
LINK : warning LNK4098: Standardbibliothek 'MSVCRT' steht in Konflikt mit anderen Bibliotheken; /NODEFAULT:Bibliothek verwenden
Ergebnisse
  
Das Build-Protokoll wurde unter "file://d:\Src\Uni\Work\httpPOST_Error\Debug\BuildLog.htm" gespeichert.
httpPOST_Error - 0 Fehler, 18 Warnung(en)