Page 1 of 1

error LNK2019: unresolved external symbol nxs_crypt

Posted: Tue May 07, 2019 9:24 pm
by George
Hola,
Estoy tratando de compilar el ejemplo maria01.prg con FWH64 (ver detalles mas abajo) pero me genera el siguiente error:

Code: Select all

error LNK2019: unresolved external symbol nxs_crypt referenced in function write_to_file
maria01.exe : fatal error LNK1120: 1 unresolved externals
He buscado en el foro pero no encuentro referencia alguna a este problema. Alguna sugerencia de como solucionarlo?

Saludos,

George


────────────────────────────────────────────────────────────────────────────┐
│ FWH 64 for Harbour 19.03 (MSVC++) Mar. 2019 Harbour development power │▄
│ (c) FiveTech 1993-2019 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█
└────────────────────────────────────────────────────────────────────────────┘█
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.9.11
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x86_x64'
Compiling...
Harbour 3.2.0dev (r1801051438)
Copyright (c) 1999-2016, http://harbour-project.org/
Compiling 'maria01.prg' and generating preprocessed output to 'maria01.ppo'...
Lines 4887, Functions/Procedures 2
Generating C source output to 'maria01.c'... Done.
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.1 for x64
Copyright (C) Microsoft Corporation. All rights reserved.

maria01.c
FiveH64.lib(FWMARIA.obj) : error LNK2019: unresolved external symbol nxs_crypt referenced in function write_to_file
maria01.exe : fatal error LNK1120: 1 unresolved externals
* Linking errors *

Re: error LNK2019: unresolved external symbol nxs_crypt

Posted: Wed May 08, 2019 7:10 am
by Antonio Linares
George,

Por favor enlaza esta libreria xhb.lib de 64 bits para MSVC:

https://github.com/FiveTechSoft/harbour ... msvc64.zip

Re: error LNK2019: unresolved external symbol nxs_crypt

Posted: Wed May 08, 2019 9:45 am
by George
Gracias Antonio. Ahora compila bien.

Re: error LNK2019: unresolved external symbol nxs_crypt

Posted: Wed May 08, 2019 11:15 am
by Antonio Linares
George,

Aqui tienes el Harbour 64 bits para Visual Studio Community 2019 más reciente:

http://forums.fivetechsupport.com/viewt ... 16&t=37140