Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Ceniza on July 15, 2005, 10:20:56 am

Title: Code::Blocks CVS-bin snapshot
Post by: Ceniza on July 15, 2005, 10:20:56 am
Well, I just wanted to share my CVS build of Code::Blocks for those who wanna give it a try.

It's a 7-Zip compressed file (PowerArchiver can decompress that) and is the build of 14-Jul-2005 CVS HEAD (the one that uses wxDockIt).

I also added a slightly modified version of the help_plugin that makes it work just as launcher for HLP and CHM files.

It also includes the MinGW runtime DLL and wxWidgets 2.6.1 Patch01 DLLs.

Code::Blocks executable, DLL, wxWidgets DLLs and some other DLLs are compressed with UPX --best.

I hope you enjoy it :)

Oh, right, the link: here (http://gda.utp.edu.co/~ceniza/CodeBlocks/)

Once again, it's the .7z (the ZIP astyle files there are already in cvs).
Title: Code::Blocks CVS-bin snapshot
Post by: Anonymous on July 15, 2005, 11:40:05 am
Thanks for sharing, I hope you have just started a tradition, haven't you? :)

Quote
I also added a slightly modified version of the help_plugin that makes it work just as launcher for HLP and CHM files.

I have slightly different version of this plugin, that lets you (under RMB) locate keywords in these help files. What happened to this functionality in your version?
Title: Code::Blocks CVS-bin snapshot
Post by: Ceniza on July 15, 2005, 11:43:02 am
Quote
What happened to this functionality in your version?


It was giving me problems so I decided to change it to something that would work. For example it was unable to open HLP files and also had problems with CHM ones.
Title: Code::Blocks CVS-bin snapshot
Post by: squizzz on July 15, 2005, 11:44:27 am
I think session expires way too fast. :)
It was me...

Quote
It was giving me problems so I decided to change it to something that would work. For example it was unable to open HLP files and also had problems with CHM ones.

So I wasn't the only one... Mine was crashing while using with *.chm files, but worked fine with *.hlp (now I found out reason to crash was that it silently changed correct path to a file that didn't exist). But now it correctly locates keywords in both...
Title: Code::Blocks CVS-bin snapshot
Post by: darklordsatan on July 15, 2005, 11:58:33 am
Thanks for the share ceniza, really cool, and I hope it would become the tradition as squizzz said, at least until official snapshots are made in a regular basis (although they would be source  snaps, so perhaps you could take care of binaries...)

Quote from: squizzz
I think session expires way too fast. :)
It was me...


Maybe you should use the "remember me" feature?
Title: Code::Blocks CVS-bin snapshot
Post by: mandrav on July 15, 2005, 12:07:22 pm
@ceniza: If you made any changes to the help_plugin that you 'd like to share, please do ;)
Even better, if you want to maintain the help_plugin...

Yiannis.
Title: Code::Blocks CVS-bin snapshot
Post by: kagerato on July 15, 2005, 10:11:58 pm
Thank you for this build, Ceniza.  I've been looking to try some of the updates made after finalbeta but often it seems like too much trouble to login to CVS and compile the code myself.

As for the Code::Blocks crew, good work.  Keep it up; I get the feeling this IDE may eventually put several commercial solutions to utter shame.
Title: Code::Blocks CVS-bin snapshot
Post by: Ceniza on July 16, 2005, 12:12:23 am
Well, I could be uploading working snapshots every now and then if I have the time. I could delete the binary builds of Dev-C++ from there so I'd get more space for Code::Blocks :wink:

About the help_plugin... well, I just changed it so instead of using wxWidgets classes for help files it'd just call hh.exe for CHM and winhlp32.exe for HLP thru wxExecute (more like a call_external_program plugin).

I'll think about maintaining it, I must test some things first.

[edit]
Ok, I just finished removing things in there (about 150MiB) and now it has 817MiB free so it wouldn't be a problem to host them there, even though it's a shared space, but still more than enough.

I'll upload another build when the "compile single file" bug be fixed, soon I hope.

