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

Poll

What Do u like better? ATI or Nvidia

Nvidia
6 (60%)
ATI
4 (40%)

Total Members Voted: 10

Voting closed: January 15, 2011, 01:07:05 pm

Author Topic: Is there anyway not to have a console window?  (Read 3896 times)

0 Members and 1 Guest are viewing this topic.

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
Is there anyway not to have a console window?
« on: January 10, 2011, 01:07:05 pm »
i have been learning sfml for 2 days and i dunno if I'm the only one who gets annoyed by this, is there any option in visual c++ so it wont show a console window or anyway not to have it come using some kind of code in SFML

also does anyone know how to make click able buttons like what u would have in a menu of a game

and finally does anyone know how to make it full screen, the window covering the whole screen with no start bar and stuff.

Thanks, your guys have been so helpful

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Is there anyway not to have a console window?
« Reply #1 on: January 10, 2011, 02:33:31 pm »
Quote from: "nevets_19"
i have been learning sfml for 2 days and i dunno if I'm the only one who gets annoyed by this, is there any option in visual c++ so it wont show a console window or anyway not to have it come using some kind of code in SFML
Use a window application instead of a console application. You have to link to sfml-main if you do this. This is written in the window tutorial, by the way.

Quote from: "nevets_19"
also does anyone know how to make click able buttons like what u would have in a menu of a game
You need a GUI library, see here. For simple things, you can also draw the shapes yourself.

Quote from: "nevets_19"
and finally does anyone know how to make it full screen, the window covering the whole screen with no start bar and stuff.
Yes, that's also explained in the tutorials.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
Is there anyway not to have a console window?
« Reply #2 on: January 10, 2011, 02:48:34 pm »
Wow thanks for the response all the answers i needed, thank you

P.S the windows application worked sweet as, thanks

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Is there anyway not to have a console window?
« Reply #3 on: January 10, 2011, 02:52:40 pm »
By the way, the poll is quite inappropriate.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

nevets_19

  • Newbie
  • *
  • Posts: 43
    • View Profile
Is there anyway not to have a console window?
« Reply #4 on: January 10, 2011, 03:17:45 pm »
haha, yeah i just wanted to see what people thought, and i wanted to see where it appears and stuff as i am new to the forums