Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SVN DSFML2 Net broken?  (Read 4639 times)

0 Members and 1 Guest are viewing this topic.

RobotGymnast

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
SVN DSFML2 Net broken?
« 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.

Trass3r

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
SVN DSFML2 Net broken?
« Reply #1 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.

RobotGymnast

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
SVN DSFML2 Net broken?
« Reply #2 on: January 30, 2011, 09:15:57 pm »
Ah, alright. Thanks for the info!

 

anything