Oh, I'm still thinking... haven't tested yet...
[/edit]
Title: Code::Blocks CVS-bin snapshot
Post by: ironhead on July 16, 2005, 04:33:15 am
Thanx for the CVS snapshot (saves me compiling)! :)
Title: Code::Blocks CVS-bin snapshot
Post by: thomas on July 16, 2005, 10:32:59 am
Many thanks, this is great.
Title: Code::Blocks CVS-bin snapshot
Post by: Ceniza on July 16, 2005, 11:25:22 am
Ok, now that I fixed the bug of "Compile Current File" (workaround for consideration to get in CVS, at least partially, I hope) I upload another binary snapshot.

This new snapshot includes the original help_plugin (which isn't launching HLP files here) and requires the wxWidgets and MinGW runtime DLLs from the first one, so it's more like an update.

Feel free to check the link every now and then for more updates (don't start thinking it'll be daily) since I won't post about them anymore in the forums (well, that's the idea).

If you're wondering where's the link, it's in the first post.

It's slowly getting there but should be completely uploaded in a few minutes (two bandwidth suckers running ATM a.k.a. P2P clients).
Title: Code::Blocks CVS-bin snapshot
Post by: kagerato on July 18, 2005, 01:06:25 am
http://gda.utp.edu.co appears to be down (temporary outage, one would imagine) as of 7/17/05 19:05 EDT.  That's all right, though; mandrav keeps hinting that the next release is coming up soon.
Title: Code::Blocks CVS-bin snapshot
Post by: Ceniza on July 18, 2005, 08:06:57 am
Quote from: kagerato
http://gda.utp.edu.co appears to be down


It's up now. I checked earlier and the server was online but Apache wasn't running. They were running an apt-get upgrade, for what I saw, so Apache was temporarily down.
Title: Code::Blocks CVS-bin snapshot
Post by: Bourricot on July 18, 2005, 01:20:12 pm
to Mandrav : you can suppress my write access to the help plugin CVS.
No time to maintain it, no net @ home... :'(


Bourricot.
Title: Code::Blocks CVS-bin snapshot
Post by: zieQ on July 22, 2005, 01:56:44 pm
Quote from: Ceniza
About the help_plugin... well, I just changed it so instead of using wxWidgets classes for help files it'd just call hh.exe for CHM and winhlp32.exe for HLP thru wxExecute (more like a call_external_program plugin).


Just for information, I think that instead of shell executing "hh.exe", "winhlp32.exe" or whatever, you could shell execute the name of the file, e.g. "codeblocks.hlp". The associated executable will then automatically launch ! (I mean, at least on windows). Easier, friendlier and more portable :wink: Give it a try on a command shell  :wink:
Title: Code::Blocks CVS-bin snapshot
Post by: mandrav on July 22, 2005, 02:21:52 pm
Quote from: zieQ
Easier, friendlier and more portable

Huh? Since when is ShellExecute() portable?
I must be missing something...

Quote from: Bourricot
to Mandrav : you can suppress my write access to the help plugin CVS.
No time to maintain it, no net @ home... :'(
Bourricot.

Sad to hear this.
Anyway, the new maintainer for the help_plugin is Ceniza :)

Yiannis.
Title: Code::Blocks CVS-bin snapshot
Post by: zieQ on July 22, 2005, 04:52:32 pm
Quote from: mandrav
Quote from: zieQ
Easier, friendlier and more portable

Huh? Since when is ShellExecute() portable?
I must be missing something...


Oh, I meant more portable than a shell execute with the explicit name of the viewer for the file. You can replace all "shell execute" occurences in my text  by the wxExecute conterpart  :wink:

This way you can use your favorite .hlp viewer !
Title: Code::Blocks CVS-bin snapshot
Post by: Ceniza on July 22, 2005, 05:57:19 pm
Quote from: zieQ
Just for information, I think that instead of shell executing "hh.exe", "winhlp32.exe" or whatever, you could shell execute the name of the file, e.g. "codeblocks.hlp". The associated executable will then automatically launch ! (I mean, at least on windows). Easier, friendlier and more portable Give it a try on a command shell Wink


I was working on something like that, even though I was calling it thru 'start', like 'start helpfile.hlp' which works on Windows 9x/ME/2k/XP/2k3. The problem with this approach was an evil command window appeared and then disappeared again (well, it looks so ugly). I'll try the direct calling approach in both Windows 9x/XP and if it works without any problems in both then it'll stay. In case it doesn't then I'll try to find a way to remove that command window from appearing when calling 'start'.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on August 24, 2005, 03:56:36 am
Is it me or some posts were deleted?

