SFML community forums

Bindings - other languages => DotNet => Topic started by: Edgar on June 26, 2010, 01:38:19 am

Title: Network.dll?
Post by: Edgar 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 ^ ^
Title: Network.dll?
Post by: Laurent 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.
Title: Network.dll?
Post by: Edgar 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!