void SaveSourceCodeToRC(const DewString &ResFileName, const DewString &ResName, tStringList *SourceCode);
Store a source code to the resource file and use ResName for identification.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ResFileName | const DewString & | |
| 2 | ResName | const DewString & | |
| 3 | SourceCode | 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 code is automatically encrypted.
Declared in Dew::Math::TOpenCLPlatformList · Dew.Math/clMtxVec.h · Cross-compiler