Some links that were useful getting back into using Delphi with resource scripts and include files:
- delphi – Include file behave differently using RC.EXE or BRCC32.EXE to build *.rc files – Stack Overflow [WayBack]
- About Resource Files (Windows) [WayBack]
- #include (Windows) [WayBack]
- Preprocessor Operators (Windows) [WayBack]
- Pragma Directives (Windows) [WayBack]
- BRCC32.EXE, the Resource Compiler – RAD Studio [WayBack]
- null terminate your versioninfo strings [WayBack]
- resources – How to compile Delphi RES file from commandline – Stack Overflow [WayBack]
- Using resource files with Delphi – DelphiBasics [WayBack]
- delphi – Remove {$R *.res} in package.dpk file will remove the rccompile in .dproj file – Stack Overflow [WayBack]
- delphi – What Is a .vrc file, how is is generated and can you remove it using the IDE? – Stack Overflow [WayBack]
- TN035: Using Multiple Resource Files and Header Files with Visual C++ [WayBack]
- Resource Files (Visual Studio) [WayBack]
- Include resource files in your Delphi build process Ondrej Kelle – Google+ [WayBack]
- Sometimes a unit only includes a .res file but ships with a .rc file, then you need to run BRCC32 on it (either manually once of build a build script); example: One of my favorite features in the XE IDE is an add in, part of Version Insight, that does Live Blaming … – Nick Hodges – Google+ [WayBack]
Maybe I should have considered this alternative:
- twm’s homepage – dzPrepBuild for Delphi (English) [WayBack] -> sf.net dzPrepBuild for Delphi / Home / Home
–jeroen
Filed under: Delphi, Development, Software Development
