Free Resources Editors for Windows
- Antonio Linares
- Site Admin
- Posts: 42403
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 47 times
- Contact:
Free Resources Editors for Windows
Here you have a list of free Resources Editors for Windows:
Aqui teneis una lista de editores de recursos para Windows, gratuitos:
ResEd:
http://www.radasm.com/resed/index.html
ResEditor:
http://www.resedit.net/
We appreciate your cooperation to complete this list, thanks!
Agradecemos vuestra cooperación para completar esta lista, gracias!
Aqui teneis una lista de editores de recursos para Windows, gratuitos:
ResEd:
http://www.radasm.com/resed/index.html
ResEditor:
http://www.resedit.net/
We appreciate your cooperation to complete this list, thanks!
Agradecemos vuestra cooperación para completar esta lista, gracias!
Last edited by Antonio Linares on Thu Nov 06, 2008 9:28 am, edited 1 time in total.
- Antonio Linares
- Site Admin
- Posts: 42403
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 47 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42403
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 47 times
- Contact:
Re: Free Resources Editors for Windows
Hola/hi Antonio,
aquí XN Resource Editor http://www.wilsonc.demon.co.uk/d10resourceeditor.htm
Here XN Resource Editor http://www.wilsonc.demon.co.uk/d10resourceeditor.htm
Saludos/Regards,
Félix
aquí XN Resource Editor http://www.wilsonc.demon.co.uk/d10resourceeditor.htm
Here XN Resource Editor http://www.wilsonc.demon.co.uk/d10resourceeditor.htm
Saludos/Regards,
Félix
-
- Posts: 465
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
- Contact:
Re: Free Resources Editors for Windows
About ResEditor:
http://www.resedit.net/
Can directly edit 32 bits .dll.
find 2 questions:
1. customer control can't set height <8,
2. dialog rc text can't directly edit or copy ,paste.
Shuming Wang
http://www.resedit.net/
Can directly edit 32 bits .dll.
find 2 questions:
1. customer control can't set height <8,
2. dialog rc text can't directly edit or copy ,paste.
Shuming Wang
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Re: Free Resources Editors for Windows
Among these examples is there any compatible with a RC generated by Resource Workshop?
Kleyber Derick
FWH / xHb / xDevStudio / SQLLIB
FWH / xHb / xDevStudio / SQLLIB
Re: Free Resources Editors for Windows
Hi,
I just had to leave Resource Workshop (swiched to Win 7/64 workstation) and after testing all options mentioned here my choice is PellesC.
Recompiling all my RC files took some hours but now I am quite happy with it.
Only problem left is that PellesC is using relative paths to image files (and does automatic path conversion) which is not compatible with Xharbour builder.
I just had to leave Resource Workshop (swiched to Win 7/64 workstation) and after testing all options mentioned here my choice is PellesC.
Recompiling all my RC files took some hours but now I am quite happy with it.
Only problem left is that PellesC is using relative paths to image files (and does automatic path conversion) which is not compatible with Xharbour builder.
Kleyber wrote:Among these examples is there any compatible with a RC generated by Resource Workshop?
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
Re: Free Resources Editors for Windows
Hello,
I am using ResEdit to manage resources, however when I compile the resource using Borland Resource Compiler Version 5.40 I receive the following error.
Error prsht.h 1081 1: '#endif' before '#if'
I have the following includes below and my include path is "c:\borland\bcc582\include\;". Any ideas on how I can resolve the problem.
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"
I am using ResEdit to manage resources, however when I compile the resource using Borland Resource Compiler Version 5.40 I receive the following error.
Error prsht.h 1081 1: '#endif' before '#if'
I have the following includes below and my include path is "c:\borland\bcc582\include\;". Any ideas on how I can resolve the problem.
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"
- Rick Lipkin
- Posts: 2668
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: Free Resources Editors for Windows
Darrell
Make this change in prsht.h .. located in your Borland setup \include
Rick Lipkin
Make this change in prsht.h .. located in your Borland setup \include
In prsht.h line 187 there is:
UINT *pcRefParent; \
if we remove the trailing \ then the resources compiler compiles without error.
Rick Lipkin
Last edited by Rick Lipkin on Mon Jun 24, 2013 2:30 pm, edited 1 time in total.
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
Re: Free Resources Editors for Windows
Hola,
ResEdit tiene nueva versión 1.62 http://www.resedit.net/.
Hello,
a new ResEdit version 1.62 http://www.resedit.net/
Saludos/regards,
ResEdit tiene nueva versión 1.62 http://www.resedit.net/.
Hello,
a new ResEdit version 1.62 http://www.resedit.net/
Saludos/regards,
- Antonio Linares
- Site Admin
- Posts: 42403
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 47 times
- Contact:
Re: Free Resources Editors for Windows
Hola,
ResEdit tiene nueva versión 1.63 http://www.resedit.net/.
Hello,
a new ResEdit version 1.63 http://www.resedit.net/
Saludos/regards
ResEdit tiene nueva versión 1.63 http://www.resedit.net/.
Hello,
a new ResEdit version 1.63 http://www.resedit.net/
Saludos/regards
- karinha
- Posts: 7916
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Free Resources Editors for Windows
Alguén sabe compilar en Pascal?
Resource Builder fuentes/code:
https://www.planet-source-code.com/vb/s ... 8&lngWId=7
Podria compilar y disponiobilizar este Editor?
Gracias;
Regards, saludos.
Resource Builder fuentes/code:
https://www.planet-source-code.com/vb/s ... 8&lngWId=7
Podria compilar y disponiobilizar este Editor?
Gracias;
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341