FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error al abrir archivos .rc con Resedit en entorno MSVC 64
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Posted: Sun Sep 22, 2024 07:18 PM

I don't use ResEdit, sorry.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Posted: Mon Sep 23, 2024 05:06 PM
ResEdit received. This is opening fine here:
Code (fw): Select all Collapse
#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 (fw): Select all Collapse
<yourCcompilerpath>\include\sdk
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Posted: Wed Sep 25, 2024 11:04 AM

Jose,

Did you try my solution?

Continue the discussion