[ANN] Custom Resource Builder is available for download!

From: Andrea Raimondi (rainaple_at_tin.it)
Date: 07/23/04


Date: Fri, 23 Jul 2004 22:28:39 +0200

Hello Peers,

Here's another smallie freeware! ^_^

Custom Resource Builder is an utility( or inutility? <g> ) to
help building custom resources RES files.

FEATURES:

- Ability to generate RC files and compile them using Brcc32
- Should work with any Delphi versions ( not tested tho )
- RC file is left in destination folder for check-in to VCS.
- Small surprise for who uses it :-) Be sure to check it entirely

LIMITATIONS:
- GUI is awful as usual :-)
- Can't handle spaces inside folder/file names. Probably a Win2K
   issue tho.
- No source code.

Feel free to report any bug/problem/suggestion/etc to my email
address, which is valid.

The code used to automatically find Brcc32 is based on
registry, specifically the key:

HKEY_CURRENT_USER\Software\Borland\Delphi\6.0,
value "App". In case this should be different for other
versions, please point me to the correct one so that I can fix it.

Anyway, even in case CRB can't find the compiler, the RC
file is generated BEFORE the detection even starts.
Thus you already have an .RC file and shall only compile it.
The hard work is already done anyways.

I hope you enjoy this small app( and donate something :-) )!

Hey!

I was forgetting the link( silly me! ):

http://cc.borland.com/ccweb.exe/listing?id=21990

Cheers,

Andrew



Relevant Pages

  • DLL vs Dynamic Compile
    ... This App is still under development. ... All source code stored in the database will be of Type Form and all ... Once I compile the code I store it on ... the local machine as a DLL. ...
    (microsoft.public.dotnet.languages.csharp)
  • DLL vs Dynamic Code
    ... This App is still under development. ... All source code stored in the database will be of Type Form and all ... Once I compile the code I store it on ... the local machine as a DLL. ...
    (microsoft.public.dotnet.general)
  • Re: DLL vs Dynamic Compile
    ... This App is still under development. ... >> App to pull C# source code from a database and dynamically compile it at ... Once I compile the code I store it ... >> the local machine as a DLL. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: DLL vs Dynamic Compile
    ... This App is still under development. ... > App to pull C# source code from a database and dynamically compile it at ... Once I compile the code I store it ... > the local machine as a DLL. ...
    (microsoft.public.dotnet.languages.csharp)
  • Custom resource type
    ... I use a custom resource ' MYRES MYTYPE "myres.file" ' in rc file and compile ... them into res file and include it in my project. ...
    (borland.public.delphi.nativeapi)