- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone have an example of makng a internet server using Intel Fortran?
I tried doing a SOCKET( AF_INET, SOCK_STREAM, 0 ) call but it failed. And don't know how to retrieve errno() from DFWin.
Any examples greatly appreciated !
I tried doing a SOCKET( AF_INET, SOCK_STREAM, 0 ) call but it failed. And don't know how to retrieve errno() from DFWin.
Any examples greatly appreciated !
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Never mind, I figured it out by myself. You have to call WSAStartup for some mostly unfathomable reason. Then socket, bind, listen, and accept work mostly just fine.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page