Configuration of Resedit

Post Reply
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Configuration of Resedit

Post by Silvio.Falconi »

Someone Know how config resedit for use with fwh ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Baxajaun
Posts: 972
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Configuration of Resedit

Post by Baxajaun »

Hi Silvio,

it's so easy. Only you must configure Preferences. In my case

https://vgy.me/delete/p4Le8NrtcmYt

Best regards
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Re: Configuration of Resedit

Post by Silvio.Falconi »

thanks
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
carlos vargas
Posts: 1723
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: Configuration of Resedit

Post by carlos vargas »

yo uso esto para bcc 7.20 y 7.30
Image
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Re: Configuration of Resedit

Post by Silvio.Falconi »

the problem is when I open a rc run ok the save close resedit
then Open resedit app and load saved file then it make errors and close the file
this situation is the same with Pellesc

Now I prefer use all sources and I'm worlink on rc2prg to converte all resources
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Antonio Linares
Site Admin
Posts: 42655
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 67 times
Been thanked: 96 times
Contact:

Re: Configuration of Resedit

Post by Antonio Linares »

carlos vargas wrote: Fri Apr 06, 2018 6:20 pm yo uso esto para bcc 7.20 y 7.30
Image
#include <winresrc.h>
#include <windows.h>
#include <commctrl.h>

#ifndef WC_TABCONTROL
#define WC_TABCONTROL "SysTabControl32"
#endif

#ifndef MONTHCAL_CLASS
#define MONTHCAL_CLASS "SysMonthCal32"
#endif

#ifndef DATETIMEPICK_CLASS
#define DATETIMEPICK_CLASS "SysDateTimePick32"
#endif

#include "RESOURCE_HEADER"

%RESOURCES%
y en General/Include Paths:
c:\fwh\include\
c:\bcc77\include\
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42655
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 67 times
Been thanked: 96 times
Contact:

Re: Configuration of Resedit

Post by Antonio Linares »

Hay alguien usando ResEdit con bcc77 ?

Da un error en sal.h

Alguien le ha encontrado solución ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42655
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 67 times
Been thanked: 96 times
Contact:

Re: Configuration of Resedit

Post by Antonio Linares »

Como un workaround le he puesto esto al comienzo de sal.h:

#ifdef _CONTINUA_

y al final

#endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 7187
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 9 times

Re: Configuration of Resedit

Post by Silvio.Falconi »

I gave up using it, I use PellesC to put resources on exe but no dialog only png and bitmap
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply