FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Librería Ace64.a
Posts: 144
Joined: Thu Jan 02, 2014 01:49 PM
Librería Ace64.a
Posted: Mon Jan 23, 2017 05:59 PM

Buen día a todos
Dónde puedo conseguir o cómo puede generar la librería ace64.a para Harbour a 64 Bits

Saludos

Posts: 144
Joined: Thu Jan 02, 2014 01:49 PM
Re: Librería Ace64.a
Posted: Mon Jan 23, 2017 09:35 PM

Listo el pollo !!! :-)
Gracias

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Librería Ace64.a
Posted: Tue Jan 24, 2017 08:22 AM

Puedes explicar cómo la has creado ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 144
Joined: Thu Jan 02, 2014 01:49 PM
Re: Librería Ace64.a
Posted: Fri Jan 27, 2017 06:24 PM
Use Mkexp.exe


Code (fw): Select all Collapse
 mkexp
mkexp.exe: Copyright (c) 2012 Embarcadero Technologies, Inc.
All rights reserved.

usage: mkexp [-n] [-d] [-o] [-p]   outputfile inputfile
    Creates an import archive from an input file.
    Valid input files are OMF object files that contain only
    EXPDEF COMENT records, PE files, and DEF files.

    -f: prefer to link by ordinal (dangerous)
    -d: assume input is a DEF file
    -o: assume input is an OMF object file
    -p: assume input is a PE file

    File type is by default based on extension:
    OMF: .obj
    DEF: .def
    PE:  .dll, .exe

Continue the discussion