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 604-dev2 released
Upp 604-dev2 released [message #2452] Thu, 13 April 2006 09:36 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Added:

- X11App.cpp: now includes <locale.h>
- Bar: Add(const char *text, const ::Image& image, Callback1<Bar&> proc)
- TextEdit: reaction on Shift+Backspace, Shift+Delete
- EditField: AutoSize(int maxcx)

Modified:

- TreeCtrl: SetNode() refreshes added controls
icon4.gif  Re: Upp 604-dev2 released [message #2490 is a reply to message #2452] Fri, 14 April 2006 09:48 Go to previous messageGo to next message
adkilla is currently offline  adkilla
Messages: 1
Registered: April 2006
Junior Member
I've downloaded the upp-src-604-dev2.zip and have sucessfully recompiled theide sources.

However the compiled theide reported that it is version 603.r12 NOT version 604 dev2.

Have the 604 dev2 beta release been packaged with the right sources?

Thanks.

-Ad

PS: U++ is a dream come true!
Re: Upp 604-dev2 released [message #2493 is a reply to message #2490] Fri, 14 April 2006 10:42 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

adkilla wrote on Fri, 14 April 2006 03:48

I've downloaded the upp-src-604-dev2.zip and have sucessfully recompiled theide sources.

However the compiled theide reported that it is version 603.r12 NOT version 604 dev2.

Have the 604 dev2 beta release been packaged with the right sources?

Thanks.

-Ad

PS: U++ is a dream come true!


Everything is ok! r12 is the internal version. We change the internal version when upp is officialy released..
Re: Upp 604-dev2 released [message #2495 is a reply to message #2493] Fri, 14 April 2006 11:17 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
unodgs wrote on Fri, 14 April 2006 04:42

adkilla wrote on Fri, 14 April 2006 03:48

I've downloaded the upp-src-604-dev2.zip and have sucessfully recompiled theide sources.

However the compiled theide reported that it is version 603.r12 NOT version 604 dev2.

Have the 604 dev2 beta release been packaged with the right sources?

Thanks.

-Ad

PS: U++ is a dream come true!


Everything is ok! r12 is the internal version. We change the internal version when upp is officialy released..



Ehm actually I thought that in release system you are putting there "604 dev2"? Is not it bug of release system? (It should replace "internal r" number).

Mirek
Re: Upp 604-dev2 released [message #2505 is a reply to message #2495] Sat, 15 April 2006 20:55 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
Now I'm lost. From Sourceforge SVN says revision 15 while version file "603.r12"? What is the logic? -3?

And I can't compile because of:
D:\Devel_upp\uppsrc\ide\ide.cpp(694) : error C2065: 'verbosebuild' : undeclared identifier
D:\Devel_upp\uppsrc\ide\ide.cpp(694) : error C2593: 'operator %' is ambiguous
        D:\Devel_upp\uppsrc\Core\Stream.h(219): could be 'Stream &Stream::operator %(WString &)'
        D:\Devel_upp\uppsrc\Core\Stream.h(216): or       'Stream 


but in ide.h I have:
...
public:
	Callback WhenSelect;
	Callback1<Bar&> WhenBar;
	bool console;
	bool verbosebuild;
...

?
Re: Upp 604-dev2 released [message #2506 is a reply to message #2505] Sat, 15 April 2006 23:26 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

fudadmin wrote on Sat, 15 April 2006 14:55

Now I'm lost. From Sourceforge SVN says revision 15 while version file "603.r12"? What is the logic? -3?



SVN revision is not connected with ide version! It is just commit number..
Re: Upp 604-dev2 released [message #2507 is a reply to message #2495] Sat, 15 April 2006 23:32 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

luzr wrote on Fri, 14 April 2006 05:17


Ehm actually I thought that in release system you are putting there "604 dev2"? Is not it bug of release system? (It should replace "internal r" number).
Mirek


The version is changed only when ide is compiled. I think I will apply this change for src file (to forget questions about incorrect versions Smile )
Re: Upp 604-dev2 released [message #2508 is a reply to message #2505] Sun, 16 April 2006 02:57 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
fudadmin wrote on Sat, 15 April 2006 19:55


And I can't compile because of:
D:\Devel_upp\uppsrc\ide\ide.cpp(694) : error C2065: 'verbosebuild' : undeclared identifier
D:\Devel_upp\uppsrc\ide\ide.cpp(694) : error C2593: 'operator %' is ambiguous
        D:\Devel_upp\uppsrc\Core\Stream.h(219): could be 'Stream &Stream::operator %(WString &)'
        D:\Devel_upp\uppsrc\Core\Stream.h(216): or       'Stream 


but in ide.h I have:
...
public:
	Callback WhenSelect;
	Callback1<Bar&> WhenBar;
	bool console;
	bool verbosebuild;
...

?

Never mind. I compiled successfully after full copy and Rebuild all.
Re: Upp 604-dev2 released [message #2635 is a reply to message #2452] Wed, 19 April 2006 15:52 Go to previous messageGo to next message
pivica is currently offline  pivica
Messages: 57
Registered: November 2005
Location: Belgrade, Serbia
Member
I have problem on Linux. Just downloaded and compiled it. But I can not compile anything. This is from HelloWolrd example

----- CtrlLib ( GUI GCC32 DEBUG DEBUG_FULL BLITZ LINUX ) (1 / 9)
BLITZ: LabelBase.cpp Button.cpp Switch.cpp EditField.cpp Text.cpp LineEdit.cpp DocEdit.cpp ScrollBar.cpp HeaderCtrl
.cpp ArrayCtrl.cpp DropList.cpp DropPusher.cpp DropChoice.cpp Static.cpp Splitter.cpp SliderCtrl.cpp ColumnList
.cpp Progress.cpp AKeys.cpp RichTextView.cpp RichClip.cpp Prompt.cpp Help.cpp Bar.cpp MenuBar.cpp ToolBar.cpp T
oolTip.cpp StatusBar.cpp TabCtrl.cpp TreeCtrl.cpp DlgColor.cpp ColorPopup.cpp ColorPusher.cpp FileList.cpp File
Sel.cpp Windows.cpp Win32.cpp CtrlUtil.cpp Update.cpp LNGCtrl.cpp
CtrlLib.icpp
CtrlLib: 41 file(s) built in (1:55.19), 2809 msecs / file, duration = 115429 msecs

There were errors. (1:55.46)

[Updated on: Wed, 19 April 2006 15:52]

Report message to a moderator

Re: Upp 604-dev2 released [message #2641 is a reply to message #2635] Wed, 19 April 2006 18:30 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Sorry, already fixed.

Mirek
Previous Topic: Happy Easter everyone!
Next Topic: Upp 604-dev3 released
Goto Forum:
  


Current Time: Mon May 06 09:44:03 CEST 2024

Total time taken to generate the page: 0.02731 seconds