From: Angelo M. <ama...@gm...> - 2007-09-23 14:24:50
|
Hello Christian, The wxHTTPBuilder is a set of classes that extend/assist the wxHTTP class. It adds the ability to quickly build the HTTP GET/POST data for the HTTP request and includes other helpful dialog classes for basic authentication and proxy settings. wxHTTPBuilder is not part of the official wxWidgets repository. It is part of the official wxCode repository. You can either export or check out the project with SVN: https://wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode/components/h= ttpengine/ Thanks, Angelo On 9/23/07, Christian Buhtz <ex...@gm...> wrote: > > I get the current webupdater source from SVN and try to compile it with > MSVC60 (target is: "Win32 DLL Unicode Debug Monolithic"). My wx is from > SVN. > > That is my buildlog > Kompilierung l=E4uft... > webapp.cpp > D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error > C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No > such file or directory > webupdatedlg.cpp > D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.h(27) : fatal error > C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No > such file or directory > webupdate.cpp > D:\Garage\projekte\WebUpdate\SVN\src\webupdate.cpp(40) : fatal error > C1083: Include-Datei kann nicht geoeffnet werden: 'wx/httpbuilder.h': No > such file or directory > Generieren von Code... > Fehler beim Ausf=FChren von cl.exe. > webupdater.exe - 3 Fehler, 0 Warnung(en) > > What is httpbuilder? It is not in the official wxWidgets repository. And > why does webupdater need wxUSE_HTTPENGINE? > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |