Error al abrir archivos .rc con Resedit en entorno MSVC 64

User avatar
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

Post by Enrico Maria Giordano »

ResEdit received. This is opening fine here:

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
{
}
You have to set this include path in the preferences:

Code: Select all | Expand

<yourCcompilerpath>\include\sdk
Post Reply