|
Resource Builder 1.0 Update Pack1
SiComponents is proud to announce the release of Resource Builder 1.0 Update
Pack 1.
That was long waited since Borland Resource WorkShop 4.5 is happened.
Now you have complete powerful tool for visual building RC scripts and
resource files for your applications.
Update pack 1 new features:
Command line and console compiler
Resource Builder allows to use command line interface to compiling,
syntax checking and extracting resources.
Drag-and-Drop and Windows clipboard support
Resource Builder now can accept files dragged from Windows explorer.
Also included support for drag-and-drop operations between two or more
copies of Resource Builder. You can visually build new resource projects
from resources placed in old resource scripts. For performing drag-and-drop
for resources just select resource item in resource tree and holding mouse
button down drag it to another instance of Resource Builder where mouse
cursor will change on accept shape. Clipboard Cut-Copy-Paste operations are
supported too.
Updating resources in executable modules
Now you can update resources in already compiled executable modules
such as applications or dynamic link libraries.
DFM (Delphi's forms) resources support
Now you can view and edit Delphi's and C++ Builder's forms in simple text format. Delphi's PackageInfo resource is supported too.
Merging RC scripts
Now Resource Builder allows inserting all resources from stored RC
scripts. So you can build new scripts using stored files.
Saving selected resources to file
Now you can save any resource item placed in your RC script to file.
Compiler improved.
The resource compiler included in Resource Builder is improved now for better performance and compile speed.
Image Editor new features.
Below are new features added to Resource Builder's Image Editor:
Lasso tool included. Now you can manipulate free style border regions of image.
Zoom tool included. Now you can to zoom image in selected points.
Load from file functionality. Now you can load your graphic
resources in Image Editor from bitmap files. It allows you to build Icons and Cursor based on images stored in bitmap file format.
Insert from file functionality. Now you can merge several graphic files into
one.
Related Discussions - ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- HOW TO CALL A FUNC IN A DLL WRITTEN BY DELPHI IN VC6.0? (2001-01-11 06:36:48)Mr williamda:
Thank you.I am sorry I can not accept your answer.I specify the "stdcall" for my function and I don't use 'string' type.
I can...
- EXES CONTAINING MORE THAN ONE ICON RESOURCE ... (2001-01-05 09:25:58)Just draw your icons with the Borland Image Editor (Delivered with Delphi). It allows to save different icons in one ico file as well.
- STORED MIDI (2001-01-06 22:16:21)I have not found any way of doing it within an .EXE. The easiest way is to find the temp directory, save it as a file, and play it. Then delete...
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- HOW SETTING AND GETTING PLAYBACK RATE CAN BE PERFORM ON WAVE FILES? (2001-01-09 03:35:36)This link describes some API routines dealing Wave files.
At the end of the article is the E-Mail address of the author.
Perhaps he will be...
- HOW TO KEEP SPLASH SCREEN SHOWN AFTER APPLICATION.RUN (2001-01-10 07:08:08)Hi,
Try this:
with Form1 do
SetWindowPos(Handle, HWND_TOPMOST, Left, Top, Width, Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
This...
- HEEELP!.. MY DELPHI4 CRASHES WITH MS NETMEETING... (2001-01-11 11:22:12)I am sorry to say, but I have not seen anyone with a solution to this except to upgrade to Delphi 5.
- YOUR FAVORITE BDE ALTERNATIVE? (2001-01-13 10:44:19)I joined the company I am currently working for three years ago. MsAccess databases were managed with the BDE. Since we ship our application to...
|