void SaveSourceFileToRes(const DewString &ResFileName, unsigned short ResID, tStringList *SourceFiles);
Store a list of source files to the resource file and use ResID for identification.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ResFileName | const DewString & | |
| 2 | ResID | unsigned short | |
| 3 | SourceFiles | tStringList * |
Remarks:
Once the files are stored in the .res file, you can embedd the resource in to your application by adding {$R ResFileName} to your source file. The source files are automatically encrypted.
Declared in Dew::Math::TOpenCLPlatformList · Dew.Math/clMtxVec.h · Cross-compiler