Search found 248 matches

by Ale SB
Sat Apr 30, 2016 12:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Function return the dll ??
Replies: 0
Views: 415

Function return the dll ??

Good Morning ; How could I get the return of a function in the DLL harbour? MyDll.dll FUNCTION MSGPARAM()   local cTitulo:="Msg Sem Parametros"   MsgInfo(cTitulo)   return "Test Return" ******************************************************************************** #pragma BEGIN...
by Ale SB
Thu Apr 25, 2013 9:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Say Transparent...problems - ( Gradient Partial )
Replies: 8
Views: 3443

Re: Say Transparent...problems - ( Gradient Partial )

Ukoenig;

helped us a lot,

thank you !

Regards, Ale SB
by Ale SB
Thu Apr 25, 2013 12:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Say Transparent...problems - ( Gradient Partial )
Replies: 8
Views: 3443

Re: Say Transparent...problems - ( Gradient Partial )

Ukoenig;
is a good idea!
Can you show me your code Gradient?

I'm doing some testing with FixSays (...), ultilizando in class tdialog ...

FixSays (:: hWnd, GetStockObject (NULL_BRUSH)) works, but if I take a refresh at Say he loses transparency.

But thanks for the tip.

Regards, Ale SB
by Ale SB
Mon Apr 22, 2013 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Say Transparent...problems - ( Gradient Partial )
Replies: 8
Views: 3443

Say Transparent...problems - ( Gradient Partial )

In recent versions, there are problems of Transparency, using the Function GradientFill(...). There is another type of solution? We would like to continue using Gradient partial screen!!! http://img33.imageshack.us/img33/1391/grad1d.jpg http://img803.imageshack.us/img803/6879/grad2n.jpg #include &qu...
by Ale SB
Thu Jun 28, 2012 1:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: BUG, 1º Get + Valid do Folder...
Replies: 3
Views: 966

Re: BUG, 1º Get + Valid do Folder...

Coloquei Sim Joao.

Neste exemplo Observe q nem Botao tem.

Saluds, Ale
by Ale SB
Wed Jun 27, 2012 12:30 pm
Forum: FiveWin para Harbour/xHarbour
Topic: BUG, 1º Get + Valid do Folder...
Replies: 3
Views: 966

Re: BUG, 1º Get + Valid do Folder...

sin embargo, no hay solución?

Saluds, Ale
by Ale SB
Thu Jun 21, 2012 1:36 pm
Forum: FiveWin para Harbour/xHarbour
Topic: BUG, 1º Get + Valid do Folder...
Replies: 3
Views: 966

BUG, 1º Get + Valid do Folder...

Ao Sair de um Get da Dialog e Caindo no Folder, se o 1º Get do Folder estiver com um valid ele eh acionado Automaticamente, veja: TestFold.prg #include "FiveWin.ch" #include "Folder.ch" function Main()    local oDlg, oFld, oGet, oGetFld1, cGetFld2    local cGet1 := Space(10), nGe...
by Ale SB
Wed May 02, 2012 12:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro..Build 12.03
Replies: 0
Views: 457

Erro..Build 12.03

Este Erro estava resolvido na versao 12.02, agora esta de volta: Tools : Fw12.03 + MsVc2010 + Hb Rev.17431 FiveH32.lib(PRV2PDF.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY FiveH32.lib(TMETAFIL.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY FiveH32.lib(SH...
by Ale SB
Wed Nov 02, 2011 3:54 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008
Replies: 9
Views: 1847

Re: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008

Antonio; Una cosa interesante, las librerías y Fivehc32.lib Fiveh32.lib por lo general trabajan con FW 11,09 + Hb30 + MSVC 2008. ¿Puedo tener algún problema de trabajo de esta manera? Estas Libs no sao apenas para el MsVc 2010 ? Una curiosidad, porque al compilar con las librerías y Fivehc32.lib Fiv...
by Ale SB
Wed Nov 02, 2011 2:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008
Replies: 9
Views: 1847

Re: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008

Antonio;

Con MSVC 2010, todo es normal.

El problema es con el 2008 msvc.

Voy a seguir haciendo pruebas.

Saluds, Ale
by Ale SB
Wed Nov 02, 2011 2:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008
Replies: 9
Views: 1847

Re: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008

Antonio; no se compila sin mem32.lib. FiveHCm.lib(MEM.obj) : error LNK2019: símbolo externo _GlobalMemoryStatusEx sin resolver al que se hace referencia en la función _HB_FUN_NEXTMEM test.prg #include "fivewin.ch"   FUNCTION MAIN()    msginfo("Test mem32")   return   function nEx...
by Ale SB
Wed Nov 02, 2011 1:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008
Replies: 9
Views: 1847

Re: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008

Antonio; Continua el GPF. sera que pode ser el Msvc 2008 ? ou a ordem das Libs ? "D:\mem32.lib" libcmt.lib Kernel32.Lib User32.Lib Gdi32.Lib AdvAPI32.Lib ws2_32.lib WinSpool.Lib ComCtl32.Lib ComDlg32.Lib shell32.Lib Uuid.Lib Ole32.Lib OleAut32.Lib OleDlg.Lib Mpr.Lib odbc32.Lib odbccp32.Lib...
by Ale SB
Wed Nov 02, 2011 1:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008
Replies: 9
Views: 1847

Re: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008

Antonio;

He generado el mem32.lib, está compilando.

Pero ahora, el sistema genera GPF.

Saluds, Ale
by Ale SB
Wed Nov 02, 2011 1:09 am
Forum: FiveWin para Harbour/xHarbour
Topic: Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008
Replies: 9
Views: 1847

Erro _HB_FUN_NEXTMEM, Fw1109 + Vc 2008

Como resolver este erro ? FiveHCm.lib(MEM.obj) : error LNK2019: símbolo externo _GlobalMemoryStatusEx sin resolver al que se hace referencia en la función _HB_FUN_NEXTMEM Ferramentas: Fwh 11.09 + Msvc 2008 + Hb 3.1 rev. 17102 My Libs Vc 2008 ==> - libcmt.lib - Kernel32.Lib - User32.Lib - Gdi32.Lib -...