Page 1 of 1

BCC770 and uuid.lib can not find using xMate

PostPosted: Thu Apr 25, 2024 8:46 pm
by Rick Lipkin
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: Select all  Expand view

[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

 

Re: BCC770 and uuid.lib can not find using xMate

PostPosted: Thu Apr 25, 2024 9:08 pm
by Enrico Maria Giordano
Sorry, I can't help you with xMate, never used it. I can with a simple batch, if you want.

Re: BCC770 and uuid.lib can not find using xMate

PostPosted: Thu Apr 25, 2024 9:09 pm
by Rick Lipkin
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

Re: BCC770 and uuid.lib can not find using xMate

PostPosted: Thu Apr 25, 2024 9:12 pm
by Enrico Maria Giordano
Try setting bcc32.cfg as I wrote in the other thread.

Re: BCC770 and uuid.lib can not find using xMate

PostPosted: Fri Apr 26, 2024 8:04 am
by Silvio.Falconi
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

Re: BCC770 and uuid.lib can not find using xMate

PostPosted: Mon Apr 29, 2024 4:37 pm
by Rick Lipkin
Silvo

Use this Bcc32.cfg file to fix the li8n xMate compile error ..

Code: Select all  Expand view

-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