[GME-commit] GMESRC/SDK/BON/tools/ComponentConfig
InterpreterConfigDlg.cpp,1.16,1.17
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Oct 12 15:38:12 CDT 2006
Update of /project/gme-repository/GMESRC/SDK/BON/tools/ComponentConfig
In directory escher:/tmp/cvs-serv28969
Modified Files:
InterpreterConfigDlg.cpp
Log Message:
If rename failes we give some hints about possible reasons.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: InterpreterConfigDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/SDK/BON/tools/ComponentConfig/InterpreterConfigDlg.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** InterpreterConfigDlg.cpp 2 Feb 2005 00:29:01 -0000 1.16
--- InterpreterConfigDlg.cpp 12 Oct 2006 14:38:10 -0000 1.17
***************
*** 496,499 ****
--- 496,505 ----
}
+ catch( const char *)
+ {
+ AfxMessageBox( "VCProject setup failed. Check if you have VS 2003 installed.\
+ \nNOTE: VS 2005 users download new version of CreateNewComponent from \
+ \nhttp://escher.isis.vanderbilt.edu/JIRA/browse/GME-137");
+ }
catch(...)
{
More information about the GME-commit
mailing list