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

Author Topic: setting up  (Read 5756 times)

0 Members and 1 Guest are viewing this topic.

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
setting up
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
setting up
« Reply #1 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.
Laurent Gomila - SFML developer

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
setting up
« Reply #2 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
setting up
« Reply #3 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.
Laurent Gomila - SFML developer

Beliar

  • Newbie
  • *
  • Posts: 27
    • View Profile
setting up
« Reply #4 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.
Debuggers don't remove bugs. They only show them in slow motion.