I'd like to inform you most of the old problems were solved. Now the "server" is active and working. Last week the place that computer is (University) changed ISP and everything is now configured, but due to some weird reason still unknown for me, all traffic in port 80 is limited to about 1KB/s. I talked to the current administrator of that computer and he said it's more like a restriction the administrator of the whole University network placed. A port change or a redirection is still in consideration. If it gets solved I'll be reporting it here.

If no one has been downloading those snapshots it shouldn't be a problem :P
Title: Re: Code::Blocks CVS-bin snapshot
Post by: pivica on August 24, 2005, 08:38:30 pm
Thanks for the snapshots and for the help plugin also, it looks very nice.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on August 27, 2005, 04:09:55 pm
Well, it seems to be finally solved, or at least I hope that.

Downloading the binary snapshots shouldn't be a 1KB/s pain now.

And, to celebrate, I'll checkout the latest sources and upload a new binary snapshot.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on August 27, 2005, 04:57:07 pm
Ok, the latest binary snapshot is there.

I also cleaned up a bit the site and moved all the old snapshots to a folder.

It's nice to see my requests are being considered. Now the "Start page" includes links to the most recently opened projects and files. Thanks guys.

Enjoy it!
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on September 07, 2005, 04:44:25 pm
Today I'll release another binary snapshot. I'm announcing it because it'll include all of the contrib plugins, not only the help_plugin.

Just to list them they are:
* Help Plugin
* wxSmith
* DevPack

Once again, enjoy it!
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Angelo on September 07, 2005, 07:59:29 pm
Hello guys,

I see repaired "Command execution failed..." error, good work.
Keep gooing.
Few days and imho next version should be complete.
Can you write here, how bugs you are repairing now ?


Best Regards.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: rickg22 on September 07, 2005, 08:46:59 pm
The bugs to be repaired are the ones in sourceforge ( http://sourceforge.net/tracker/?group_id=126998&atid=707416 ). You can search for CLOSED (or ANY) bugs, sort by close date, descending.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on September 15, 2005, 01:59:47 am
CBProfiler plugin added.

Read the information shown in the site to know how to install it.

Have fun.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on October 16, 2005, 03:42:30 am
For those using the 20051012 snapshot and willing to have CBProfiler and Code Statistics plugins, please download plugins_fix_20051015.7z (due to some settings in the project files of those plugins they weren't copied to the devel folder and the resource files weren't even created).

Be sure to follow the instructions in the README.txt file to add them to the working snapshot.

BTW, I also added the FileTabMenu plugin in there if you want to download it and test it.

I hope it won't happen again.
Title: Code::Blocks SVN-bin snapshot
Post by: Ceniza on November 27, 2005, 02:47:10 am
Well, now that "we" moved to SVN I think it's more accurate to say I'll provide SVN binary snapshots, and to celebrate, I'm currently uploading one :)

This time I'mn't using UPX to compress DLLs and EXEs. This has helped to reduced the 7z file size, but the contents will be a bit bigger than previous versions (when decompressed).

Good, it's finished.

BTW, I also fixed my signature :)

Enjoy!

PS: If you have problems getting access to the site it's because the network in that site is being changed, but it shouldn't take long (in days).
Title: Re: Code::Blocks SVN-bin snapshot
Post by: takeshimiya on November 27, 2005, 09:15:57 am
...but the contents will be a bit bigger than previous versions (when decompressed).

Don't worry about it, the files will be a little big when decompressed in disk, but you'll gain on startup time and memory size.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Pecan on November 28, 2005, 02:26:05 am
@Ceniza

What 7z version are you using and where can I download it.
Have tried twice using SourceForge 7z version 4.23 and it reports
your 7z  "now and then" files cannot be extracted because they're an unsupported
library.

Thanks,
Pecan
Title: Re: Code::Blocks CVS-bin snapshot
Post by: sethjackson on November 28, 2005, 02:32:15 am
I'm not Ceniza  :lol: but maybe you could try the beta of 7-zip.

