I enjoy made an aplication using sokets and the WSAIoctl functon, buth in compilation time t seize this error :"[Linker Error] Error: Unresolved external 'WSAIoctl' referenced " How do I resolve it ?
Answers:
Are you using the borland compiler?
It might be an issue next to the files living in different folders that are not specified correctly in the configuration.
Check out this post for more:
http://lists.trolltech.com/qt-interest/2...
Good luck!