SFML community forums

Bindings - other languages => DotNet => Topic started by: random_canadian on June 06, 2013, 05:47:10 am

Title: Where are the System and Networking dlls?
Post by: random_canadian on June 06, 2013, 05:47:10 am
Please forgive me if I'm doing something stupid, but I would really like to use the classes in the SFML-System module lol!  :-\

(http://i.imgur.com/jzqSJgG.png)

(http://i.imgur.com/WOseE4M.png)
Title: Re: Where are the System and Networking dlls?
Post by: FRex on June 06, 2013, 06:48:18 am
I think they're missing because the functionality they were providing in c++ is already in .NET.
(Needs Laurent confirmation :P)
Title: Re: Where are the System and Networking dlls?
Post by: random_canadian on June 06, 2013, 07:19:18 am
It looks like you're right! Never thought of that, I was so confused about why in the world I didn't have them. I'll look in .NET to find the functionality I need, thanks!