Hi,
This sample:
gives these unresolved extarnals:
xLINK: error: Unresolved external symbol '__chkstk'.
xLINK: error: Unresolved external symbol '_GetAdaptersInfo'.
I'm using FWH 8.08 and latest xHarbour Builder.
Patrick
This sample:
#include "FiveWin.ch"
PROCEDURE Main()
MsgInfo( getNetCardId() )
RETURNgives these unresolved extarnals:
xLINK: error: Unresolved external symbol '__chkstk'.
xLINK: error: Unresolved external symbol '_GetAdaptersInfo'.
I'm using FWH 8.08 and latest xHarbour Builder.
Patrick