Search found 34 matches: fwbmp

Return to advanced search

Re: MaskRegion()

hi, You have an example of use from C in source/function/fwbmp.c thx for Answer Yes i saw that C Code but not how it work ( i'm not a C Programmer ... only xBase ) i begin to understand "C" ... but that Level is still to high for me (yet) if ...
by Jimmy
Thu Dec 19, 2019 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1485

Re: MaskRegion()

You have an example of use from C in source/function/fwbmp.c
by Antonio Linares
Thu Dec 19, 2019 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1485

MaskRegion()

hi, in c:\fwh\source\function\fwbmp.c i found function MaskRegion() but no Sample. i have a Xbase++ and HMG Sample for Region but my FiveWin Version display wrong :shock: Not Acceptable!An appropriate representation of the requested resource ...
by Jimmy
Thu Dec 19, 2019 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1485

Funciones y Bitmaps incluidos en FWH18

Alguien del foro me podría decir donde puedo encontrar alguna lista con la funciones FW_?????? y los FWbmp??? que se incluyen en FWH18 como por ejemplo FW_DbfToArray() y FWbmpon()
Muchas gracias
by rterraz
Wed Jul 04, 2018 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones y Bitmaps incluidos en FWH18
Replies: 2
Views: 620

Re: Buttonbar estilo 2010

Cristobal, ya lo solucioné. Tenia en la compilación el archivo fwbmp.c de la versión FWH 14.12. Mil disculpas y muchas gracias por tu tiempo.

Saludos
by horacio
Wed Jan 04, 2017 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buttonbar estilo 2010 ( Solucionado )
Replies: 11
Views: 1950

Re: Uwe we need your help :-)

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15304#p79347 Yes. you need some changes code in bitmap.prg and fwbmp.c files if you need use borland brc32.exe . For me, microsoft rc.exe is the option ... transform bmp inline Data to bmp files and compile ...
by mastintin
Fri Jan 02, 2015 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Uwe we need your help :-)
Replies: 33
Views: 6478

Error FWH 14.08 MinGW

... to `HB_FUN_TSCROLLPANEL' c:/fwh/lib/fivehgc.lib(MSGS.o):MSGS.C:(.text+0x31): undefined reference to `fw_sreference trchr' c:/fwh/lib/fivehgc.lib(FWBMP.o):FWBMP.C:(.text+0x1fb5): undefined reference to ` fw_strstr' c:/fwh/lib/fivehgc.lib(LISTVIEW.o):LISTVIEW.C:(.text+0x141): undefined reference ...
by Gross
Sat Sep 13, 2014 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 14.08 MinGW
Replies: 5
Views: 1032

Re: FWH 14.06

... following errors: FiveHC32.lib(MSGS.obj) : error LNK2019: unresolved external symbol __imp__sprintf referenced in function _LToStr FiveHC32.lib(FWBMP.obj) : error LNK2019: unresolved external symbol __imp__strstr referenced in function _HB_FUN_PALBTNPAINT Thus it cannot build Tim
by TimStone
Thu Jul 24, 2014 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.06
Replies: 15
Views: 4255

Re: Bug harbour_3.2_32bits_MSVC2013_20142906

... FiveHC32.lib(MSGS.obj) : error LNK2019: símbolo externo __imp__sprintf sin resolver al que se hace referencia en la func ión _LToStr FiveHC32.lib(FWBMP.obj) : error LNK2019: símbolo externo __imp__strstr sin resolver al que se hace referencia en la func ión _HB_FUN_PALBTNPAINT prog01.exe : fatal ...
by cnavarro
Sun Jul 13, 2014 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug harbour_3.2_32bits_MSVC2013_20142906
Replies: 42
Views: 7804

Re: Última versión de FWH. Pérdida de memoria.

Horario, El fix ya está incluido en FW 13.02: FWH\source\function\fwbmp.c void TransBmp( HBITMAP hBitmap, int iXsize, int iYsize,               COLORREF rgbTransparent, HDC hDC,          ...
by lucasdebeltran
Fri Feb 22, 2013 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Última versión de FWH. Pérdida de memoria.
Replies: 4
Views: 639

Re: Last FWH version. Memory leak.

... was a bug in the code and we have shown how to fix it :-) It will be included in FWH 13.02 This code has to be replaced in FWH\source\function\fwbmp.c void TransBmp( HBITMAP hBitmap, int iXsize, int iYsize,               COLORREF rgbTransparent, HDC ...
by Antonio Linares
Wed Feb 20, 2013 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Last FWH version. Memory leak.
Replies: 48
Views: 10351

Re: How to force locale to Serbian Latin

You just need 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 ...
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: 1604

Re: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?

Antonio, In order to link, I also needed to include the source of DrawMasked(), DrawBitmap() from \FWH\source\winapi\bmpdraw.c and MaskRegion() from \FWH\source\function\fwbmp.c.

Wasn't this to be in fivehg or fivehgc libs ?
by concentra
Wed Nov 09, 2011 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2274

Re: Bitmaps in buttonbar got shifted up

Antonio, FYI, I tried compiling fwbmp.c using MinGW + Harbour 17053. To get the obj file I compile using my -.bat which contain this hbmk2 %1 %2 xhb.hbc j:\harbour\fwh\fwh.hbc Amidst the warnings there are 2 errors as below (I'm using hbmk2's ...
by hua
Wed Sep 28, 2011 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaps in buttonbar got shifted up
Replies: 11
Views: 2878

Re: Bitmaps in buttonbar got shifted up

Resolved by adding to fwbmp.c
Code: Select all  Expand view

#ifndef HB_ISCHAR
   #define HB_ISCHAR( n )  ( hb_param( n, HB_IT_STRING ) != NULL )
#endif  


This issue is now resolved :)
by hua
Wed Sep 28, 2011 2:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaps in buttonbar got shifted up
Replies: 11
Views: 2878
Next

Return to advanced search