hi
i have try again to use
- Code: Select all Expand view
cd\fwh\samples
build tutor01
for 32 Bit and got to old Problem that BUILD.BAT does not work
found out that it CRASH at this line
- Code: Select all Expand view
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /DDOS /w /p %2 %3 > comp.log
while missing
- Code: Select all Expand view
set fwh=%FWDIR%
in BUILD.BAT (got it from BUILD64.BAT)
but there is another Problem :
Compiling...
Harbour 3.2.0dev (r2008190002)
Copyright (c) 1999-2020,
https://harbour.github.io/Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 5029, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
tutor01.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'UUID.LIB'
* Linking errors *
so i check PATH of UUiD.LIB
- Code: Select all Expand view
c:\fwh\samples>dir %bcdir%\lib\u*
Verzeichnis von c:\bcc770\lib
19.03.2015 06:55 2.048 uuid.lib
it is OK and exist, so why i got a Error Message
i check B32.BC and it contain
- Code: Select all Expand view
c:\bcc770\lib\uuid.lib
so i check more and found out that Error is in this line
- Code: Select all Expand view
c:\fwh\samples>%bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bc
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'UUID.LIB'
Question : why does it CRASH
what are wrong with Version 24.07