Página 1 de 1

Borland compiling asks for uuid.lib

Publicado: Mié Ago 17, 2022 6:55 pm
por DC
Hi,

I normally use Mingw for Xailer, but am playing with the Borland choice.

There are a whole slew of libraries that need to be Added to the Library list, like hbcommon.lib and many others, because they aren't in the Harbour distribution that is installed with Xailer. No problem, I just unchecked them in the library list for this product, and added them from a separate Harbour distribution.

However, there is a uuid.lib that is part of the Borland distribution. It's not listed in the Project Properties/Libraries list. But it's required in order to compile, apparently.

After getting the missing uuid error, I went ahead and added uuid.lib manually to Project Properties/Libraries. But when linking, it still says that UUID.LIB is missing.

Re: Borland compiling asks for uuid.lib

Publicado: Jue Ago 18, 2022 12:30 pm
por ignacio
Hi,

Try if it happens with a very simple project. Some harbour extensions can only be linked with MinGW. Harbour crew decided to abandon BCC long time ago.

Regards,

Re: Borland compiling asks for uuid.lib

Publicado: Jue Ago 18, 2022 3:42 pm
por DC
I understand. Ok, thanks Ignacio.
ignacio escribió: Jue Ago 18, 2022 12:30 pm Hi,

Try if it happens with a very simple project. Some harbour extensions can only be linked with MinGW. Harbour crew decided to abandon BCC long time ago.

Regards,