Hi Viktor,
Message: 3
Date: Thu, 1 Oct 2009 17:48:12 +0200
From: Viktor Szak?ts <harbour...@syenar.hu>
Subject: Re: [Harbour] Compile Error Using BCC 6.20
To: "Harbour Project Main Developer List."
<harbour@harbour-project.org>
Message-ID: <f2d70c1f-bb6a-4e60-8531-6d98f909b...@syenar.hu>
Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes
>>>>> 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).
I tried to rename import32.lib from BCC 6.20 to test if it's being used
and I got the following error:
bcc32.exe -q -tWM -w -w-sig- -Q -d -6 -O2 -OS -Ov -Oi -Oc
-e..\..\..\..\..\bin\win\bcc\hbpp.exe hbpp.obj
-L../../../../../lib/win/bcc ../../../../../lib/win/bcc/hbnortl.lib
../../../../../lib/win/bcc/hbcommon.lib kernel32.lib user32.lib
ws2_32.lib advapi32.lib gdi32.lib
Fatal: Unable to open file 'IMPORT32.LIB'
mingw32-make.exe[3]: *** [hbpp.exe] Error 1
rm hbpp.obj
mingw32-make.exe[2]: *** [descend] Error 2
mingw32-make.exe[1]: *** [pp.inst] Error 2
mingw32-make.exe: *** [source.inst] Error 2
Anyway, I can stick BCC 5.82 at the moment which is working fine.
Thanks again for your time.
Best regards,
Mario
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour