Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: wx.rc always rebuilds in vc7

3 views
Skip to first unread message

Vadim Zeitlin

unread,
Apr 1, 2005, 6:41:43 PM4/1/05
to
On Fri, 1 Apr 2005 15:20:13 -0800 Terry Farnham <tj...@comcast.net> wrote:

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

l_d_allan

unread,
Apr 30, 2005, 5:27:02 PM4/30/05
to
Terry Farnham <tjrt <at> comcast.net> writes:

> 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.

0 new messages