SFML community forums

Bindings - other languages => DotNet => Topic started by: ravenheart on January 21, 2009, 12:03:51 pm

Title: setting up
Post by: ravenheart on January 21, 2009, 12:03:51 pm
how do i set up sfml using sharpdevelop under windows?
what do i need and what do i have to do?
Title: setting up
Post by: Laurent on January 21, 2009, 12:29:14 pm
Just copy the assemblies (DLLs) to a place where SharpDevelop will be able to find them. Then reference them in your SFML projects.
Title: setting up
Post by: ravenheart on January 21, 2009, 12:51:00 pm
is it the extlib  or lib that i have to copy??

and where is a place where sd can find it??

the place "bin" at least there are some dlls in
Title: setting up
Post by: Laurent on January 21, 2009, 01:20:30 pm
The assemblies are the DLLs in the "lib" directory (sfmlnet-xxx.dll). I can't give you more detail as I've never used SharpDevelop.
Title: setting up
Post by: Beliar on January 21, 2009, 05:15:01 pm
You only need to add the DLLs in the "lib" directory as references to the project using "Add Reference"->".NET Assemblybrowser"
These DLLs are then also copied automatically to the folder where the binary is created.
You also need to copy the dlls in "extlib" dir to a directory where the program can find it - that means either the directory where the executable is or the system32 dir onwindows.