TOpenCLPlatformList.SaveSourceCodeToRC Method

procedure SaveSourceCodeToRC(const ResFileName: string; const ResName: string; const SourceCode: TStringList);

Store a source code to the resource file and use ResName for identification.

#NameTypeDescription
1ResFileNamestring
2ResNamestring
3SourceCodeTStringList

Result: stored in self (calling object)

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.