Search found 17 matches: ctrldraw

Return to advanced search

Re: MaskRegion()

... 2 ),                               hb_parni( 4 ), hb_parni( 3 ) );  CreateRectRgn is used in c:\fwh\source\winapi\ctrldraw.c HB_FUNC( CTRLDRAWFOCUS )HB_FUNC( BARINVERT )  HB_FUNC( RECTDOTTED )  did somebody use that function :?:
by Jimmy
Fri Dec 20, 2019 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1995

Re: Error in size of windows MDICHILD release 16.10

Hi Antonio
I only compiled ctrldraw and now the MDICHILD is OK !


The new implementations done in these months of FWH are really great!

thank Maurizio
by mauri.menabue
Tue Nov 22, 2016 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in size of windows MDICHILD release 16.10
Replies: 14
Views: 3389

Re: Error compiling with latest Xharbour commercial

... previously defined at C:\xHB\Lib\c5h.lib(c5cnew.obj)' is multiply defined. xLINK: warning: Symbol 'c:\fwh\lib\FiveHCM.lib(CTRLDRAW.obj)->_HB_FUN_LBXDRAWITEM previously defined at C:\xHB\Lib\c5h.lib(Imagelis.obj)' is multiply defined. xLINK: warning: Symbol 'c:\fwh\lib\FiveHCM.lib(GETWND.obj)->_HB_FUN_CHILDWINDOWFROMPOINT ...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2338

Solo esto y tenemos listo el makefile de MS

... to have the Microsoft makefile ready :-) FiveH32.lib(HARBOUR.obj) : error LNK2005: __HUGE already defined in LIBCMT.lib(huge.obj) FiveHC32.lib(CTRLDRAW.obj) : error LNK2005: _HB_FUN_CTRLDRAWFOCUS already defined in cfunc.obj Creating library cfunc.lib and object cfunc.exp cfunc.exe : fatal ...
by Antonio Linares
Sun Aug 31, 2014 4:26 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Solo esto y tenemos listo el makefile de MS
Replies: 0
Views: 1053

Re: CtrlDrawFocus() no dibuja bien el marco

... de FWH ya dibuja el marco bien, ahora el problema es ver como hacer este cambio sin que nos afecte en otras aplicaciones de FWH: Línea 303 de ctrldraw.c:   iParentsWithCaption++; // nuevo !!!      pt.x = rct.left;   pt.y = rct.top;   ScreenToClient( ...
by Antonio Linares
Fri Aug 15, 2014 2:17 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: CtrlDrawFocus() no dibuja bien el marco (solucionado)
Replies: 9
Views: 2362

Re: How to force locale to Serbian Latin

... to change these files and recompile them: FWH\source\function\c5cnew.c FWH\source\function\fwbmp.c FWH\source\winapi\ctrl2chr.c FWH\source\winapi\ctrldraw.c FWH\source\winapi\gettextw.c FWH\source\winapi\oemansi.c FWH\source\winapi\rects.c FWH\source\winapi\text.c Use bcc32 this way to recompile ...
by Antonio Linares
Sat Sep 08, 2012 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to force locale to Serbian Latin
Replies: 7
Views: 1729

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... in function Ctl3dEnabled Warning W8059 C:\fwh\source\winapi\ctrl2chr.c 144: Structure packing size has changed Warning W8080 C:\fwh\source\winapi\ctrldraw.c 211: 'hDC' is declared but never used in function HB_FUN_LBXDRAWITEM Warning W8060 C:\fwh\source\winapi\cursors.c 193: Possibly incorrect ...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 107984

Re: DESIGN en diálogo con menú

César,

Habría que modificar la función CTRLDRAWFOCUS() en source\winapi\ctrldraw.c para que llamase a GetMenu( hWnd ) y asi comprobar si hay un menú asignado y corrigiese las coordenadas
by Antonio Linares
Mon Apr 12, 2010 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DESIGN en diálogo con menú
Replies: 1
Views: 452

Re: Dots disappear when drag and move control!

Antonio,

You can send me your ctrldraw.c or. Obj?
by vilian
Mon Apr 06, 2009 11:16 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Dots disappear when drag and move control!
Replies: 9
Views: 2679

Re: Dots disappear when drag and move control!

Vilian, Fixed. These new lines are required in FWH\source\winapi\ctrldraw.c    ...   while( GetParent( hWndParent ) )   {      char ClassName[ 100 ];  // new !     ...
by Antonio Linares
Sun Apr 05, 2009 8:52 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Dots disappear when drag and move control!
Replies: 9
Views: 2679

Re: Tengo problemas al compilar...

... referenced from D:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_vmPushEvalSym' referenced from D:\FWH\LIB\FIVEHC.LIB|CTRLDRAW Error: Unresolved external '_hb_objHasMessage' referenced from D:\FWH\LIB\FIVEHC.LIB|FFDLGPRC Error: Unresolved external '_hb_gt_w32_tone' ...
by Leon Valenzuela
Tue Jan 06, 2009 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo problemas al compilar...
Replies: 2
Views: 709

Tengo problemas al compilar...

... referenced from D:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_vmPushEvalSym' referenced from D:\FWH\LIB\FIVEHC.LIB|CTRLDRAW Error: Unresolved external '_hb_objHasMessage' referenced from D:\FWH\LIB\FIVEHC.LIB|FFDLGPRC Error: Unresolved external '_HB_FUN_HB_GT_GUI' ...
by Leon Valenzuela
Tue Jan 06, 2009 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo problemas al compilar...
Replies: 2
Views: 709

Error al compilar con Fivehc y Fivehx de fwh 811

... from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|FFDLGPRC Error: Unresolved external '_hb_vmPushEvalSym' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|CTRLDRAW Error: Unresolved external '_HB_FUN___CLSCNTCLASSES' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|ERRSYSW 29 Files, 0 Warnings, 10 Errors ...
by noe aburto
Tue Dec 23, 2008 12:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con Fivehc y Fivehx de fwh 811
Replies: 1
Views: 692

... referenced from C:\HARBOUR\LIB\HBW32.L IB|win_dll Error: Unresolved external '_hb_vmPushEvalSym' referenced from C:\FWH\LIB\FIVEHC .LIB|CTRLDRAW Error: Unresolved external '_hb_objHasMessage' referenced from C:\FWH\LIB\FIVEHC .LIB|FFDLGPRC Error: Unresolved external '_HB_FUN_HB_GT_GUI_DEFAULT' ...
by patili
Mon Nov 03, 2008 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 6387

... 'AlphaBlend' referenced from E:\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external '_hb_vmPushEvalSym' referenced from E:\FWH\LIB\FIVEHC.LIB|CTRLDRAW Error: Unresolved external '_hb_objHasMessage' referenced from E:\FWH\LIB\FIVEHC.LIB|FFDLGPRC Error: Unresolved external '_HB_FUN_HB_GT_GUI_DEFAULT' ...
by patili
Sun Nov 02, 2008 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 6387
Next

Return to advanced search