Search found 28 matches: testgif

Return to advanced search

Re: Classe TGif

Olá Karinha,

Eu peguei os exemplos testgif.prg, testgif2.prg, testgifr.prg e apenas troquei o nome do meu gif e coloquei gif na pasta gifs. Ele compila mas não executa o programa.

Att.,

Oliveiros Junior
by oliveiros junior
Sat Dec 09, 2023 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1674

Re: Classe TGif

FWH\samples\testgif.prg, testgif2.prg, testgifr.prg
by Antonio Linares
Sat Dec 09, 2023 8:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1674

Re: Error FIVEHC.LIB ANIGIF

Manuel,

Acabo de probar los ejemplos FWH\samples\testgif.prg y testgif2.prg y funcionan correctamente.

Esos errores seguramente se deben a que la versión de FWH que usas está construida con BCC55 y no es compatible con BCC582.
by Antonio Linares
Sun Jun 29, 2014 5:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FIVEHC.LIB ANIGIF
Replies: 2
Views: 598

DOS Dudas

... muy buenas: Tengo 2 dudas y no consigo resolverlas: 1) ¿Cómo insertar un GIF animado en un DIALOGS construido desde RECURSO? Probé según testgif.prg, haciendo un TGif():New( oWnd, "..\gifs\halo.gif", 10, 10 ), pero no llega NI a aparecer el GIF 2) ¿Se puede hacer que aparezca ...
by Loren
Sun Jan 19, 2014 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DOS Dudas
Replies: 11
Views: 2602

Re: Problem with FiveHCM.lib

... 10, 10 )      ACTIVATE WINDOW oWndreturn nil New error: Lines 33, Functions/Procedures 1 Generating C source output to 'obj32\testgif.c'... Generating object output to 'obj32\testgif.obj'... testgif.prg(12): error: Redeclaration of 'GetWindowLongA' previously declared at D:\FWH\include\winuser.h(4331): ...
by mtajkov
Thu Nov 22, 2012 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveHCM.lib
Replies: 16
Views: 3559

Re: Problem with FiveHCM.lib

... 10, 10 )      ACTIVATE WINDOW oWndreturn nil Lines 33, Functions/Procedures 1 Generating C source output to 'obj32\testgif.c'... Generating object output to 'obj32\testgif.obj'... testgif.prg(13): error: Undeclared identifier 'nIndex'. Type: C >>>Couldn't ...
by mtajkov
Thu Nov 22, 2012 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveHCM.lib
Replies: 16
Views: 3559

Re: Problem with FiveHCM.lib

... 10, 10 )      ACTIVATE WINDOW oWndreturn nil but: Lines 30, Functions/Procedures 1 Generating C source output to 'obj32\testgif.c'... Generating object output to 'obj32\testgif.obj'... testgif.prg(9): warning: Missing type specifier. testgif.prg(9): error: Syntax error; ...
by mtajkov
Wed Nov 21, 2012 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveHCM.lib
Replies: 16
Views: 3559

Problem with FiveHCM.lib

I tried to compiling testgif.prg but: Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\FWH\lib" -LIBPATH:"D:\xHB2011\Lib" -LIBPATH:"D:\xHB2011\c_lib" ...
by mtajkov
Wed Nov 21, 2012 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveHCM.lib
Replies: 16
Views: 3559

Re: Can't compile some fwh\samples using MingW

Hello testcal.prg and testcal2.prg too fixed testmex.prg too fixed testgif.prg too fixed testcf1.prg too fixed testsk1.prg too fixed Testfx4.prg can be compiled but oFolder:SetLayout() doesn't work. in review Testblur.prg can't be compiled please delete the ...
by Daniel Garcia-Gil
Thu Oct 06, 2011 6:24 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Can't compile some fwh\samples using MingW
Replies: 11
Views: 1884

New FTDN December/Diciembre 2009 (9.12)

... again. * Enhancement: Class TGif has been greatly enhanced supporting now much more different GIF internal formats. Please review FWH\samples\TestGif.prg and TestGif2.prg * Enhancement: Class TGet DATA lDisColors has been changed into a CLASSDATA, so now if one single instance of a TGet modifies ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2587

Re: Activex X Gifs

Luiz,

Por favor revisa FWH\samples\TestGif.prg
by Antonio Linares
Sun Oct 25, 2009 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activex X Gifs
Replies: 1
Views: 461

Re: Error Building TestGif.prg

Andy, We have just tested it with FWH 9.08 and Microsoft VC2008 and it is working fine. Here you have the EXE to test it: http://www.mediafire.com/?sharekey=beb981e14cf9119d4c17ca8801618ef72a143a0147d1821cc95965eaa7bc68bc (rename as .zip) As FWH GIF support uses C++ and PellesC used from xHB does no...
by Antonio Linares
Wed Sep 02, 2009 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Building TestGif.prg
Replies: 7
Views: 1650

Re: Error Building TestGif.prg

Antonio, Yes, the file is there. Here is my code with the file check: // Animated GIFs support for FWH#include "FiveWin.ch"function Main()   local oWnd   DEFINE WINDOW oWnd TITLE "Animated GIFs"   MsgInfo( FILE( "..\gifs\halo.gif" ) )   TGif(...
by arpipeline
Wed Sep 02, 2009 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Building TestGif.prg
Replies: 7
Views: 1650

Re: Error Building TestGif.prg

Andy,

Please check that you have the GIF file used from FWH\samples\TestGif.prg
by Antonio Linares
Wed Sep 02, 2009 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Building TestGif.prg
Replies: 7
Views: 1650
Next

Return to advanced search

cron