Page 2 of 2

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

Posted: Sun Sep 22, 2024 7:18 pm
by Enrico Maria Giordano
I don't use ResEdit, sorry.

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

Posted: Mon Sep 23, 2024 5:06 pm
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

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

Posted: Wed Sep 25, 2024 11:04 am
by Enrico Maria Giordano
Jose,

Did you try my solution?