I don't have this compiler. You'll have to find out
which bcc system lib holds this symbol.

grep WSAIoctl *.lib

Brgds,
Viktor


I have the following results:

Binary file import32.lib matches
Binary file intraweb_100_140.lib matches
Binary file ws2_32.lib matches

How can I include these libs to build Harbour?


Thanks. ws2_32 is already on the liblist, so the problem
may lie elsewhere



Pressed send by mistake, well, check your BCC setup,
I'd guess it's wrong.



I can compile Harbour with BCC 5.82 successfully. What I have noticed is that WSAIoctl from BCC 5.82 only exist with ws2_32.lib, while from BCC 6.20, it is present both with import32.lib and ws2_32.lib. Would the ordering of these two libs help in resolving the issue?

I don't think so, since import32.lib isn't used at all in this case.

Please verify your BCC 6.20 installation, .cfg files. If these are wrong,
you can still build all other versions of BCC (which happen to be
configured right).

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to