SFML community forums

Bindings - other languages => D => Topic started by: RobotGymnast on January 30, 2011, 07:39:04 pm

Title: SVN DSFML2 Net broken?
Post by: RobotGymnast on January 30, 2011, 07:39:04 pm
Building the latest DSFML2 into libraries yields errors in socketselctor.d, specifically in SocketSelector.add, SocketSelector.remove, and SocketSelector.GetSocketsReady, which all appear to be template functions, but aren't actually given template parameters. It's giving an "undefined type T" error.
Title: SVN DSFML2 Net broken?
Post by: Trass3r on January 30, 2011, 09:10:20 pm
I started a thread some time ago where I asked if network should be removed from DSFML.
I think I will do so, it's already quite outdated (thus currently not usable anyways) and phobos already provides network stuff.
Title: SVN DSFML2 Net broken?
Post by: RobotGymnast on January 30, 2011, 09:15:57 pm
Ah, alright. Thanks for the info!