Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
//First of all, please read carefully:
//
//1. Please include Defines.h to first line of *.CPP
//2. If you use C++ STL please include at Defines.h following instruction in there
//3. Use LOGI("Message") to show log if need instead of printf or std::cout
//4. Use SAFE_DEL, SAFE_DEL_ARRAY macro to release all dynamic allocate memory
//5. Use new operator to dynamic allocate memory instead malloc, alloc
//6. Use LoadTGA( const char * szFileName, int * width, int * height, int * bpp ) to load TGA image to buffer
//7. To debug memory leak. Fress F5 to run application
!!!! Important: Remove me without content, or change extension to .txt to build project