This should be fixed in HWGUI.

Either by using their own namespace, or by using hbfimage functionality
as is, or by at least fixing internal dependencies so that external
freeimage wrapper can be used with core HWGUI functionality.

IOW: Not a Harbour problem.

Brgds,
Viktor

On 2009 Oct 4, at 03:15, Fernando Athayde wrote:

   fi_Initialise()
   msginfo("ok")
   msginfo(fi_GetVersion())

>> hImage := fi_Load( FIF_JPEG, "e:\fjfrigohb\digitalizados \almoxarifado\sample1.jpg", JPEG_DEFAULT )
this line causes GPF

   msginfo("ok")
hImage := fi_Load( FIF_BMP, "digitalizados\almoxarifado\" +cArquivo+".bmp", BMP_DEFAULT )
   msginfo("ok")
fi_Save( FIF_JPEG, hImage, "digitalizados\almoxarifado\" +cArquivo +".jpg", JPEG_DEFAULT )
   msginfo("ok")
   fi_Unload( hImage )
   msginfo("ok")
   fi_Deinitialise()

if i use test in contrib function perfectly
only causes GPF in hwgui
is there in hwgui a class HFreeImage

Thanks,
Fernando

De: Francesco Saverio Giudice <[email protected]>
Para: Harbour Project Main Developer List. <[email protected] >
Enviadas: Sábado, 3 de Outubro de 2009 19:07:54
Assunto: Re: [Harbour] freeimage harbour conflicts with hwgui

Hi Fernando,

Il 03/10/2009 20.51, Fernando Athayde ha scritto:
> i'm testing freeimage in gui mode
> and I've a problem with funciona fi_ (cause GPF)
> in hwgui don't have the same parameters, and don't have all functions
> is there any way, to pass this problem?
>
>
could you kindly post some details and possible a sample ?

Best Regards,
Francesco


_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to