Code::Blocks Forums
User forums => Help => Topic started by: Pascal on January 07, 2006, 10:28:35 pm
-
Hi,
I'm a Dev-C++ user and would like to move to CB. I downloaded it and now I'm trying to run a _single_ source file (I mean not within a project). From the "Build" menu, i can generate an executable but oddly, the menu entry "Run" remains disabled. As result I cannot launch the exe file within the IDE. How to solve this ? Many thanks in advance for responding to my question
Pascal
-
which version are you using ?
-
1.0rc2 version, the last one, isn't it ?
Pascal
-
that's the last official released one, but if you feel up to it, you can always try a svn nightly build. I think stuff have been improved with regards to your problem, I am not 100% sure, but worth the to try out. You can download to days nightly in about 5 minutes, see NightlyBuilds part of the the forum.
http://forums.codeblocks.org/index.php?topic=1907.0
-
Please forgive my ignorance but what have i to do with the
CB_07jan2006_rev1673_win32.7z file ????
Is it a patch ?
Thanks for light
Pascal
-
No, that is not a patch. That's codeblocks application binary (without compiler) that was build at January 7th, and based on rev 1673 on subversion repository. You will also need to download this file: http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z (http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z) to launch codeblocks. Extract it on your codeblocks installation folder.
Both files compressed with 7z format. You can use 7-zip (http://www.7-zip.org (http://www.7-zip.org)) to decompress them.
-
I've learned a lot from your explanation (i have never heard before about those 7z files), many thanks, now the "Build" menu features are not disabled and everything seems to run correctly,
Bye bye dev-C++, hello Code::Blocks !! :D
Pascal
-
(i have never heard before about those 7z files)
IMHO 7zip is the best tool (or one of them) for compressing/decompressing data :D. I have successfully used it to compress old and unused data in my notebook and getting a compression ratio higher that WinZIP and WinRAR. Since I used it, I have never regretted it.
Michael
-
IMHO 7zip is the best tool (or one of them) for compressing/decompressing data :D. I have successfully used it to compress old and unused data in my notebook and getting a compression ratio higher that WinZIP and WinRAR. Since I used it, I have never regretted it.
Agreed, and the lzma (the 7-zip compression method) is open format (unlike rar).
-
IMHO 7zip is the best tool (or one of them) for compressing/decompressing data
The user interface sucks big time, but then you can't deny that it compresses up to 30% smaller than WinZip sometimes... :)
-
IMHO 7zip is the best tool (or one of them) for compressing/decompressing data
The user interface sucks big time, but then you can't deny that it compresses up to 30% smaller than WinZip sometimes... :)
Yes, I fully agree. But I suppose or hope (:)) that this will change in the future (near or far). Personally, I also appreciate the LZMA SDK (http://www.7-zip.org/sdk.html).
Michael
-
The user interface sucks big time, but then you can't deny that it compresses up to 30% smaller than WinZip sometimes... :)
7zip is bascially the best compression around. A tarball with 7zip can be 50% smaller than a gziped or bzip2ed one. The only downside is the increase in compression and decompression time. You will also see much better compression ratios when you larger data sizes. This discussion on 7zip here (https://wiki.ubuntu.com/Dpkg7Zip).
-
IMHO 7zip is the best tool (or one of them) for compressing/decompressing data
The user interface sucks big time, but then you can't deny that it compresses up to 30% smaller than WinZip sometimes... :)
There is room for a wx7Zip, open-source & multi-platform, supporting every kind of popular format (7z, zip, tar, gz, bz2, rar). :)
Too bad there is something called human resources :(