error LNK2019: unresolved external symbol nxs_crypt

Post Reply
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

error LNK2019: unresolved external symbol nxs_crypt

Post 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 *
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: error LNK2019: unresolved external symbol nxs_crypt

Post by Antonio Linares »

George,

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

https://github.com/FiveTechSoft/harbour ... msvc64.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: error LNK2019: unresolved external symbol nxs_crypt

Post by George »

Gracias Antonio. Ahora compila bien.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: error LNK2019: unresolved external symbol nxs_crypt

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply