This expert makes available the BRCC32 resource script compiler from within the Delphi IDE. The Delphi Editor is used to enter the input resource scripts to make the .RC file, the compiler is run from within the IDE. The compiler can be called to make both 32 bit and 16 bit resource files, although this code has only been written for 32 bit Delphi and win32 api. The expert adds: a "New Resource" menu item to the IDE File menu a "Resource File" icon to the new item dialog a "Compile Resource" command, "Resource Options" dialog and a series of resource types to the IDE Project menu. Each resource file will have its own option file as well (.ROF). Options you set can be made default and are saved to the registry. More or less all of the BRCC32 command line features can be used by appropriate settings in the Options menu. You need a manual for BRCC32 to understand how to write .RC files and what the various BRCC32 command line options are for. The expert predeclares #defines of R16 and R32 when compiling 16 and 32 bit resources respectively. The only manual I have is for BRCC which is in the 16 bit resource workshop help file.
File List:
RCEXPT.DFM
2Kb
RCEXPT.PAS
30Kb
RCEXPT1.DFM
1Kb
RCEXPT1.PAS
1Kb
RCEXPT2.DFM
2Kb
RCEXPT2.PAS
1Kb
TEST1.RC
298b
TEST1.ROF
112b
Similar code
JEL, A Scripting Language
(Popularity: ) : JEL (Justin's Elite Language) This is a scripting language written in delphi. With this you can parse full equations with function calls, variables, etc. Scripts are useful for extending your programs capabilities with user programming for those complicated settings. enjoy ... TProcessorClockTimer
(Popularity: ) : Delphi component for benchmarking, speed testing It is written in Delphi 6 and tested on Win2k TAR
(Popularity: ) : Ability to create TAR + bZip2 archives... Almost Home
(Popularity: ) : The purpose of this code is to provide 'Almost Home' functionality to the Delphi IDE. What this means is that you can press the 'Home' key and the cursor will move to the beggining of the text (not the beggining ...