Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Compiling with code::blocks/vc++

Anonymous
Thursday, March 29, 2012 - 18:59

yeah i'm noob and I have no idea how to run the cmake or configure sdl, anyone can create a tutorial? not necessarily have to be code :: blocks, i have vc + + express 2008 ... I have wanted to learn. if you give me a hand

  • Log in or register to post comments
Anonymous (not verified)
joined 0 sec ago
186.125.74.188
Saturday, March 31, 2012 - 10:10

anyone can help me compile in windows? :/

  • Log in or register to post comments
Paul Wortmann
joined 14 years 4 months ago
Sunday, April 1, 2012 - 01:14
Paul Wortmann's picture

This is how I compile Flare using Code::Blocks on Windows 7.

Firstly install the Code::Blocks IDE, found here -> http://www.codeblocks.org/
Next you will need the SDL development && the runtime libraries. -> http://www.libsdl.org/index.php
Also you may need to update your mingw. -> http://www.mingw.org/

Once you have those installed you need to create a project and add all the flare files to it, then dont forget to link to SDL, SDL_image, SDL_ttf, SDL_mixer.

If you get stuck you can use my project files. -> http://www.physhexgames.co.nr/uploads/5/9/6/4/596446/flare_code-blocks_p...

If you use my project files, you wont need to use cmake. ;)

Hope this helps you some.

 

  • Log in or register to post comments
Anonymous (not verified)
joined 0 sec ago
200.117.51.238
Sunday, April 1, 2012 - 12:59

Thank you dude, a lot!, but i have a question, can u share SDL, SDLmain, SDL_inage. SDL_ttf, SDL_mixer? becouse i have somes errors when i try to compile (22 errors!), but i don't know why :/

  • Log in or register to post comments
Anonymous (not verified)
joined 0 sec ago
200.117.51.238
Sunday, April 1, 2012 - 13:04

Here screenshot

Attachments: 
  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Sunday, April 1, 2012 - 22:55
Clint Bellanger's picture

Where it says "undefined reference: WidgetTabControl:..." what is the rest of that text?

Note that it's very possible that some of these errors are "bugs" in our CMakeLists.txt file, which is often maintained/updated by people who only work in Linux. We'd like to clear these up.

  • Log in or register to post comments