FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BCC770 and uuid.lib can not find using xMate
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
BCC770 and uuid.lib can not find using xMate
Posted: Thu Apr 25, 2024 08:46 PM
To All

I have seen this error and found several posts with the same issue .. unfortunately .. nothing works for me ... here is my xMate environment ... the only place UUID.LIB is located is C:\Borland\BCC770\lib\psdk

Any help would be appreciated ..

Thanks
Rick Lipkin


Code (fw): Select all Collapse
[Environment]
Description 1=Updated for FWH 2404
Description 2=
Description 3=
PRG Compiler ver=xHarbour
C compiler ver=Bcc770
Subsystem=FWH2404
Author=Richard Lipkin
Last update=04/25/2024

[Advanced]
Command types=1,1,1,1,1,1,1,1,1

[Harbour]
HB_INSTALL=C:\XHARBOUR
HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w0 /es2 /a /i%HB_INC_INSTALL%
Option prefix=/

[C]
C_INSTALL=C:\Borland\bcc770
C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -M -c -v %CRLF%-DHB_OS_WIN_32 %CRLF%-I%C_INC_INSTALL%;%HB_INC_INSTALL%  -n%HOME%\Obj %C%
C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST%
C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK%
C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r  -fo%RES%  %RC%
C_DLL_COMMAND=
Option prefix=-

[User]
POSTEXE_COMMAND=
POSTLIB_COMMAND=
POSTDLL_COMMAND=

[Files]
%C_LIB_INSTALL%\c0w32.obj=1
%C_LIB_INSTALL%\PSDK\uuid.lib=2
C:\FWH2404\LIB\Fivehx.lib=3
C:\FWH2404\LIB\Fivehc.lib=4
%HB_LIB_INSTALL%\rtl.lib=5
%HB_LIB_INSTALL%\vm.lib=6
%HB_LIB_INSTALL%\gtgui.lib=7
%HB_LIB_INSTALL%\lang.lib=8
%HB_LIB_INSTALL%\macro.lib=9
%HB_LIB_INSTALL%\rdd.lib=10
%HB_LIB_INSTALL%\dbfntx.lib=11
%HB_LIB_INSTALL%\dbfcdx.lib=12
%HB_LIB_INSTALL%\dbffpt.lib=13
%HB_LIB_INSTALL%\hbsix.lib=14
%HB_LIB_INSTALL%\debug.lib=15
%HB_LIB_INSTALL%\common.lib=16
%HB_LIB_INSTALL%\pp.lib=17
%HB_LIB_INSTALL%\pcrepos.lib=18
%HB_LIB_INSTALL%\ct.lib=19
%HB_LIB_INSTALL%\zlib.lib=20
%HB_LIB_INSTALL%\hbzip.lib=21
%HB_LIB_INSTALL%\libmisc.lib=22
%HB_LIB_INSTALL%\tip.lib=23
%HB_LIB_INSTALL%\png.lib=24
%HB_LIB_INSTALL%\hbhpdf.lib=25
%HB_LIB_INSTALL%\libharu.lib=26
%C_LIB_INSTALL%\cw32.lib=27
%C_LIB_INSTALL%\IMPORT32.LIB=28
%C_LIB_INSTALL%\PSDK\ws2_32.lib=29
%C_LIB_INSTALL%\PSDK\odbc32.lib=30
%C_LIB_INSTALL%\PSDK\rassapi.lib=31
%C_LIB_INSTALL%\PSDK\nddeapi.lib=32
%C_LIB_INSTALL%\PSDK\msimg32.lib=33
%C_LIB_INSTALL%\PSDK\psapi.lib=34
%C_LIB_INSTALL%\PSDK\GdiPlus.lib=35
%C_LIB_INSTALL%\PSDK\iphlpapi.lib=36
%C_LIB_INSTALL%\PSDK\shell32.lib=37


[DLL Files]
%C_LIB_INSTALL%\import32.lib=1
%HB_LIB_INSTALL%\harbour.lib=2
%C_LIB_INSTALL%\c0w32w.obj=3
%C_LIB_INSTALL%\cw32.lib=4
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: BCC770 and uuid.lib can not find using xMate
Posted: Thu Apr 25, 2024 09:08 PM

Sorry, I can't help you with xMate, never used it. I can with a simple batch, if you want.

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: BCC770 and uuid.lib can not find using xMate
Posted: Thu Apr 25, 2024 09:09 PM

Enrico

The quick, down and dirty solution was to put uuid.lib in my default program folder .. not a great solution .. hate to put any libs in my program folders ..

Thanks

Rick Lipkin

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: BCC770 and uuid.lib can not find using xMate
Posted: Thu Apr 25, 2024 09:12 PM

Try setting bcc32.cfg as I wrote in the other thread.

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: BCC770 and uuid.lib can not find using xMate
Posted: Fri Apr 26, 2024 08:04 AM

I had the same error, you have to set the folders in the ilink32 and bcc7 cfg files, there is a thread in this forum where I explain what to do

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: BCC770 and uuid.lib can not find using xMate
Posted: Mon Apr 29, 2024 04:37 PM
Silvo

Use this Bcc32.cfg file to fix the li8n xMate compile error ..
Code (fw): Select all Collapse
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro

Continue the discussion