Search found 33 matches: freeimage64

Return to advanced search

Re: Cannot Load FreeImage64.dll

Cristobal, he cambiado la clase y ahora no da errores, gracias :shock:
by José Vicente Beltrán
Thu May 14, 2020 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: Cannot Load FreeImage64.dll

Jose Vicente, por qué no utilizas la clase TXImage y te quitas dependencias externas?
by cnavarro
Thu May 14, 2020 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: Cannot Load FreeImage64.dll

Hola a todos, estoy a un paso de conseguir que funcione mi primera aplicación a 64bits. el error que aparece es el consabido " Cannot load Freeimage64.dll " - FreeImage64.dll está en el directorio del .EXE - Si hago MsgInfo(LoadLibrary("freeimage64.dll")) me devuelve un valor ...
by José Vicente Beltrán
Thu May 14, 2020 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: PDF en Windows Server 2012

Alguien ha usado Freeimage64.dll en un Windows Server R2 2012. 64 Bits

La versión que tengo no se carga.

Saludos
by Vikthor.Thomas
Wed Jan 11, 2017 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en Windows Server 2012
Replies: 10
Views: 2824

Re: Nuevo FWH 16.06

... es que la DLL libmysql64.dll no la reconoce con ese nombre sino con libmysql.dll ese es el error, por eso hago la comparación con freeimage.dll y freeimage64.dll que se llaman bien cuando se abre una aplicacion en 32bits(freeimage.dll) y 64bits(freeimage64.dll). Ahora lo otro importante es el ...
by luisduque
Wed Aug 31, 2016 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.06
Replies: 10
Views: 2511

Re: Nuevo FWH 16.06

... trabajar en 64bits existe alguna manera de trabajar con libmysql.dll y libmysql64.dll en la misma carpeta asi como se trabaja freeimage.dll y freeimage64.dll. 2. coloco un ejemplo sencillo donde cada vez que se revisa una procedimiento se incrementa la memoria, es como si no cerrara el oRcs ...
by luisduque
Wed Aug 31, 2016 5:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.06
Replies: 10
Views: 2511

Re: TMySql Fwh 16.05 y 16.06

... trabajar en 64bits existe alguna manera de trabajar con libmysql.dll y libmysql64.dll en la misma carpeta asi como se trabaja freeimage.dll y freeimage64.dll. 2. coloco un ejemplo sencillo donde cada vez que se revisa una procedimiento se incrementa la memoria, es como si no cerrara el oRcs ...
by luisduque
Tue Aug 30, 2016 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMySql Fwh 16.05 y 16.06
Replies: 9
Views: 1436

TMySql Fwh 16.05 y 16.06

... trabajar en 64bits existe alguna manera de trabajar con libmysql.dll y libmysql64.dll en la misma carpeta asi como se trabaja freeimage.dll y freeimage64.dll. 2. coloco un ejemplo sencillo donde cada vez que se revisa una procedimiento se incrementa la memoria, es como si no cerrara el oRcs ...
by luisduque
Mon Aug 29, 2016 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMySql Fwh 16.05 y 16.06
Replies: 9
Views: 1436

Re: FWH64

... rename in testend.zip and test the 64bit program. On all my 64bit-computers not functioning! The MsgSplash(..) not functioning! (maybe my freeimage64.dll is wrong. Downloaded new, always the same error). http://byte-one.com/testend.zop
by byte-one
Sun Apr 03, 2016 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128

Re: FWH64

Manifest is OK now! But when i use a image and freeimage64.dll (hb_log.out) : Application Internal Error - C:\ADISC\ADISC64.exe Terminated at: 2016-04-01 07:39:52 Unrecoverable error 6005: Exception error: Exception Code:C0000005 ACCESS_VIOLATION ...
by byte-one
Fri Apr 01, 2016 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128

Re: Cannot Load FreeImage64.dll

Gracias master, resuelto: #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>#include <hbapierr.h>HB_FUNC( ISEXE64 ) // Check if our app is 64 bits{   hb_retl( ( sizeof( void * ) == 8 ) );}       #pragma ENDDUMP...
by karinha
Wed Mar 09, 2016 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: Cannot Load FreeImage64.dll

João,

Code: Select all  Expand view

HB_FUNC( ISEXE64 ) // Check if our app is 64 bits
{
   hb_retl( ( sizeof( void * ) == 8 ) );
}
by Antonio Linares
Wed Mar 09, 2016 7:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: Cannot Load FreeImage64.dll

Gracias maestro. El próximo mes, vamos a actualizar la Fivewin a la última versión 2016. Me encanta Fivewin.
Súper agradecido.

Saludos.
by karinha
Wed Mar 09, 2016 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: Cannot Load FreeImage64.dll

La solución de Cristobal es la correcta
by Antonio Linares
Wed Mar 09, 2016 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460

Re: Cannot Load FreeImage64.dll

cnavarro wrote:Creo que quedaria mejor asi

Code: Select all  Expand view


   CLASSDATA cResFile AS CHARACTER ;
       INIT If( ISExe64(), "freeimage64.dll", "freeimage.dll" )
 
 


Master en la version FWH1306 no ejiste esta funcion ISExe64()

Gracias, saludos.
by karinha
Wed Mar 09, 2016 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cannot Load FreeImage64.dll
Replies: 14
Views: 1460
Next

Return to advanced search