Hello Toninho,
> Please, there are any way to configure my bcc paths without installing
> it?
> Scenario: I have a removable hard drive, and I use it in several
> machines. BCC58 is COPIED in E:\Harbour\Bcc55
> When I try to compile XH, I receive a message that import32.lib and
> others are not found, same changing BCCDIR and CC_DIR in make_b32.bat
IMO, it's a path search problem. Have you checked how ILINK32.CFG in
E:\harbour\Bcc55\Bin looks like? It should contains among others:
-LH:\Habour\Bcc55\Lib
provided import32.lib is in there.
Or you can modify LINK_CMD macro in makefile.bc by adding that, so:
LINK_CMD=\
ILINK32 -ap -Tpe -x -Gn -C -LH:\harbour\Bcc55\lib c0x32.obj $**,$@,,
HTH.
--
Andi
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers