Search found 38 matches: drawmasked

Return to advanced search

Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2

... to function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL Warning W8065 \tsbrowse\source\function\TSBFUNCS.C 193: Call to function 'DrawMasked' with no prototype in function HB_FUN_TSDRAWCELL Warning W8065 \tsbrowse\source\function\TSBFUNCS.C 200: Call to function 'DrawBitmap' with ...
by noe aburto
Wed Aug 26, 2020 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2
Replies: 1
Views: 310

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Tsbrowse 9.0 Harbour FWH17.02 y Bc 7

... function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL Warning W8065 C:\TSBROW~1\SOURCE\FUNCTION\TSBFUNCS.C 192: Call to function 'DrawMasked' with no prototype in function HB_FUN_TSDRAWCELL Warning W8065 C:\TSBROW~1\SOURCE\FUNCTION\TSBFUNCS.C 199: Call to function 'DrawBitmap' ...
by devtuxtla
Mon Mar 20, 2017 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tsbrowse 9.0 Harbour FWH17.02 y Bc 7
Replies: 8
Views: 1708

Tsbrowse 9.0 Harbour FWH17.02 y Bc 7

... function 'DrawBitmap' with no prototype in function HB_FUN_TSDRAWCELL Warning W8065 C:\TSBROW~1\SOURCE\FUNCTION\TSBFUNCS.C 192: Call to function 'DrawMasked' with no prototype in function HB_FUN_TSDRAWCELL Warning W8065 C:\TSBROW~1\SOURCE\FUNCTION\TSBFUNCS.C 199: Call to function 'DrawBitmap' ...
by devtuxtla
Mon Mar 20, 2017 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsbrowse 9.0 Harbour FWH17.02 y Bc 7
Replies: 0
Views: 465

Re: Problems With vistamenu Items

... class Method Paint if ::hBmp != 0 if ::lHasAlpha ABPaint( hDC, nLeft-::oWnd:nWLeftImage+10, nTop, ::hBmp, ::nAlphaLevel ) else If ::lMove DrawMasked( hDC, ::hBmp, nTop, (nLeft+40)-::oWnd:nWLeftImage+10 ) ELSE DrawMasked( hDC, ::hBmp, nTop, nLeft-::oWnd:nWLeftImage+10 ) endif endif endif ...
by Silvio.Falconi
Thu Mar 06, 2014 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems With vistamenu Items RESOLVED!!!
Replies: 7
Views: 1386

Problemas al crear la libreria TWBROWSE

... PCLIPVAR pBkColor, WORD wRowPos, WORD nHeightCtrl, LONG nClrLine, BOOL bFooter, BOOL bSelect, PCLIPVAR pFont, BOOL bDrawFocusRect ) ; void DrawMasked( HDC, HBITMAP, WORD wCol, WORD wRow ); // LOW HIGH extern int _dvtoi( DWORD, DWORD ); void MsgStr( long l ); LPSTR Str( WORD w ); #ifndef ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2842

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

And the software versions are :
Code: Select all  Expand view
Harbour 3.1.0dev (Rev. 17102)
gcc version 4.5.2-dw2 (tdm-1)
FWH October 2011
by concentra
Thu Nov 10, 2011 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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

... ;   WINBASEAPI BOOL WINAPI DrawBitmap( HDC, HBITMAP, WORD wCol, WORD wRow, WORD wWidth, WORD wHeight, DWORD dwRaster ) ;   WINBASEAPI BOOL WINAPI DrawMasked( HDC hdc, HBITMAP hbm, WORD y, WORD x ) ;   WINBASEAPI BOOL WINAPI MaskRegion( HDC hDC, RECT * rct, COLORREF cTransparent, COLORREF cBackground ...
by concentra
Thu Nov 10, 2011 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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

Please post the complete source code of TSBFUNCS.C
by Antonio Linares
Thu Nov 10, 2011 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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

... undefined reference to `GetTextExtent(HDC__*, char const*, int)'../TSBFUNCS.o:TSBFUNCS.C:(.text+0x144a): undefined reference to `DrawMasked(HDC__*, HBITMAP__*, unsigned short, unsigned short)'../TSBFUNCS.o:TSBFUNCS.C:(.text+0x1d9d): undefined reference to `DrawBitmap(HDC__*, ...
by concentra
Thu Nov 10, 2011 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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

What errors do you get from the linker ?
by Antonio Linares
Wed Nov 09, 2011 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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: 2271

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

Yes, it is right, as MoveTo() does not exist on Windows 32 and 64 :-)
by Antonio Linares
Wed Nov 09, 2011 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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

Adding that lines i still get: ../TSBFUNCS.o:TSBFUNCS.C:(.text+0x94): undefined reference to `MoveTo(HDC__*, int, int)@12 I managed to add a source code for MoveTo I found in other place and it linked, but I don't know if it works yet. //----------------------------------------------...
by concentra
Wed Nov 09, 2011 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271

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

Add these lines to the top of your code, below #include <Windows.h>

Code: Select all  Expand view

#ifdef __GNUC__
   WINBASEAPI BOOL WINAPI MoveTo( HDC, int, int );
   ... others used
#endif
 
by Antonio Linares
Wed Nov 09, 2011 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are MoveTo, GetTextExtent, DrawMasked, DrawBitmap ?
Replies: 11
Views: 2271
Next

Return to advanced search