http://7-zip.org/

The 32 bit version.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on November 28, 2005, 02:37:24 am
I just tried 7-Zip Beta and it works fine :)
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Pecan on November 28, 2005, 03:06:09 am
Well ok, I'll keep working on it, but I just downloaded 7-zip 4.30 beta and tried
testing your archive with both the gui and command line on xp. I still get
"unsupported archive".
Code
E:\User\Downloads\_Pending\CodeBlocks\Beta>c:\usr\bin\7-zip\7z l CodeBlocksSVN20
051126.7z

7-Zip 4.30 beta  Copyright (c) 1999-2005 Igor Pavlov  2005-11-18

Error: CodeBlocksSVN20051126.7z is not supported archive

Errors: 1
E:\User\Downloads\_Pending\CodeBlocks\Beta>
When I try "Edit" it shows garbage file names etc.

The other archive by "theron??" extracts ok, but its not as up to date.

Thanks for the help tho,
Pecan


[EDIT]
I used a different downloader, and it extracted just fine.
Sorry for the false alarm.

Title: Re: Code::Blocks CVS-bin snapshot
Post by: Pecan on November 28, 2005, 03:29:06 am
Its ok, I just used another downloader and it works fine.

Sorry for the false alarm.

Thanks
Pecan
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on December 24, 2005, 09:29:12 pm
Ok, new binary snapshot compiled with GCC 4.1.0 is in the way :)

It's revision 1587, which includes new rickg22's toy.

Merry SVN Binary Snapshot Christmas.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on December 25, 2005, 05:24:50 pm
Ok, new binary snapshot compiled with GCC 4.1.0 is in the way :)

It's revision 1587, which includes new rickg22's toy.

Merry SVN Binary Snapshot Christmas.

Hello,

I have just now downloaded CodeBlocksSVN20051224.7z from your webpage, but I could not extract it. I use 7zip 4.32 and until now it worked fine for Therion compressed archives. I get the following error:

Quote
CodeBlocksSVN20051224.7z is not supported archive

Best wishes,
Michael
Title: Re: Code::Blocks CVS-bin snapshot
Post by: grunerite on December 26, 2005, 04:07:47 am
Hello,

I have just now downloaded CodeBlocksSVN20051224.7z from your webpage, but I could not extract it. I use 7zip 4.32 and until now it worked fine for Therion compressed archives. I get the following error:
I just downloaded it 15 minutes ago, used 7zip 4.32, and it extracted very nicely. Perhaps you had a bad download.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on December 26, 2005, 04:33:25 am
I bet it was a bad download. That's why I'm providng a .md5 file too, so you can check if it's correct.

You can test if your download is right using md5sum. Here's a Windows binary. (http://theopencd.sunsite.dk/md5sum.exe)

Just run md5sum CodeBlocksSVNXXXXXXXX.7z and compare the result with the one in the site (of course you must replace all the X with the date of the binary snapshot you got).
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on December 27, 2005, 12:22:35 am
I bet it was a bad download. That's why I'm providng a .md5 file too, so you can check if it's correct.

You can test if your download is right using md5sum. Here's a Windows binary. (http://theopencd.sunsite.dk/md5sum.exe)

Just run md5sum CodeBlocksSVNXXXXXXXX.7z and compare the result with the one in the site (of course you must replace all the X with the date of the binary snapshot you got).

Yes, bet won :D. As I am in my parents' home and my father's computer has a slow modem, I have used DAP (http://www.speedbit.com/) to speed up the download (and reduce the costs :wink:). Normally, it worked fine, but not this time :?. I have tried with IE and I could decompress the SVN binary snapshot without problems.

Thank you and you all for your help.

Michael

PS.: Thank you for md5sum :).
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on December 27, 2005, 01:25:50 am
Hello,

I have downloaded and installed CodeBlocksSVN20051224.7z and the wxWidgets-2.6.2_DLLs_20051012.7z, but the Management projects looks not so nice :). See also attachment. If I remember there was a topic about this issue, but I thought it was solved, because I have never had such an issue before with RC2 and Therion's binary snapshots :?. Anyway, I have tried several times closing and re-opening C::B, but it seems that I got this issue just the first time, then all was fine. Hmmm, I do not know if this is a bug in C::B or not :?. Has someone else got such a problem?

