Re: Re: [Harbour] Compile Error Using BCC 6.20

2009-10-04 Thread ToninhoFWi
Hi Mario, Try to look into bcc32.cfg and ilink32.cfg, there are some paths there that need be filled, here is my files: ---bcc32.cfg--- -IC:\bcc\include;C:\bcc\include\dinkumware -LC:\bcc\lib -O2 -d -5 -6 -a8 ---bcc32.cfg--- ---ilink32.cfg--- -LC:\bcc\lib ---ilink32.cfg--- Regards, Toninho.

Re: [Harbour] Compile Error Using BCC 6.20

2009-10-01 Thread Viktor Szakáts
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

Re: [Harbour] Compile Error Using BCC 6.20

2009-10-01 Thread Mario H. Sabado
Hi Viktor, Message: 3 Date: Thu, 1 Oct 2009 17:48:12 +0200 From: Viktor Szak?ts Subject: Re: [Harbour] Compile Error Using BCC 6.20 To: "Harbour Project Main Developer List." Message-ID: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes >>>&

Re: [Harbour] Compile Error Using BCC 6.20

2009-10-01 Thread Viktor Szakáts
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 t

Re: [Harbour] Compile Error Using BCC 6.20

2009-10-01 Thread Mario H. Sabado
Hi Viktor, -- Message: 6 Date: Thu, 1 Oct 2009 13:14:46 +0200 From: Viktor Szak?ts Subject: Re: [Harbour] Re: Compile Error Using BCC 6.20 To: Viktor Szak?ts Cc: "Harbour Project Main Developer List." Message-ID: <24c252bf-3552-4073-a5a7-0177b93ea...@syenar

Re: [Harbour] Compile Error Using BCC 6.20

2009-09-30 Thread Viktor Szakáts
Hi Mario, I don't have this compiler. You'll have to find out which bcc system lib holds this symbol. grep WSAIoctl *.lib Brgds, Viktor On 2009 Oct 1, at 01:15, Mario H. Sabado wrote: Hi Viktor, I have the following error when compiling Harbour under Windows XP using BCC 6.20. **

[Harbour] Compile Error Using BCC 6.20

2009-09-30 Thread Mario H. Sabado
Hi Viktor, I have the following error when compiling Harbour under Windows XP using BCC 6.20. ** ilink32.exe -q -Gn -C -aa -Tpd -Gi -x c0d32.obj @__dyn__.tmp Error: Unresolved external 'WSAIoctl' referenced from D:\HARBOUR\SOURCE\RTL\OBJ