TOpenCLPlatformList::SaveSourceFileToRC Method

void SaveSourceFileToRC(const DewString &ResFileName, const DewString &ResName, tStringList *SourceFiles);

Store a list of source files to the resource file and use ResName for identification.

#NameTypeDescription
1ResFileNameconst DewString &
2ResNameconst DewString &
3SourceFilestStringList *
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