Search found 38 matches: peinfo

Return to advanced search

Re: SOBRE DLL

Estimado Claudio,

Abre la DLL usando esta utilidad:
https://github.com/FiveTechSoft/FWH_tools/blob/master/peinfo.exe

y selecciona en el folder "Exports"
by Antonio Linares
Fri Oct 27, 2023 9:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOBRE DLL
Replies: 7
Views: 350

Re: Error "no se encuentra el ordinal155 en la biblioteca .."

Lubin,

Abre tu EXE con la utilidad peinfo.exe:
https://github.com/FiveTechSoft/FWH_tools/blob/master/peinfo.exe

Ahí verás todas las DLLs que tu EXE requiere y podras identificar facilmente cual es el ordinal 155 que no encuentra
by Antonio Linares
Sun May 15, 2022 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error "no se encuentra el ordinal155 en la biblioteca .."
Replies: 5
Views: 248

Re: How to troubleshoot LoadLibrary() failure?

Hua,

Please use this tool:
https://github.com/FiveTechSoft/FWH_tools/blob/master/peinfo.exe

peinfo.exe blat.dll

and check what external DLLs blat.dll requires. It seems as your customer does not have all of them.
by Antonio Linares
Tue Apr 20, 2021 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to troubleshoot LoadLibrary() failure?
Replies: 2
Views: 327

Re: Dependency walker - great utility

Enrico,

Better use:
https://github.com/knik0/peinfo

Open a bash window from Windows 10 and build it this way:
gcc peinfo.c

then:
./a.out yourapp.exe

This command line tool is great. We should build a function with it for Harbour or FWH.
It is the best one that I have ever tested
by Antonio Linares
Sat Sep 14, 2019 8:59 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1061

Re: Dependency walker - great utility

A very good tool from the command line:

https://github.com/knik0/peinfo
by Antonio Linares
Sat Sep 14, 2019 8:09 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1061

Re: Problem building mod_harbour libraries

I have been reviewing the imports of adsloc64.dll using this great EXE/DLL analyzer:

https://github.com/knik0/peinfo (use it from Windows 10 bash building it using gcc)

and I don't see anything suspicious. All external DLLs seem to be satisfied.
by Antonio Linares
Thu Jul 25, 2019 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 3608

Re: mod_harbour and APACHE on WINDOWS SERVER

Dear Antonio,
would you be so kind to tell us how to start PEInfo to get this information.

Thank you in advance
Otto
by Otto
Mon Jul 08, 2019 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour and APACHE on WINDOWS SERVER
Replies: 9
Views: 922

Re: Primera app real de Windows 8 Metro desde FWH !!!

Estimado Antonio: Ejecuté la aplicación PEInfo, en el resumen que aparece en formato HTML en la sección IMPORTS aparece un resumen de las DLL, pero ahí no consta COMBASE.DLL. IMPORTS  Linker producer: BorlandImports from: C:\Windows\SYSTEM32\advapi32.dll ...
by nanoespinoza
Wed Jun 06, 2018 2:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primera app real de Windows 8 Metro desde FWH !!!
Replies: 19
Views: 4309

Re: Primera app real de Windows 8 Metro desde FWH !!!

Fernando,

Por favor inspecciona tu EXE con esta utilidad:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe

y ahi podrás ver exactamente que funciones de cada DLL se están usando
by Antonio Linares
Wed Jun 06, 2018 9:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primera app real de Windows 8 Metro desde FWH !!!
Replies: 19
Views: 4309

Re: Antonio: cGetDir and ::shadow()

Please inspect both EXEs using this tool:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe

look for differences in the embedded manifest files and/or resources
by Antonio Linares
Wed Apr 25, 2018 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6317

Re: ntdll.dll error

Tim,

You can inspect your EXE using this tool to know what DLLs/functions are used:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe
by Antonio Linares
Thu Mar 29, 2018 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ntdll.dll error
Replies: 8
Views: 1451

Re: New FWH 17.09

Michel, Again we need to create a xfw.lib from a xfw.def file: We use peinfo.exe to inspect Windows user32.dll and obtain the ordinal number of each function: https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe xfw.def LIBRARY ...
by Antonio Linares
Thu Oct 05, 2017 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.09
Replies: 3
Views: 893

Re: Crear Brush desde un recurso JPG

Ya lo hice antonio, antes de enviarte la imagen anterior, lo probé. Cuando vi que el PEINFO.EXE lo colocaba en mayúscula lo puse igual y nada. Voy a dejarlo quieto unos dias a ver si cuando lea de nuevo todo el codigo relacionado encuentre la falla de inmediato. Eso ...
by JoseAlvarez
Mon Apr 10, 2017 7:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Brush desde un recurso JPG
Replies: 14
Views: 1443

Re: Crear Brush desde un recurso JPG

... que me indicaste y el recurso Sí aparece. Acá te dejo la imagen y te la enmarqué en un cuadro rojo http://www.softwarebinario.com/ml/PEINFO.jpg Taambien probé colocando el recurso aparte en una RC nueva que solo tiene como contenido esto Socios 10 "c:/AhorroRC/Imagenes/Jpg/Socios.jpg" ...
by JoseAlvarez
Mon Apr 10, 2017 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Brush desde un recurso JPG
Replies: 14
Views: 1443
Next

Return to advanced search