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

Author Topic: Network.dll?  (Read 3513 times)

0 Members and 1 Guest are viewing this topic.

Edgar

  • Newbie
  • *
  • Posts: 2
    • View Profile
Network.dll?
« on: June 26, 2010, 01:38:19 am »
Hello everybody I have a problem!

I have the following references to add to the header:
- csfml-audio.dll          using SFML.Audio;
- csfml-grphics.dll       using SFML.Graphics;
- csfml-window.dll       using SFML.Window;

More I can not find the reference of the network, where I find it?

I hope someone can help me .... I'll be very grateful!!!

And sorry for my bad english ..... I'm Brazilian and so bad way to form sentences in English ^ ^

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Network.dll?
« Reply #1 on: June 26, 2010, 11:50:48 am »
Are you using the .Net binding? If so, there's no binding for the network module, as the .Net framework already provides the same features and more.
Laurent Gomila - SFML developer

Edgar

  • Newbie
  • *
  • Posts: 2
    • View Profile
Network.dll?
« Reply #2 on: June 26, 2010, 01:10:31 pm »
Thank you!

I did not know that. NET already had these features. (I know almost nothing about networks)

More thanks for the reply and attention Laurent!

 

anything