Forum Discussion
53 Replies
- Altera_Forum
Honored Contributor
In main() you need to start the operating system, the Interniche TCP/IP stack, and one or several threads with your application.
You should start with the Webserver or Simple Sockets Server examples to see how it can be done. - Altera_Forum
Honored Contributor
TO_BE_DONE
- Altera_Forum
Honored Contributor
the error message you wrote doesn't give any information about the error. You need to tell us what is written before, which is the real error message.
by the way your main function is still empty, so it won't do anything when you'll run the application.