[GME-commit] GMESRC/SDK/BON/tools/CreateNewComponent CreateNewComponent.cpp, 1.4, 1.5
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Wed Oct 31 10:39:15 CDT 2007
Update of /project/gme-repository/GMESRC/SDK/BON/tools/CreateNewComponent
In directory escher:/tmp/cvs-serv26300
Modified Files:
CreateNewComponent.cpp
Log Message:
VC6 comment obsolete.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: CreateNewComponent.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/SDK/BON/tools/CreateNewComponent/CreateNewComponent.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CreateNewComponent.cpp 7 Nov 2005 19:03:27 -0000 1.4
--- CreateNewComponent.cpp 31 Oct 2007 15:39:12 -0000 1.5
***************
*** 120,125 ****
if(!hres || !(lr = LockResource(hres))) AfxMessageBox("Cannot load zipfile resource");
! if ( dlg.m_radio == 3 )
! AfxMessageBox( "Do not forget to set the directory of 3Party STL library if you use VC6!\nVC7 users never mind." );
char memfilnam[40];
--- 120,126 ----
if(!hres || !(lr = LockResource(hres))) AfxMessageBox("Cannot load zipfile resource");
! // VC6 is gone, now we support only VC7 and greater
! //if ( dlg.m_radio == 3 )
! // AfxMessageBox( "Do not forget to set the directory of 3Party STL library if you use VC6!\nVC7 users never mind." );
char memfilnam[40];
More information about the GME-commit
mailing list