Bugs item #3577941, was opened at 2012-10-17 17:33 Message generated for change (Tracker Item Submitted) made by dustb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=3577941&group_id=51305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Subversion TRUNK Status: Open Resolution: None Priority: 5 Private: No Submitted By: DustinB (dustb) Assigned to: Nobody/Anonymous (nobody) Summary: wxsqlite3: assert identifier not found Initial Comment: Minor problem, but, in the "wxSQLite3Transaction(...)" function there is a "assert(db != NULL);". When building the the library for wxWinCE it cannot find this function. I'm assuming wxWinCE doesn't explicitly bring in <assert.h> while wxMSW does when you innclude <wx/wx.h>. Solutions: 1> Include "#include <assert.h>" before the function. or 2> Why not use wxASSERT(...) instead? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=3577941&group_id=51305 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users