TF> I am having a problem with vc7 where it always rebuilds my resource file
TF> as long as that resource file includes wx.rc. If I comment out wx.rc,
TF> rebuilding only occurs when the file changes as it should. I know this
TF> has been posted before, but I was wondering if anyone has ever found a
TF> solution to the problem?
Search for aygshell.h in wx-dev archives.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-u...@lists.wxwidgets.org
For additional commands, e-mail: wx-use...@lists.wxwidgets.org
> I am having a problem with vc7 where it always rebuilds my
> resource file as long as that resource file includes wx.rc. If I comment
out wx.rc,
> rebuilding only occurs when the file changes as it should. I know this has
been posted before, but
> I was wondering if anyone has ever found a solution to the problem?
It took some tracking, but the info is available ... I don't have a direct
link for the wxWidgets page since they use frames
In the file:
wxWidgets\include\wx\msw\wx.rc
comment out the following lines after the:
#include <windows.h>
//ldawx260 #if defined(_WIN32_WCE)
//ldawx260 #include "wx/msw/wince/wince.rc"
//ldawx260 #endif
/////////////////////////////////////////////
Seems like you ought to be able to UNDEF _WIN32_WCE but I didn't try that.
This may also help:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q326946
Annoying when someone just writes back ... look in the archive. This one
wasn't easy to find.