Estoy tratando de compilar el ejemplo maria01.prg con FWH64 (ver detalles mas abajo) pero me genera el siguiente error:
- Code: Select all Expand view
- error LNK2019: unresolved external symbol nxs_crypt referenced in function write_to_file
maria01.exe : fatal error LNK1120: 1 unresolved externals
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 *