Copy Link
Add to Bookmark
Report
GP32 free application project structure recommended by Gamepark
if you unzip GP32 SDK, there will be sample project files in work/project/template. i'll show you the structures based on them. (the name template may be considered as your own project name.)
- work/project/template/ads : ADS project file
- template.mcp
- work/project/template/common : common source files. i.e, source file (*.c) and header files(*.h) related to your applicatrion may be located.
- gpmain.c
- gpmain.h
- work/project/template/gp : SDT project file
- template.apj
- work/project/template/win32 : project file for Visual C++
- template.dsw
- template.dsp
- template.rc
- resource.h
- resources/gpskin.bmp
- resources/gpicond.bmp
- resources/gpiconr.bmp