Search found 119 matches: commctrl

Return to advanced search

xHarbour and Pelles C 7.0

... C 7 When I make a change to the RC file, three lines of codes are automatically added in the same file: #include <windows.h> #include <commctrl.h> #include <richedit.h> In that case, the application won’t compile (error #endif before #if) . When I erase those lines from RC ...
by mtajkov
Thu Apr 11, 2019 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and Pelles C 7.0
Replies: 0
Views: 460

Re: Ayuda con Pelles

Abri tu archivo rc con un editor de texto como notepad, al inicio copie esto #include <winresrc.h> #include <windows.h> #include <commctrl.h> #ifndef WC_TABCONTROL #define WC_TABCONTROL "SysTabControl32" #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" ...
by carlos vargas
Wed Jan 16, 2019 2:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Pelles
Replies: 8
Views: 1446

Re: Ayuda con Pelles

... https://i.imgur.com/DvfvLsS.png #include <winresrc.h> #include <windows.h> #include <commctrl.h> #ifndef WC_TABCONTROL #define WC_TABCONTROL "SysTabControl32" #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" ...
by carlos vargas
Tue Jan 15, 2019 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Pelles
Replies: 8
Views: 1446

How to use PNG in ButtonBar from RC into EXE-Solved

... Buttonbar not display PNG // RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> #define ALPHABMP 10 TB_TOP32x ALPHABMP "BmpIcon/Png/ButtonBar/GoFirstData32.png" DEFINE BUTTON ...
by richard-service
Fri Dec 14, 2018 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use PNG in ButtonBar from RC into EXE-Solved
Replies: 4
Views: 1395

Re: Switching to Microsoft Compiler.

Francis There are the four .rh files I needed to make MSVC 2017 work: commctrl.rh dde.rh winnt.rh winuser.rh Also, make sure you are using the latest xHarbour for MSVC 2017 Give me your e-mail address and I will send them to you .. Rick Lipkin Mr. Rick, Sorry ...
by fraxzi
Thu Aug 02, 2018 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2001

Re: Switching to Microsoft Compiler.

Francis

There are the four .rh files I needed to make MSVC 2017 work:

commctrl.rh
dde.rh
winnt.rh
winuser.rh

Also, make sure you are using the latest xHarbour for MSVC 2017

Give me your e-mail address and I will send them to you ..

Rick Lipkin
by Rick Lipkin
Mon Jul 30, 2018 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2001

Re: Autoget desde Recursos

... pruebe; primero el recurso // RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_SPANISH,SUBLANG_SPANISH_ECUADOR AUTOGET DIALOGEX DISCARDABLE 6, 18, 210, 142 STYLE DS_SHELLFONT|WS_POPUP|DS_MODALFRAME|DS_CONTEXTHELP|DS_3DLOOK|WS_CAPTION|WS_SYSMENU|WS_VISIBLE ...
by nanoespinoza
Wed Jul 26, 2017 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Autoget desde Recursos
Replies: 18
Views: 3557

Re: xHarbour.org updated!

... already defined. Redefinition is not the same For the above errors was the fix for the resedit headers to just rem them out ? meaning if I rem out commctrl.h and richedit.h will that stop the calls to prsht.h and to combaseapi.h ? //#include <commctrl.h> //#include <richedit.h> Also ...
by Rick Lipkin
Fri Jan 27, 2017 8:53 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38338

Re: xHarbour.org updated!

i modify the header in "resource scrip template" in resedit //#include <winresrc.h> #include <windows.h> //#include <commctrl.h> //#include <richedit.h> #define WC_TABCONTROL "SysTabControl32" #define MONTHCAL_CLASS "SysMonthCal32" #include ...
by carlos vargas
Fri Jan 27, 2017 6:03 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38338

Re: Bcc72 Prsht.h resource compile error

Antonio

I removed the #include <commctrl.h> from all my resources and that fixed the call to Prsht.h but the .rc compile still apparently is looking at combaseapi.h and errors out on line 283 with the symbol PURE already defined.

Rick Lipkin
by Rick Lipkin
Mon Oct 31, 2016 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Bcc72 Prsht.h resource compile error

Rick,

Try removing this line:

#include <commctrl.h>

if that solves the problem, then you can modify the resource script template from Resedit preferences
by Antonio Linares
Mon Oct 31, 2016 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6355

Re: Working With Visual Studio 2015 and FWH / Harbour

... it would sure be nice to get the resource editor to work. The problem is with the INCLUDE .h files. I currently have 3 files that I use: windows.h commctrl.h richedit.h If I try to open the .rc file in the IDE resource editor, it rebels against prsht.h which is linked in using commctrl.h Since ...
by TimStone
Tue May 17, 2016 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Visual Studio 2015 and FWH / Harbour
Replies: 15
Views: 3534

ResEdit - Error: RLINK32: Unsupported 16bit resource in file

... fichero .rc #include "C:\Develop\Borland\bcc7\include\windows\sdk\windows.h" #include "C:\Develop\Borland\bcc7\include\windows\sdk\commctrl.h" #include "C:\Develop\Borland\bcc7\include\windows\sdk\richedit.h" #include "resource.h" Regards / Saludos
by Baxajaun
Tue Sep 15, 2015 9:10 am
 
Forum: Utilities / Utilidades
Topic: ResEdit - Error: RLINK32: Unsupported 16bit resource in file
Replies: 3
Views: 1101

Re: ToolTip con Imagen

Voy a intentarlo, no me estaba funcionando asi
Code: Select all  Expand view
SetAddTool(hWnd)

#define STM_SETIMAGE 0x0172
hBitmap := ReadBitmap( 0, "\video.bmp")
SendMessage( hWnd, STM_SETIMAGE, 0, hBitmap )


Voy a poner tu correccion.

pd. He añadido commctrl.h
by hmpaquito
Thu Jul 23, 2015 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ToolTip con Imagen
Replies: 27
Views: 4966

Re: Nuevo en FWPPC

Leandro,

Cambia estas líneas:

#include "c:\vce\include\arm\windows.h"
#include "c:\vce\include\arm\commctrl.h"

por

#include "c:\vce2008\include\windows.h"
#include "c:\vce2008\include\commctrl.h"
by Antonio Linares
Wed Apr 15, 2015 7:20 am
 
Forum: FiveWin para Pocket PC
Topic: Nuevo en FWPPC
Replies: 13
Views: 6034
PreviousNext

Return to advanced search