Author Topic: Graphism  (Read 20147 times)

Offline Eureka

  • Single posting newcomer
  • *
  • Posts: 8
Graphism
« on: April 30, 2010, 12:53:41 pm »
Hi,
I tried to use Code::Blocks since I put Seven on my PC. But there are some problems:
When I create a new project, I select "Console Application" then C, then I give any name I want, then I press Finish. As usual. But that triggers some pbs on 7:

Warning: The wizard is about OVERWRITE the following existing file : \main.c.
Are you sure you want to OVERWRITE this file?
(If your answer is 'No', the existing file will be kept.)


I then press either Yes or No, the result remains the same:

Couldn't save project <invalid path> (Notice that I never gave any)
(Maybe this file is write-protected?)

I'm kind of desperate. What should I do ? I'm sorry if this is a stupid question, I'm not a pro.
« Last Edit: April 30, 2010, 07:24:00 pm by Eureka »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Windows Seven = Hell ?
« Reply #1 on: April 30, 2010, 01:07:46 pm »
Where do you save the project?
Do you have right for writing there?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Eureka

  • Single posting newcomer
  • *
  • Posts: 8
Re: Windows Seven = Hell ?
« Reply #2 on: April 30, 2010, 01:42:30 pm »
Where do you save the project?
Do you have right for writing there?

Thanks! I saved somewhere else and it worked.
Well I have two more questions, but they have nothing to do with this. I just don't want to create n different topics.

1. Is there a way to program with a dark/black background in Code::Blocks ? the white background turns out boring.
2. I'd like to draw the Mandelbrot set or some other things like this. I know how to program this but I have no idea how to display it. I don't know at all how to use graphisms in C::B. How can I do it ?

Again, thanks.


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Windows Seven = Hell ?
« Reply #3 on: April 30, 2010, 09:01:01 pm »
1. Settings -> Editor -> Syntax highlight
2. Learn about GDI, OpenGL, SDL, DirectX or some other graphics library... CB is just an IDE
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Eureka

  • Single posting newcomer
  • *
  • Posts: 8
Re: Windows Seven = Hell ?
« Reply #4 on: May 01, 2010, 11:26:51 am »
1. Settings -> Editor -> Syntax highlight
2. Learn about GDI, OpenGL, SDL, DirectX or some other graphics library... CB is just an IDE

Thanks! No more questions ^^