Michael


[attachment deleted by admin]
Title: Re: Code::Blocks CVS-bin snapshot
Post by: klight on December 27, 2005, 03:48:10 am
Has someone else got such a problem?

I have had this happen several times.  Usually the first time after installing a binary update.  If you open and close a project several times it fixes itself and doesn't seem to come back.  (This is what I've done in the past and it seems to fix it... or was it a close/open after compiling a project?)  I haven't had it happen for the last 3 or four Therion updates so I made the assumption it was fixed.  I also couldn't reliably reproduce it, but I didn't try too hard either.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on December 27, 2005, 05:16:33 am
It happens for me every time I run a new snapshot and only happens the first time. I wonder if it's also a problem with wxWidgets 2.6.2...
Title: Re: Code::Blocks CVS-bin snapshot
Post by: grunerite on December 27, 2005, 05:38:03 am
I do believe it is related to a configuration file Code::Blocks is placing in the users Application Data directory (default.conf). When you first run, this file does not exist (or is for an old revision), but gets saved when you terminate C::B the first time. Perphaps C::B reads this file on startup, but if it isn't there or correct the first time it starts up, it has problems. Just a guess.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: killerbot on December 27, 2005, 09:46:19 am
I posted a thread about this problem, and I am still suffering from it (thread title was something like : projectmanager looks weird).

Sometimes it happened, sometimes not. Very strange.
I did not find a a good way of reproduction yet. When you don't expect it, it happens, and when you want to see it again, it is suddenly gone.
Might indeed have something to do with default.conf, or with CRC (layout crc is another such problem : debug bar gone, ...)

Lieven
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on December 27, 2005, 04:05:12 pm
Strange issue, indeed :?. I never had it and C::B always run smoothly since RC1. Just yesterday night, I got such a view after starting a fresh SVN binary snapshot installation. It could be a C::B configuration problem or may be some default value(s) that get overriden when C::B is re-started (the first time I usually modify some default settings, e.g., Editor, Debugger, Code Completion)? Or as Ceniza wonders, a possible wxWidgets 2.6.2 "bug(s)".

Michael
Title: Re: Code::Blocks CVS-bin snapshot
Post by: rickg22 on December 27, 2005, 05:26:44 pm
This is a known, and yet unfixed bug. :(
Title: Re: Code::Blocks CVS-bin snapshot
Post by: duncanka on January 01, 2006, 07:45:35 am
Ceniza,
Could you make the same changes to your Windows binaries' build options that therion did to allow them to support Windows 98?  See http://forums.codeblocks.org/index.php?topic=1372.msg11024#msg11024 for details.
Thanks!
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 10:32:11 am
duncanka: Ok, I'll have it in mind for the next release, or at least I'll try to not forget it :P

Right now I'm waiting for a quickfix to the toolbar issue with wxAUI before releasing another snapshot.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 07:40:32 pm
Well, I just tried adding those libraries to SDK and tested in Win98SE but guess what: it won't run.

Problem: UNICODE.

The error is like this one:

Title: wxWidgets Fatal Error
Message: This program uses Unicode and requires Windows NT/2000/XP.\n\nProgram aborted.
Button: OK

I'll upload it anyway.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: tiwag on January 02, 2006, 07:43:10 pm
Well, I just tried adding those libraries to SDK and tested in Win98SE but guess what: it won't run.
Problem: UNICODE.
it is no problem to build in ANSI for Win98 too,
i can do it, have unicode as well as ANSI libs on my harddisk,
but i can't host the files ...
Title: Re: Code::Blocks CVS-bin snapshot
Post by: mandrav on January 02, 2006, 07:46:14 pm
Have you tried with wxUSE_UNICODE_MSLU=1 in wx/setup.h?
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 07:53:38 pm
Having both would be a solution, or just having ANSI. I have both libraries and space to host them.

Oh, BTW, ppl will have to download 300K more for UNICODE (I just compressed it).

So, should I provide both versions or just ANSI?

mandrav: No, haven't tried. Should I rebuild wxWidgets too?
Title: Re: Code::Blocks CVS-bin snapshot
Post by: killerbot on January 02, 2006, 07:57:26 pm
if we can do without ansi, we should try to do without it. Officialy it is now unicode.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: mandrav on January 02, 2006, 08:02:12 pm
mandrav: No, haven't tried. Should I rebuild wxWidgets too?

I 'm not sure. You have to try (I haven't).

