Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Upp 612-dev3 released
Upp 612-dev3 released [message #7435] Fri, 29 December 2006 12:16 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

This release contains mainly dev2 bugfixes, but there are some additions as well:

+ Chameleon refactored. One of advantage is possibility ti set widget individual look & feel
+ EditField, ArrayCtrl, LineEdit, DocEdit, ColumnList, TreeCtrl now have "NoBackground" option.
+ TreeCtrl / ArrayCtrl / ColumnList unification
+ Sqlite3 improved thanks to Fabio's patch
+ httpclient now supports gzip thanks to Bas's patch
+ DLOG, DDUMP macros (debug version of LOG, DUMP)
+ New [W]String utility methods ( http://www.ultimatepp.org/forum/index.php?t=msg&th=1902& amp;start=0&)
+ added conversion constructors/operators for std::[w]string <-> [W]String (filipenf's suggestion)
- fluxbox crashing was fixed
- crashing in 64-bit mode was fixed
- some GridCtrl fixes (see changelog.txt)

This is the last dev-release in this year. Thank YOU all for using upp, reporting bugs, making patches and suggestions. Without your help we couldn't do such a progress. Happy new year!
upp team

[Updated on: Fri, 29 December 2006 12:23]

Report message to a moderator

Re: Upp 612-dev3 released [message #7440 is a reply to message #7435] Fri, 29 December 2006 18:58 Go to previous messageGo to next message
lectus is currently offline  lectus
Messages: 329
Registered: September 2006
Location: Brazil
Senior Member
Thanks for this release!
Now it can build the library just fine! Razz

The only issue that could be fixed is: update the project template so it adds "using namespace Upp" to the source. So it can build the project right when it is created.

Thanks and best wishes for Ultimate++ in this new year!
Re: Upp 612-dev3 released [message #7445 is a reply to message #7435] Sat, 30 December 2006 05:19 Go to previous messageGo to next message
yeohhs
Messages: 75
Registered: November 2005
Location: Malaysia
Member
Hi,

There were C2872 errors while compiling MyUppApp with Upp 612-dev3.

I'm compiling using MSC8 Optimal build.

To "fix" it, I have made one change to:
topic_group.h at line 117:
#define COMPRESSED static const Upp::byte data[] = {

The MyUppApp project now builds without any errors and runs okay.

Best Regards, Smile
Yeoh
--
Re: Upp 612-dev3 released [message #7450 is a reply to message #7445] Sat, 30 December 2006 09:25 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
yeohhs wrote on Fri, 29 December 2006 23:19

Hi,

There were C2872 errors while compiling MyUppApp with Upp 612-dev3.

I'm compiling using MSC8 Optimal build.

To "fix" it, I have made one change to:
topic_group.h at line 117:
#define COMPRESSED static const Upp::byte data[] = {

The MyUppApp project now builds without any errors and runs okay.

Best Regards, Smile
Yeoh
--




Ops. Thanks! (Fixed as "UPP::byte" to support NONAMESPACE flag).

Mirek
Re: Upp 612-dev3 released [message #7464 is a reply to message #7450] Sat, 30 December 2006 15:19 Go to previous messageGo to next message
fallingdutch is currently offline  fallingdutch
Messages: 258
Registered: July 2006
Experienced Member
Linux releases are online

Best wishes for the next year,
Bas
Easy to fix warning with GCC [message #7468 is a reply to message #7464] Sat, 30 December 2006 18:38 Go to previous messageGo to next message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
gcc version 3.3.1 (SuSE Linux)

uppsrc/ide/version.h:1:31: warning: no newline at end of file

It is pretty annoying ...


Regards,
Novo
Re: Upp 612-dev3 released [message #7473 is a reply to message #7464] Sat, 30 December 2006 21:07 Go to previous messageGo to next message
guido is currently offline  guido
Messages: 169
Registered: April 2006
Experienced Member
Not working on Debian proper (sid).

Depends on Ubuntu's libc, I suppose.
No need to depend on some particular minor glibc version.

Well, cable guy is coming next week, absolving me from my dial-up misery. Considering to contribute upp autopackages from then on. Also going to check out Solaris. If I like it, maybe will look into Solaris port, too.

Guido
Re: Upp 612-dev3 released [message #7474 is a reply to message #7473] Sat, 30 December 2006 21:13 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
guido wrote on Sat, 30 December 2006 15:07

If I like it, maybe will look into Solaris port, too.



That would be really great!

Mirek
Re: Upp 612-dev3 released [message #7492 is a reply to message #7435] Mon, 01 January 2007 20:10 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
While 612-dev1 works well with gcc 4.11, 612-dev3 doesn't:

I can build the ide-package with MSC8 as well as with gcc 3.42 without any problems. But trying gcc 4.1.1 mainly yields "No such file or directory"-errors, e. g.:

In file included from D:/ProgWin/upp/uppsrc/Draw/Draw.h:4,
                 from D:/ProgWin/upp/uppsrc/CtrlCore/CtrlCore.h:4,
                 from D:/ProgWin/upp/uppsrc/CtrlLib/CtrlLib.h:4,
                 from D:\ProgWin\upp\uppsrc\ide\Common\/Common.h:4,
                 from D:\ProgWin\upp\uppsrc\ide\Common\Common.cpp:1:
D:/ProgWin/upp/uppsrc/Core/Core.h:203:20: error: typeinfo: No such file or directory
D:/ProgWin/upp/uppsrc/Core/Core.h:299:21: error: algorithm: No such file or directory
D:/ProgWin/upp/uppsrc/Core/Core.h:300:18: error: string: No such file or directory
D:/ProgWin/upp/uppsrc/Core/Core.h:332:15: error: new: No such file or directory


The directory structures of gcc 3.4.2 and gcc 4.1.1 are identical and 612-dev1 proves that these versions are interchangeable. So, can anybody give me a hint where the problem might be hidden?

Werner
Re: Upp 612-dev3 released [message #7493 is a reply to message #7435] Mon, 01 January 2007 21:29 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
"Normal.upt" and "Complex.upt" which are parts of the "CtrlLib" directory as well as "sub.upt" and "core.upt" which are parts of the "Core" directory show up twice in the "Create new package" window because they are parts of the upp main directory, too.

Werner
Re: Upp 612-dev3 released [message #7496 is a reply to message #7493] Mon, 01 January 2007 23:15 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Werner wrote on Mon, 01 January 2007 15:29

"Normal.upt" and "Complex.upt" which are parts of the "CtrlLib" directory as well as "sub.upt" and "core.upt" which are parts of the "Core" directory show up twice in the "Create new package" window because they are parts of the upp main directory, too.
Werner


Yes, I know that, it will be fixed in the next release. In the meantime remove the upt files you listed above from theide.exe directory.
Re: Upp 612-dev3 released [message #7504 is a reply to message #7496] Tue, 02 January 2007 14:46 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
unodgs wrote on Mon, 01 January 2007 23:15

In the meantime remove the upt files you listed above from theide.exe directory.



Thanks. This is not a problem for me. Cool I just wanted to report the flaw. Rolling Eyes

Werner
Re: Upp 612-dev3 released [message #7508 is a reply to message #7492] Tue, 02 January 2007 19:58 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Werner wrote on Mon, 01 January 2007 14:10


The directory structures of gcc 3.4.2 and gcc 4.1.1 are identical and 612-dev1 proves that these versions are interchangeable. So, can anybody give me a hint where the problem might be hidden?

Werner



Dunno where the trouble is hidden, but these includes are standard C++ library.

Mirek
Re: Upp 612-dev3 released [message #7511 is a reply to message #7508] Wed, 03 January 2007 13:06 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
Confused Oh, oh! I just re- (!) read Embarassed - unfortunately far away from my own machine - message #7185 in the thread "Home » Developing Ultimate++ » External resources » MingW/GCC 4.1". Confused

That reminds me of something ... Rolling Eyes

I'll check this tonight ... Cool

Werner
Re: Upp 612-dev3 released [message #7512 is a reply to message #7435] Wed, 03 January 2007 17:43 Go to previous messageGo to next message
Balage is currently offline  Balage
Messages: 17
Registered: December 2006
Promising Member
Don't you have amnesia by chance? Laughing

http://www.ultimatepp.org/forum/index.php?t=msg&th=1633& amp;start=0&#msg_7223
Re: Upp 612-dev3 released [message #7513 is a reply to message #7512] Wed, 03 January 2007 18:20 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
Balage wrote on Wed, 03 January 2007 17:43

Don't you have amnesia by chance? Laughing



No! Actually, it's Alzheimer's disease. Sad Getting older an older ... Laughing

Werner
Re: Upp 612-dev3 released [message #7515 is a reply to message #7513] Wed, 03 January 2007 21:33 Go to previous message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
Finally I was successful in building TheIDE with gcc 4.1.1.

To tell everybody what to do to achieve this, I created the new topic Building Windows applications with GCC later than 3.4.2. (Well, to be honest - I just wrote this topic to be able to reread it when I will have forgotten it again. Confused ) Laughing Laughing Laughing

Werner
Previous Topic: U++ in 2006 and Happy new year 2007
Next Topic: Upp 2007.1beta released
Goto Forum:
  


Current Time: Fri Mar 29 00:19:09 CET 2024

Total time taken to generate the page: 0.01310 seconds