This sample:
- Code: Select all Expand view
- #include "FiveWin.ch"
PROCEDURE Main()
MsgInfo( getNetCardId() )
RETURN
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