Search found 459 matches: gdiplus

Return to advanced search

Re: Compiling with new harbour_bcc770_32_20240309

... + >> b32.bc echo %bcdir%\lib\psdk\psapi.lib + >> b32.bc echo %bcdir%\lib\psdk\rasapi32.lib + >> b32.bc echo %bcdir%\lib\psdk\gdiplus.lib + >> b32.bc echo %bcdir%\lib\psdk\shell32.lib, >> b32.bc before we had echo %bcdir%\lib\c0w32.obj + > b32.bc echo %bcdir%\lib\cw32.lib ...
by Silvio.Falconi
Wed Mar 20, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3407

Re: MariaDb SetFilter no realiza Filtrado

Static Procedure BuscarLab local cPer:= Space( 30 ) local cWhere,oWait,mWhere If MsgGet("Buscador de Labores","Ingrese Nombres :",@cPer ) WaitOn("Espere un momento por favor....",@oWait ) If cPer = Space(30) cWhere := "" Else x := Upper(Alltrim( cPer )) cWhere...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 169

Re: Error BASE/1089 Argument error: ABS

#include "fivewin.ch" #include "dll.ch" Function Main MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet := TInternet():New()}) Return Compilado con Buildx.bat de la carpeta de ejemplos Application =========== Path and name: J:\Fwh2307\fwh\samp...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 442

Re: 1st FWH + [x]Harbour 2017 international conference

hola yo soy nuevo y domino muy poco le compraba un crack y antes funcionaba bien hasta esta ultima actualización que me da este error despues de poner el usuario y la clave para acceder al programa en la mayoria de los windows de 20 que actualiza solo 4 funcionaron Stack Calls =========== Called fro...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265789

Re: Xbrowse : oBrw:ToArray (How to do it)

hola soy nuevo en esto un señor me vendía antes hasta que me dio esta actualización con este error esto sale y dice cerrar Stack Calls =========== Called from: => LEN( 0 ) Called from: a_tc.prg => TCAMBIOSBS( 342 ) Called from: c_todo.prg => C_TODO( 57 ) Called from: siscont.prg => (b)ME...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957

Re: PDF en aplicacion con RICHEDIT

Comprueba si tienes GDIPLUS.LIB en las librerias de Borland

De no tenerlo podrias probar a usar el de Borland 7.0 a ver si te sirve
by Antonio Linares
Thu Oct 19, 2023 5:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en aplicacion con RICHEDIT
Replies: 13
Views: 519

Re: PDF en aplicacion con RICHEDIT

... (c) 1990, 1999 Inprise Corporation. All rights reserved. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Unable to open file 'GDIPLUS.LIB' * Linking errors * Ademas si esta libreria : LoadLibrary( "riched20.dll" ) debe de estar en la carpeta de fwh\samples, no esta
by Garbi
Thu Oct 19, 2023 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en aplicacion con RICHEDIT
Replies: 13
Views: 519

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... + e:\tools\bcc760\lib\psdk\nddeapi.lib + e:\tools\bcc760\lib\psdk\msimg32.lib + e:\tools\bcc760\lib\psdk\psapi.lib + e:\tools\bcc760\lib\psdk\gdiplus.lib + e:\tools\bcc760\lib\psdk\iphlpapi.lib + e:\tools\bcc760\lib\psdk\shell32.lib, del xMate D:\MySql\WinContaPro\Sire\Wc-Sire\Obj\menu.Obj ...
by CARLOS ATUNCAR
Tue Sep 19, 2023 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

Re: Disabled buttons at oBar not greyed out after using FWH1912

... OF oBar GROUP   But this is a lot of work, testing, checking, ensuring all buttons in all modules are shown properly unless I'm willing to use GDIPLUS clause which results in non-sharp images of buttons. Question; cResName2, cResName3 and cResName4 are for what states? Is it Normal, Pressed, ...
by hua
Wed Sep 13, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1666

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %C_LIB_INSTALL%\win32\psdk\msimg32.lib=47,.T.,0,0, %C_LIB_INSTALL%\win32\psdk\psapi.lib=48,.T.,0,0, %C_LIB_INSTALL%\win32\psdk\GdiPlus.lib=49,.T.,0,0, %C_LIB_INSTALL%\win32\psdk\iphlpapi.lib=50,.T.,0,0, %C_LIB_INSTALL%\win32\psdk\shell32.lib=51,.T.,0,0, E:\Tools\fwh2307\lib\libmariadb.lib=52,.T.,0,0, ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

Re: FW 23.07 Xbrowse, Cargos rather than Cargo

Hi Nages, however, this error is generated because ::Cargos is not defined Application =========== Path and name: d:\Zephir\NwCoge\Sigah.exe (32 bits) Size: ********* bytes Compiler version: Harbour 3.2.0dev (r2008190002) FiveWin version: FWH 23.07 C compiler version: Borland/Embarcadero C++ 7.0 (32...
by mauri.menabue
Fri Aug 11, 2023 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, Cargos rather than Cargo
Replies: 4
Views: 287

Re: xHarbour Commercial and latest FWH

... returns a pointer instead of a numeric value. I'm linking these libs: \fwh\lib\xfw.lib \xhb\lib\xHBZIP.LIB \xhb\lib\xHBZipDll.lib \xhb\c_lib\win\gdiplus.lib I made sure I was including the most recent dll.ch however, when I linked in dll.c from the \fwh\source\winapi folder it now works. Perhaps ...
by Randal
Mon Aug 07, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 359

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Hi, all I often get this error but not always. I can't figure out what triggers it, maybe the copy process that loses synchronism with the range of cells involved in the copy? Could the situation be improved with the 64-bit fwh version? Thank you Application =========== Path and name: d:\Zephir\NwCo...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 250

Re: hb_out.. exe crashed...

... equivocaste, no apagas la "X" en el cuadro de diálogo? Regards. porque no me equivoco, el problema esta en la clase btnbmp cuando se usa gdiplus con archivos png, porque a nadie le importa cuando estan deshabilitados, se ve mal sin el comando gdiplus, ya lo mencione en el foro, y porque ...
by Silvio.Falconi
Sat May 20, 2023 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

hb_out.. exe crashed...

... line:       @ nRow-0.2,  320 BTNBMP oBtnGetExchange ;              PROMPT "Aggiorna "  OF oDlgSub;              SIZE 120, 24 PIXEL FLAT GDIPLUS ;              BITMAP "BTN_INTERNET"    LEFT NOROUND ;              ACTION (nCambio:= GetExchangeRates("EUR",cCode,ddatacambio),;  ...
by Silvio.Falconi
Sat May 20, 2023 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407
Next

Return to advanced search