i have a multi-Boot System with 32 Bit OS and 64 BIt OS
i still have Problem to build 32 Bit App under 64 Bit OS.
it work under 32 Bit OS but fail under 64 Bit OS
i have copy all source CODE to 64 Bit OS and just change Drive C: into X: in *.MAK File
- Code: Select all Expand view
- ...
echo X:\BCC770\lib\uuid.lib + >> b32.bc
...
IF EXIST DUALGRID.res echo DUALGRID.res >> b32.bc
X:\BCC770\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'UUID.LIB'
** error 2 ** deleting DUALGRID.EXE
but UUID.LIB does exist in that Folder
- Code: Select all Expand view
- c:\fwh\0\LISTVIEW>dir X:\BCC770\lib\u*
Verzeichnis von X:\BCC770\lib
19.03.2015 06:55 2.048 uuid.lib
in *.MAK file i have this Settings
- Code: Select all Expand view
- HBDIR=X:\harbour
BCDIR=X:\BCC770
FWDIR=X:\fwh
i have no Idee any more, WHY he can´t open UUID.LIB as it exist in the Folder