Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cResourceBase.h File Reference
#include "cMime.h"
#include "cFilePath.h"

Go to the source code of this file.

Classes

interface  Gray::IResourceLoader
 
class  Gray::cResourceBase
 

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Typedefs

typedef WORD Gray::RESOURCEID_t
 A resource in .RC attached to a file/module. like MAKEINTRESOURCE(). https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-makeintresourcea. More...
 

Detailed Description

Abstraction to load resources from windows resource modules, directories or Zip files.