[Amis-vcs] SF.net SVN: amis: [2418] branches/amis3/AmisGuiMFC2/src/gui
Brought to you by:
julienq,
marisademeglio
From: <dan...@us...> - 2008-03-17 20:50:45
|
Revision: 2418 http://amis.svn.sourceforge.net/amis/?rev=2418&view=rev Author: daniel_weck Date: 2008-03-17 13:50:49 -0700 (Mon, 17 Mar 2008) Log Message: ----------- - added text-field support for self-voicing in SearchForBooksDialog - restored vld.h ... I am hoping to find where the first-chance exception comes from (0xC0000005: Access violation reading location) Modified Paths: -------------- branches/amis3/AmisGuiMFC2/src/gui/AmisApp.cpp branches/amis3/AmisGuiMFC2/src/gui/dialogs/SearchForBooksDialog.cpp Modified: branches/amis3/AmisGuiMFC2/src/gui/AmisApp.cpp =================================================================== --- branches/amis3/AmisGuiMFC2/src/gui/AmisApp.cpp 2008-03-17 20:39:20 UTC (rev 2417) +++ branches/amis3/AmisGuiMFC2/src/gui/AmisApp.cpp 2008-03-17 20:50:49 UTC (rev 2418) @@ -72,7 +72,7 @@ #if _DEBUG //get Visual Leak Detector version 1.0 here: http://dmoulding.googlepages.com/downloads -//#include <vld.h> +#include <vld.h> #endif using namespace amis::gui; Modified: branches/amis3/AmisGuiMFC2/src/gui/dialogs/SearchForBooksDialog.cpp =================================================================== --- branches/amis3/AmisGuiMFC2/src/gui/dialogs/SearchForBooksDialog.cpp 2008-03-17 20:39:20 UTC (rev 2417) +++ branches/amis3/AmisGuiMFC2/src/gui/dialogs/SearchForBooksDialog.cpp 2008-03-17 20:50:49 UTC (rev 2418) @@ -270,5 +270,5 @@ } } } - return AmisDialogBase::PreTranslateMessage(pMsg); + return AmisDialogBase::PreTranslateMessageTextField(pMsg ,IDC_SEARCHPATH); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |