Author Topic: Hmmm... Vista  (Read 4374 times)

level9wizard

  • Guest
Hmmm... Vista
« on: February 14, 2008, 02:07:29 pm »
I read a few posts on the forum that clearly state Vista is not yet supported. However, I read one like this:
http://forums.codeblocks.org/index.php?topic=4692.msg57933

Who were actually able to get it working with MingW and compile.

In my case, I'm not even able to execute the nightly. Maybe i'm missing something fundamental but here's what I get when trying to launch cb:

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Hmmm... Vista
« Reply #1 on: February 14, 2008, 02:27:33 pm »
That error is normal since you doesn't have the required resources (windows,images, etc..) on the same path as codeblocks.

if you compiled it your self you need to run the update.bat that will generate an output folder with all the needed files to run.

or

Download the latest nightly and extract all the files, since all are needed.
Link: http://forums.codeblocks.org/index.php/board,20.0.html

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Hmmm... Vista
« Reply #2 on: February 14, 2008, 05:44:19 pm »
I read a few posts on the forum that clearly state Vista is not yet supported.
Since a few days or so the MinGW team released an official Vista compatible compiler suite. I'd say C::b is finally Vista compatible. I am using Vista and (of course) C::B very often without any issues. In addition I don't see any issues that could be the result of using Vista.
With regards, Morten.

Ps: Concerning your screenshot: You are missing *all* resources completely. Usually C::B has a subfolder "shared" which has other subfolders that hold the resources. What did you do to get such a broken version of C::B? It has been stated already: If you can't manage to compile C::B yourself (which you don't need to if you want to just work with C::B) use the nighlies.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Hmmm... Vista
« Reply #3 on: February 14, 2008, 05:50:21 pm »
Do you use 7-zip to unzip the files or the other product that does not work?

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

level9wizard

  • Guest
Re: Hmmm... Vista
« Reply #4 on: February 14, 2008, 10:45:38 pm »
What did you do to get such a broken version of C::B? It has been stated already: If you can't manage to compile C::B yourself (which you don't need to if you want to just work with C::B) use the nighlies.

I did download the nightlies but some how missed extracting the share folder? Bah... thanks.

if you compiled it your self you need to run the update.bat that will generate an output folder with all the needed files to run.

or

Download the latest nightly and extract all the files, since all are needed.
Link: http://forums.codeblocks.org/index.php/board,20.0.html

Thanks.

Do you use 7-zip to unzip the files or the other product that does not work?

I used 7-zip. Thanks.

Offline Haf

  • Multiple posting newcomer
  • *
  • Posts: 12
    • Zentrum des Wahnsinns
Re: Hmmm... Vista
« Reply #5 on: February 15, 2008, 02:30:50 am »
I read a few posts on the forum that clearly state Vista is not yet supported.
Since a few days or so the MinGW team released an official Vista compatible compiler suite. I'd say C::b is finally Vista compatible. (...)

I just checked the Sourceforge site for the MinGW releases, the newest compiler-relevant release was GNU Binutils Technology Preview: binutils-2.18.50-20080109, do you mean that one? Or can you specify more what release you mean? I can't find any other recent releases on the website.

I have also used Codeblocks with older versions of MinGW in Vista, but I had to tweak a few things first and my projects have to be on the same partition as the MinGW suite, which kinda sucks. :/

Offline Haf

  • Multiple posting newcomer
  • *
  • Posts: 12
    • Zentrum des Wahnsinns
Re: Hmmm... Vista
« Reply #6 on: February 15, 2008, 05:50:06 am »
Sorry for being stupid, found the files. :)

Please ignore the posting above, thank you. ^^