FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Free Resources Editor
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Free Resources Editor

Posted: Tue Apr 10, 2007 08:05 PM

ResEdit: A very interesting free resources editor we may give it a try

http://www.resedit.net/

http://www.resedit.net/screenshots.htm

Thanks to Felix for the info :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM

Free Resources Editor

Posted: Tue Apr 10, 2007 10:20 PM

I just downloaded and tried to open a simple .rc .. got this error

DS_MODALFRAME:UNDECLARED IDENTIFIER

EMPLOYEE DIALOG 96, 70, 346, 218
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_THICKFRAME
FONT 6, "MS Sans Serif"

Tried several other .rc files with similar results :(

Rick Lipkin

Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM

Free Resources Editor

Posted: Tue Apr 10, 2007 10:38 PM

Hi Rick,

can you post your rc file ?

Best regards,

Felix

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Free Resources Editor

Posted: Tue Apr 10, 2007 10:39 PM

Rick,

Probably #include <windows.h> is required

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM

Free Resources Editor

Posted: Tue Apr 10, 2007 10:43 PM

Rick,

Options/Configure include paths

Regards,

Felix

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM

Free Resources Editor

Posted: Tue Apr 10, 2007 11:32 PM

Antonio

YUP .. #include <windows.h> had to be placed in the .rc file and had to be configured in the editor.. just curious why Borland Workshop does not need the ( any ) include statement(s) ??

None of my .rc's have any include statements .. and have no adverse affect when running under my applications.. header files was the brunt of my critisms with Pelles C .. especially if you switch between compilers Borland and MSVC ..

Just curious Felix .. to make your editor work .. can you test for the include file before you open an existing .rc and ask if it can be inserted and what is the \include path ??

Rick Lipkin

Continue the discussion