Error al abrir archivos .rc con Resedit en entorno MSVC 64
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
I don't use ResEdit, sorry.
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
ResEdit received. This is opening fine here:
You have to set this include path in the preferences:
Code: Select all | Expand
#include "windows.h"
TEST DIALOG 0, 0, 300, 300
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Sans Serif"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
}
Code: Select all | Expand
<yourCcompilerpath>\include\sdk
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Jose,
Did you try my solution?
Did you try my solution?