Author Topic: code blocks will complie but wont run  (Read 4862 times)

Offline cory_mcm

  • Single posting newcomer
  • *
  • Posts: 3
code blocks will complie but wont run
« on: September 25, 2009, 10:05:46 pm »
i just installed cb today and even when running hello world it will compile but the run window wont come up. i was wondering if this has somthing to do with windows vista 64 bit or some other problem. any help would be great thanks.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: code blocks will complie but wont run
« Reply #1 on: September 25, 2009, 11:28:29 pm »
What version of Code::Blocks?
Which Compiler?
What version of Compiler?
Please do NOT expect anyone on this board to teach you how to program.
And, Please read before you post.
And, Please give enough info to answer the question WHEN you ask it.

With Vista the most common cause of issues is using an NON-Vista compatible version of MinGW GCC.
Not sure if Vista 64 has special issues or not.

Tim S.

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline cory_mcm

  • Single posting newcomer
  • *
  • Posts: 3
Re: code blocks will complie but wont run
« Reply #2 on: September 25, 2009, 11:43:26 pm »
Sry tim for the lack of info, the cb version is 8.02, im using the GNU GCC compiler and the version i donk know but it can with the cb install. I dont expect anyone to teach me how to program out of the kindness of there heart, i just want to use cb smoothly.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: code blocks will complie but wont run
« Reply #3 on: September 25, 2009, 11:54:05 pm »
Upgrade GCC, the MinGW GCC with Code::Blocks 8.02 is NOT vista compatible.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline cory_mcm

  • Single posting newcomer
  • *
  • Posts: 3
Re: code blocks will complie but wont run
« Reply #4 on: September 25, 2009, 11:57:05 pm »
Thanks i just finished doing that just a few sec ago and everything works crystal.