Skip to content

Latest commit

 

History

History
 
 

ResourceCompilerPC

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
========================================================================
    DYNAMIC LINK LIBRARY : ResourceCompilerPC Project Overview
========================================================================

AppWizard has created this ResourceCompilerPC DLL for you.  
This file contains a summary of what you will find in each of the files that
make up your ResourceCompilerPC application.


ResourceCompilerPC.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

ResourceCompilerPC.cpp
    This is the main DLL source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named ResourceCompilerPC.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

This is a resource compiler DLL, which contains the Convertors for PC platform.
All the shared code (like CGF loading/processing, that is the same for all platforms)
must reside in the resource compiler exe. All platform-specific code must be here.


AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////