Hi,
Now I got this error:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β FWH 64 for Harbour 16.02 (MSVC++) Feb.2016 Harbour development power ββ
β (c) FiveTech 1993-2016 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Compiling...
Harbour 3.2.0dev (r1603082110)
Copyright (c) 1999-2016,
http://harbour-project.org/
Compiling 'xbrwin7.prg' and generating preprocessed output to 'xbrwin7.ppo'...
Lines 4828, Functions/Procedures 1
Generating C source output to 'xbrwin7.c'... Done.
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
xbrwin7.c
LINK : fatal error LNK1181: cannot open input file 'c:\_vmsdata\FWH64\harbour64\
lib\vc64\hbrtl.lib'
* Linking errors *
In the build64.bat file is the path hdirl set to
set hdirl=%hdir%\lib\vc64
but there is no subdirectory VC64
I changed the path to
set hdirl=%hdir%\lib and now it's working.
Are are the LIB's in lib-directory maybe for VC64?