Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
linking error while debugging c::b on windows.
sanjivg:
I guess, latest CVS sources too use libwxxrc.a
I can not access CVS due to some network settings.
Where can I download a latest CVS snapshot of c::b?
sanjivg:
I could successfully build the lates CVS snapshot on wxWidgets 2.6.1 on my windows xp box today.
The only change I required to make was to comment out wxDebugReport in app.cpp, as it was producing link errors.
void CodeBlocksApp::OnFatalException()
{
#if wxCHECK_VERSION(2,6,0)
#if 0
wxDebugReport report;
wxDebugReportPreviewStd preview;
report.AddAll();
if ( preview.Show(report) )
report.Process();
#endif
#else
wxMessageBox(_("Something has gone wrong inside " APP_NAME " and it "
"will terminate immediately.\n"
"We are sorry for the inconvenience..."));
#endif
}
I am now able to run it and debug it also.
Thanks everybody for help.
Sanjiv
Navigation
[0] Message Index
[*] Previous page
Go to full version