Dev.2012. 5. 7. 21:18

* calloc, malloc -> release : free( )로 할것!! delete로 하면 error!


* CRT Warning : deprecated

-> 전처리기>정의 : _CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE

 

*  Resource file ( *.rc )

-> 아래부분 주석처리

/*

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
#ifdef _WIN32
LANGUAGE 18, 1
#pragma code_page(949)
#endif //_WIN32
#include "res\\TestBedWin.rc2"  // non-Microsoft Visual C++ edited resources
#include "l.kor\\afxres.rc"   // Standard components
#endif

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

*/

 

* Debug Session:

 

 

Posted by GNUPart
Dev.2012. 5. 7. 10:19

 

 

 

Posted by GNUPart