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 605-rc1 released
Upp 605-rc1 released [message #3123] Sun, 07 May 2006 23:49 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Added:
- Reference: gui_turorial
- TheIde: Transpose characters, Copy word In Edit/Special menu
- File selector: now "displays" /media/cdrom etc with appropriate icons and folder droplist list them as well
- SqlExp: OFFSET-LIMIT clauses
- MapConvert, DropList: operator[]
- Esc: to_number standard library function

Modified:
- XmlNode: no exceptions anymore

Fixed:
- reference/Events, reference/Common: compilation problems
- TheIDE: crash when deleting additional file-specific dependencies
Re: Upp 605-rc1 released [message #3146 is a reply to message #3123] Tue, 09 May 2006 09:12 Go to previous messageGo to next message
pivica is currently offline  pivica
Messages: 57
Registered: November 2005
Location: Belgrade, Serbia
Member
I've tried to compile it on Linux and there is an error:

TopWinX11.cpp
/home/ivica/upp/uppsrc/CtrlCore/TopWinX11.cpp: In member function `void 
   TopWindow::SyncCaption()':
/home/ivica/upp/uppsrc/CtrlCore/TopWinX11.cpp:135: error: `XA__NET_WM_ICON' 
   undeclared (first use this function)
/home/ivica/upp/uppsrc/CtrlCore/TopWinX11.cpp:135: error: (Each undeclared 
   identifier is reported only once for each function it appears in.)
Re: Upp 605-rc1 released [message #3148 is a reply to message #3146] Tue, 09 May 2006 09:57 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
pivica wrote on Tue, 09 May 2006 03:12

I've tried to compile it on Linux and there is an error:

TopWinX11.cpp
/home/ivica/upp/uppsrc/CtrlCore/TopWinX11.cpp: In member function `void 
   TopWindow::SyncCaption()':
/home/ivica/upp/uppsrc/CtrlCore/TopWinX11.cpp:135: error: `XA__NET_WM_ICON' 
   undeclared (first use this function)
/home/ivica/upp/uppsrc/CtrlCore/TopWinX11.cpp:135: error: (Each undeclared 
   identifier is reported only once for each function it appears in.)



Sorry... as there is another bug in TheIDE, looks like we will have to release RC2 soon Wink

Mirek
Re: Upp 605-rc1 released [message #3183 is a reply to message #3146] Wed, 10 May 2006 07:51 Go to previous message
3togo is currently offline  3togo
Messages: 83
Registered: May 2006
Location: Hong Kong SAR
Member
Modify the line 135 as below should fix the problem


XChangeProperty(Xdisplay, w, XAtom("_NET_WM_ICON"),XAtom("XA_CARDINAL"), 32, PropModeReplace,
(const unsigned char *)~data, len);


3togo

[Updated on: Wed, 10 May 2006 07:52]

Report message to a moderator

Previous Topic: Upp 604-dev4 released
Next Topic: Upp B605-dev1 released
Goto Forum:
  


Current Time: Mon May 06 02:55:44 CEST 2024

Total time taken to generate the page: 0.02910 seconds