News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Hmmm... Vista

Started by level9wizard, February 14, 2008, 02:07:29 PM

Previous topic - Next topic

level9wizard

I read a few posts on the forum that clearly state Vista is not yet supported. However, I read one like this:
http://forums.next.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:

JGM

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.next.codeblocks.org/index.php/board,20.0.html

MortenMacFly

Quote from: level9wizard on February 14, 2008, 02:07:29 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

level9wizard

Quote from: MortenMacFly on February 14, 2008, 05:44:19 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.

Quote from: JGM on February 14, 2008, 02:27:33 PM
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.next.codeblocks.org/index.php/board,20.0.html

Thanks.

Quote from: stahta01 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?

I used 7-zip. Thanks.

Haf

Quote from: MortenMacFly on February 14, 2008, 05:44:19 PM
Quote from: level9wizard on February 14, 2008, 02:07:29 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 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. :/

Haf

Sorry for being stupid, found the files. :)

Please ignore the posting above, thank you. ^^