Michael Stratmann wrote:
Hello,1>------ Build started: Project: docview, Configuration: Debug Win32 ------ 1>Compiling... 1>docviewref.cpp 1>..\..\..\..\modules\docview\src\docviewref.cpp(229) : error C2065: 'LmenuIdName' : undeclared identifier
At the top there is the include: #include <wx/xrc/xmlres.h> And in there you find #define XRCID(str_id) \ wxXmlResource::GetXRCID(wxT(str_id)) I don;t understand why it is giving you such an error. But you can try to paste in the above define by hand and look at the error. SO change: m_id = XRCID( menuIdName ); to: m_id = wxXmlResource::GetXRCID(wxT( menuIdName) ); What error do you get now? Is your wxUSE_XRC defined? Klaas -- Unclassified ------------------------------------------------------------------------------------------------------------ Disclaimer:If you are not the intended recipient of this email, please notify the sender and delete it. Any unauthorized copying, disclosure or distribution of this email or its attachment(s) is forbidden. Thales Nederland BV will not accept liability for any damage caused by this email or its attachment(s). Thales Nederland BV is seated in Hengelo and is registered at the Chamber of Commerce under number 06061578.
------------------------------------------------------------------------------------------------------------
<<attachment: db348.vcf>>
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf
_______________________________________________ Wxart2d-users_dev mailing list Wxart2d-users_dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev