Search found 132 matches: alphablend

Return to advanced search

New FTDN April/Abril 2017 (FWH 17.04)

... for an example of use * Enhancement: function ABPaint() now returns a logical value to know the result of the call to function AlphaBlend() used from ABPaint(): https://msdn.microsoft.com/es-es/library/windows/desktop/dd183351(v=vs.85).aspx http://forums.fivetechsupport.com/viewtopic.php?p=200315#p200315 ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1271

Re: Bug in HasAlpha()

Enrico, Lets check if it works. I have modified FWH function ABPaint() to return the result of the call to AlphaBlend() function HasAlpha( hBitmap )   local hDC := CreateDC( "DISPLAY", "", "" )   local lHasAlpha ...
by Antonio Linares
Wed Apr 05, 2017 6:53 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8386

Re: Bug in HasAlpha()

Enrico, Windows function AlphaBlend() returns a logical value once it tries to paint a bitmap that have transparent or semitransparent pixels: https://msdn.microsoft.com/en-us/library/windows/desktop/dd183351(v=vs.85).aspx ...
by Antonio Linares
Wed Apr 05, 2017 9:19 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8386

Re: Bug in ResizeImg()

Thank you. But I think that using AlphaBlend() features would be much more efficient. I'm implementing the required changes.

EMG
by Enrico Maria Giordano
Thu Oct 29, 2015 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2784

Re: Bug in ResizeImg()

Antonio, FWH function ABPaint() just calls Windows API function AlphaBlend() It seems that AlphaBlend() can resize the image: https://msdn.microsoft.com/it-it/library/windows/desktop/dd183351(v=vs.85).aspx Can you add two parameters with ...
by Enrico Maria Giordano
Thu Oct 29, 2015 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2784

Re: Bug in ResizeImg()

Enrico,

I am afraid that we can't (maybe using GDI+?) as FWH function ABPaint() just calls Windows API function AlphaBlend()
by Antonio Linares
Thu Oct 29, 2015 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2784

Re: Full working project for Visual Studio 2012 IDE

Thanks. I was drawing from the Microsoft SDK files ( which interestingly still work when building from the UE Studio make file ). However, they only have 7.1 Moving to Windows Kits directory, and using those files, resolves all but one: 1>Fivehc32.lib(BRUSHES.obj) : error LNK2019: unresolved exte...
by TimStone
Tue Jun 10, 2014 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6784

Para Antonio: ERROR COMPILACION GTAPI

... Error: Unresolved external '_hb_itemReturnRelease' referenced from C:\FWH1402\FWH\LIB\FIVEHX.LIB|CHECKRES Error: Unresolved external 'AlphaBlend' referenced from C:\FWH1402\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external '__bcopy' referenced from C:\CANAL532\LIB\XC5H.LIB|c5cnew ...
by Laurel
Mon Mar 17, 2014 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio: ERROR COMPILACION GTAPI
Replies: 2
Views: 1277

Re: Upgrading FWH/xHarbour & VS 2010

Don, For regex.obj please link pcrepos.lib from xHarbour For ...AlphaBlend... you have to link MS msimg32.lib Also ct.lib from xHarbour For SendInput you have to link this lib also: http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=send32.lib ...
by Antonio Linares
Thu Apr 11, 2013 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 9952

Upgrading FWH/xHarbour & VS 2010

Upgrading to latest release of FW and xHarbour as well as installing Visual Studio 2010. Linker can't find 20 different Harbour symbols: rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regcomp referenced in function _hb_getregex rtl.lib(regex.obj) : error LNK2019: unresolved external...
by DonDrew
Thu Apr 11, 2013 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 9952

Re: Canal 5 IDE (work in progress)

Antonio, Paco Now I compiled with harbour and I have these errors could you help me please MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\work\bcc582\bin\ilink32.exe -Gn -aa -Tpe -s -Iobj -Lc:\work\bcc582\lib -x @make.tmp Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unres...
by Eoeo
Sat Aug 11, 2012 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9931

Re: Canal 5 IDE (work in progress)

At Last compilating with xmate and for fwh xharbour (libs) I have these errors Progetto: app, Ambiente: xFive_Pelles: [1]:iLink32.Exe -Gn -aa -Tpe -s @app.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN___DBSKIPPER' referenced from C:\WORK\PRG\C5ID...
by Eoeo
Thu Aug 09, 2012 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9931

Re: Archivos XML - para Antonio

Jorge, Tienes que enlazar tambien hbpcre.lib para las funciones _pcre_... Para AlphaBlend tienes que enlazar la librería psdk\msimg32.lib de Borland Las funciones _HB_FUN_HB_DBG_... declaralas vacias: function HB_FUN_HB_DBG_VMSTKLCOUNT() ; return nil etc... De ...
by Antonio Linares
Sat Jul 07, 2012 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos XML - para Antonio
Replies: 5
Views: 1498

Re: Archivos XML - para Antonio

... Error: Unresolved external '_HB_FUN_HB_DBG_VMVARSLEN' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external 'AlphaBlend' referenced from C:\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external '_pcre_config' referenced from C:\HARBOUR\LIB\HBRTL.LIB|hbregex ...
by Jorge Jaurena
Sat Jul 07, 2012 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos XML - para Antonio
Replies: 5
Views: 1498

help upgrade FWH32

... (c) 1990, 1999 Inprise Corporation. All rights reserved. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'AlphaBlend' referenced from C:\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external 'TransparentBlt' referenced from C:\FWH\LIB\FIVEHC.LIB|C5CNEW Error: ...
by damianodec
Fri Feb 03, 2012 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help upgrade FWH32
Replies: 4
Views: 914
Next

Return to advanced search