|
Resource Tuner 1.90 is now available.
Heaventools Software is pleased to let you know that the latest version 1.90 of Resource Tuner is now available!
With Resource Tuner you can view, edit, modify, translate and repair the resources contained within 32 bit Windows executable files with the click of a button.
Resource Tuner let you quickly browse and modify executable file resources from within the file without having to write any scripts. Each element of the user interface - dialog boxes, menus, icons, pictures, toolbars, string tables and more are right at your fingertips.
On top of all that, this program has one of the best UPX Unpackers built in.
All this and much more for just US$24.95 for a personal license.
Release Highlights for Resource Tuner v1.90:
+ Now supports replacing non-standard resources in a file:
typelibs, cab, midi, custom resources and more.
+ Now extracts Borland VCL images (ImageList & Bitmap) at
a 24 bit color depth.
You can download the latest Resource Tuner from our Web site at:
http://www.heaventools.com/download.htm
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...
- 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...
- 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...
- DELETING RESOURCES IN MY EXECUTABLE (2001-01-15 20:33:57)The only way I am aware to delete resources in compiled executables is using my (freeware) utility Resource Hacker:...
- FINDING THEW CAUSE OF "UNKNOWN" ACCESS VIOLATIONS (2001-01-15 15:10:48)It is my experience that slow machines are more quite to have AV. It seems that Windows does not find the time to finish a current process that...
- URGENT DLL PB (2001-01-16 07:08:13)Hmmm ... I'm not competent in returning bitmaps from DLLs but perhaps you have to specify some memory handling routines ?
Regards
/Filip
- HOW DO YOU REMOVE THE MOUSE CURSOR (2001-01-20 18:15:29)Um, I actually figured this one out...
form1.Cursor:=crnone;
- GETTING DEFAULT PROPERTY OF A COMPONENT (EASY) (2001-01-27 01:13:49)I want to do this with pictures, and I dont want them to hog memory, I had already thought of that but I want to be able to find where in resource...
- MORE EXPLAIN (RUN AN APPLICATION BEFORE ALL OTHERS) (2001-01-26 15:11:58)There are other ways... You can make a boot disk. Anyway, your install program will be a DOS program. BUT, if you put your program in RunServices,...
|