Search found 2 matches

by bendmorris
Thu Feb 28, 2019 2:18 am
Forum: Gamecube/Wii Development
Topic: Network functions on GameCube
Replies: 4
Views: 11416

Re: Network functions on GameCube

Thanks! Looked more closely and saw that being linked in the examples.

There are a couple missing functions, notably gethostbyname - what do people do for DNS resolution on GameCube?
by bendmorris
Tue Feb 26, 2019 7:20 pm
Forum: Gamecube/Wii Development
Topic: Network functions on GameCube
Replies: 4
Views: 11416

Network functions on GameCube

Hi all, I'm trying to build an application with network capabilities for the GameCube. Specifically I'm trying to get WolfSSL and libcurl working, and I think I'm close but am getting a link failure. I noticed functions like net_poll, net_bind, etc. are included in network.h, but in my installation ...