I got webupdater from current SVN.
I got wxWidgets from current SVN.

I am not able to build webupdater as "Win32 DLL Unicode Debug 
Monolithic". There are errors like this (21 errors, 166 warnings):
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : warning 
C4273: 'public: static class wxClassInfo 
wxWebUpdateAdvPanel::ms_classInfo' : Inkonsistente DLL-Bindung. 
dllexport angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : error C2491: 
'wxWebUpdateAdvPanel::ms_classInfo' : Definition von Statisches 
Datenelement fuer dllimport nicht erlaubt
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(55) : warning 
C4273: 'GetClassInfo' : Inkonsistente DLL-Bindung. dllexport angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(56) : warning 
C4273: 'public: static class wxClassInfo wxWebUpdateDlg::ms_classInfo' : 
Inkonsistente DLL-Bindung. dllexport angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(56) : error C2491: 
'wxWebUpdateDlg::ms_classInfo' : Definition von Statisches Datenelement 
fuer dllimport nicht erlaubt
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(56) : warning 
C4273: 'GetClassInfo' : Inkonsistente DLL-Bindung. dllexport angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(57) : warning 
C4273: 'public: static class wxClassInfo 
wxWebUpdateAboutDlg::ms_classInfo' : Inkonsistente DLL-Bindung. 
dllexport angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(57) : error C2491: 
'wxWebUpdateAboutDlg::ms_classInfo' : Definition von Statisches 
Datenelement fuer dllimport nicht erlaubt
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(57) : warning 
C4273: 'GetClassInfo' : Inkonsistente DLL-Bindung. dllexport angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(59) : warning 
C4273: 'protected: static struct wxEventTable const 
wxWebUpdateDlg::sm_eventTable' : Inkonsistente DLL-Bindung. dllexport 
angenommen.
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(59) : error C2491: 
'wxWebUpdateDlg::sm_eventTable' : Definition von Statisches Datenelement 
fuer dllimport nicht erlaubt
D:\Garage\projekte\WebUpdate\SVN\app\webupdatedlg.cpp(59) : warning 
C4273: 'GetEventTable' : Inkonsistente DLL-Bindung. dllexport angenommen.
... and a lot of more ...

I build my wx as with #define wxUSE_EXTENDED_RTTI 1.

I am not able to build "Win32 Static Unicode Debug Monolithic" because 
of this error:
LINK : fatal error LNK1104: Datei 
"..\lib\vc_lib\wxcode_msw28ud_webupdate.lib" kann nicht geoeffnet werden

There is no doc about it. What is it?


-------------------------------------------------------------------------
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
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to