Quote from: wx docs
// Set wxUSE_UNICODE_MSLU to 1 if you're compiling wxWidgets in Unicode mode
// and want to run your programs under Windows 9x and not only NT/2000/XP.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 08:06:31 pm
Ok, I'll give it a try then. Right now I'm building in ANSI mode.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 08:34:28 pm
Ok, I just tried enabling that option and it compiled. Runs on my XP but 98SE keeps saying NO. If it really works I suppose I'd have to recompile wx :(
Title: Re: Code::Blocks CVS-bin snapshot
Post by: mandrav on January 02, 2006, 08:36:54 pm
Ok, I just tried enabling that option and it compiled. Runs on my XP but 98SE keeps saying NO. If it really works I suppose I'd have to recompile wx :(

Well, I guess you didn't read the full text describing this option. It might be of some help:

Quote from: <wx/setup.h>
// Set wxUSE_UNICODE_MSLU to 1 if you're compiling wxWidgets in Unicode mode
// and want to run your programs under Windows 9x and not only NT/2000/XP.
// This setting enables use of unicows.dll from MSLU (MS Layer for Unicode, see
// http://www.microsoft.com/globaldev/handson/dev/mslu_announce.mspx). Note
// that you will have to modify the makefiles to include unicows.lib import
// library as the first library (see installation instructions in install.txt
// to learn how to do it when building the library or samples).
//
// If your compiler doesn't have unicows.lib, you can get a version of it at
// http://libunicows.sourceforge.net
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 08:48:31 pm
So it seems I'll have to rebuild wx. I'll just provide both UNICODE and ANSI this time and try that library later.

I've rebuilt Code::Blocks more than 5 times today!
Title: Re: Code::Blocks CVS-bin snapshot
Post by: killerbot on January 02, 2006, 08:50:36 pm
I am at 12, keeping in sync 3 installations :

LAptop XP, LAptop Suse 10.0
PC XP

;-)
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 09:07:39 pm
Ok, I just finished uploading the ANSI version of 1648. It should work on 98SE without problems.

BTW, if you're going to download the UNICODE version, download the UNICODE version of wxWidgets too. ANSI uses the other wxWidgets there.
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on January 02, 2006, 09:14:37 pm
BTW, if you're going to download the UNICODE version, download the UNICODE version of wxWidgets too. ANSI uses the other wxWidgets there.

Sorry for the question, but what do you mean by DEVEL in wxWidgets-2.6.2_DEVEL_20051012.7z?

Thank you very much.

Michael
Title: Re: Code::Blocks CVS-bin snapshot
Post by: tiwag on January 02, 2006, 09:17:25 pm
Ok, I just finished uploading the ANSI version of 1648. It should work on 98SE without problems.
could you eventually use SVN revision numbers instead of date of build for identifying of the builds?
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 09:25:58 pm
Michael: By DEVEL I mean headers and library files. That's just my wxWidgets ANSI build.

tiwag: Yes, I could :P

Next time I'll do, ok? :)
Title: Re: Code::Blocks CVS-bin snapshot
Post by: tiwag on January 02, 2006, 09:31:02 pm
tiwag: Yes, I could :P
Next time I'll do, ok? :)
it seems you're a smart guy  :P

thx  :D
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on January 02, 2006, 09:38:25 pm
Michael: By DEVEL I mean headers and library files. That's just my wxWidgets ANSI build.
Ok, I have understood (Alles klar :D). Thank you.

Michael
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Ceniza on January 02, 2006, 09:41:09 pm
Du bist willkommen :D

Oh, and please, don't think I speak German, thank Babylon Translator for that one :)
Title: Re: Code::Blocks CVS-bin snapshot
Post by: Michael on January 02, 2006, 09:47:07 pm
Oh, and please, don't think I speak German, thank Babylon Translator for that one :)

I use it too when I need to "refresh" my brazilian portuguese (from italian to portuguese through english) :D.

Michael