Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIssue in Simple Client in Nios2
Hi, I am having the simple client in nios2 program which is using the winsock2.h header. Have included the all w32api files to the project. ( Attached is the client program). When I try to ...
Altera_Forum
Honored Contributor
14 years agoYou can't use winsock or win32 API on a Nios 2 application, they are only available on Windows. You should use standard BSD sockets instead.