src/wxvc.dsp
src/wxvc.dsw
-src/wxvc6.dsp
-src/wxvc6.dsw
src/wxvc_dll.dsp
src/wxvc_dll.dsw
(a missing bracket).
+- If there's a problem with the copy command in
+ src/msw/makefile.g95, you may need to change the relevant
+ section to the following:
+
+ COPY = command /c copy
+ $(COMMDIR)/y_tab.c: $(COMMDIR)/dosyacc.c
+ $(COPY) ..\\common\\dosyacc.c ..\\common\\y_tab.c
+
+ $(COMMDIR)/lex_yy.c: $(COMMDIR)/doslex.c
+ $(COPY) ..\\common\\doslex.c ..\\common\\lex_yy.c
+
References:
- The GNU-WIN32 site is at
layerNode = nextLayerNode;
}
m_noTabs = 0;
+ m_tabSelection = -1;
}
void wxTabView::SetTabSelection(int sel, bool activateTool)
{
+ if ( sel==m_tabSelection )
+ return;
+
int oldSel = m_tabSelection;
wxTabControl *control = FindTabControlForId(sel);
wxTabControl *oldControl = FindTabControlForId(m_tabSelection);
#endif // Unicode/Ansi
// set start of filenames list (null separated)
- wxChar *pbuf = (BYTE *)pDrop + sizeof(DROPFILES);
+ wxChar *pbuf = (wxChar*) ((BYTE *)pDrop + sizeof(DROPFILES));
size_t count = m_filenames.GetCount();
for (size_t i = 0; i < count; i++ )