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

Author Topic: easiest way to hook csfml with sfml workspace  (Read 3651 times)

0 Members and 1 Guest are viewing this topic.

vurentjie

  • Newbie
  • *
  • Posts: 31
    • View Profile
easiest way to hook csfml with sfml workspace
« on: June 26, 2008, 11:58:38 pm »
hi,

yip, another post,

just want to know what the easiest way would be to connect csfml build workspace with the sfml workspace (code::blocks),  

could i just copy the missing includes from the c++ build source, as well as the other stuff like main, zlib, etc,

and the sfml libs to the csfml/libs folder ??

vurentjie

  • Newbie
  • *
  • Posts: 31
    • View Profile
easiest way to hook csfml with sfml workspace
« Reply #1 on: June 27, 2008, 12:09:52 am »
never mind realized i just need to include them in my mingw libs...coolio



okay, not sure where to put extlibs ??

vurentjie

  • Newbie
  • *
  • Posts: 31
    • View Profile
easiest way to hook csfml with sfml workspace
« Reply #2 on: June 27, 2008, 12:18:18 am »
okay, i put the extlibs folder completely outside of the csfml folder, actually directly next to it, it seems to be tracking it to here, i think i have completed the first step, now on to the cygwin stuff,  eeeek!


edit----i read through the tutorial on building in code::blocks, and it talks about one step extra for static libs,

Quote

Compiling SFML static libraries with MinGW requires an extra-step if you want to include the external libraries as well, Code::Blocks can't do it automatically.


but i don't seem to get complaints where i placed the extlibs folder, i can build the static libs, does this sound ok?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
easiest way to hook csfml with sfml workspace
« Reply #3 on: June 27, 2008, 02:50:53 am »
Hi

Before I can help you with these manipulations, you should first tell us what you're trying to do ;)

Do you want to compile both SFML and CSFML using Code::Blocks ?
Laurent Gomila - SFML developer