July 2, 2008
Including (Linking/Embeding) Resources to Executables With the Borland’s Resource Compiler we have created the AboutDelphi.res resource file. The next step is to add the following compiler directive to a unit in your project, immediately after the form directive (below the implementation key word).
Read the full article →
July 2, 2008
hi all delphi readers, Games and other types of applications which use multimedia files like sounds and animations must either distribute the extra multimedia files along with the application or embed the files within the executable. Rather than distribute separate files for your application’s use, you can add the raw data to your application as [...]
Read the full article →