Configuration of Resedit
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Configuration of Resedit
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
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
Re: Configuration of Resedit
Hi Silvio,
it's so easy. Only you must configure Preferences. In my case
https://vgy.me/delete/p4Le8NrtcmYt
Best regards
it's so easy. Only you must configure Preferences. In my case
https://vgy.me/delete/p4Le8NrtcmYt
Best regards
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: Configuration of Resedit
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
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
- carlos vargas
- Posts: 1723
- Joined: Tue Oct 11, 2005 5:01 pm
- Location: Nicaragua
Re: Configuration of Resedit
yo uso esto para bcc 7.20 y 7.30


Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
Carlos Vargas
Desde Managua, Nicaragua (CA)
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: Configuration of Resedit
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
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
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
- 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
y en General/Include Paths:#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%
c:\fwh\include\
c:\bcc77\include\
- 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
Hay alguien usando ResEdit con bcc77 ?
Da un error en sal.h
Alguien le ha encontrado solución ?
Da un error en sal.h
Alguien le ha encontrado solución ?
- 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
Como un workaround le he puesto esto al comienzo de sal.h:
#ifdef _CONTINUA_
y al final
#endif
#ifdef _CONTINUA_
y al final
#endif
- Silvio.Falconi
- Posts: 7187
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: Configuration of Resedit
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
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