ResEdit: A very interesting free resources editor we may give it a try
http://www.resedit.net/screenshots.htm
Thanks to Felix for the info ![]()
ResEdit: A very interesting free resources editor we may give it a try
http://www.resedit.net/screenshots.htm
Thanks to Felix for the info ![]()
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
Hi Rick,
can you post your rc file ?
Best regards,
Felix
Rick,
Probably #include <windows.h> is required
Rick,
Options/Configure include paths
Regards,
Felix
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