Description |
XResourceLibrary |
XProcess * theOwner | A pointer to the owning process. Every resource which is build from the library will be owned by this process |
char * thePath | path of the library without extension ".DLL". If the path is empty, a resource library will be created with the resources which are linked to the exe-file. If the file cannot be found an error ocures. Default is NULL. |
Constructs a resource library.
If the method fails an exception of the type XException is thrown.
~XResourceLibrary |
Destructs a resource library.
LoadString |
XString * string variable which will get the string
ULONG theResourceID the ID of the string
Loads a string out of the library.
If the method fails an exception of the type XException is thrown.