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 708-dev2 released
Upp 708-dev2 released [message #11177] Sat, 25 August 2007 22:39 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Changelog since 708-dev1

  • SqlExp operator | now produces correct output for PostgreSQL
  • fixed compiling SQL_PostgreSql reference (Bas)
  • optimized painting when there is a lot of out of screen widgets
  • TabCtrl now supports Insert and Remove of tabs
  • FileSel is now using icons from windows
  • multidisplay support (in Windows)
  • LOG improvementes More here: http://www.ultimatepp.org/forum/index.php?t=msg&th=2670& amp;start=0&
  • fixed ScrollBar::MinThumb(int sz) - there was not return value
  • many DropGrid improovements (but still no documentation)
  • fixed couple of bugs of GridCtrl (see changelog.txt)

Re: Upp 708-dev2 released [message #11182 is a reply to message #11177] Sun, 26 August 2007 11:50 Go to previous messageGo to next message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
Thanks for this new dev, but there is still the same error on vista.

http://www.ultimatepp.org/forum/index.php?t=msg&th=2630& amp;start=0&
Re: Upp 708-dev2 released [message #11183 is a reply to message #11177] Sun, 26 August 2007 11:53 Go to previous messageGo to next message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
And another one:

In file included from C:/upp/out/CtrlLib/MINGW.Debug_full.Gui\$blitz.cpp:207:
C:\upp\uppsrc\CtrlLib\Win32.cpp: In function `UINT_PTR Upp::sCenterHook(HWND__*, UINT, WPARAM, LPARAM)':
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MONITOR_DEFAULTTONEAREST' undeclared (first use this function)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MonitorFromWindow' undeclared (first use this function)


I used the same code which was compiling well on dev1, now using dev2 on Vista it reports this error.

[Updated on: Sun, 26 August 2007 11:59]

Report message to a moderator

Re: Upp 708-dev2 released [message #11184 is a reply to message #11177] Sun, 26 August 2007 12:00 Go to previous messageGo to next message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
Hmm...

I got another error on vista:

C:\upp\uppsrc\RichText\ParseRTF.cpp: In member function `Upp::String Upp::RTFParser::ReadBinHex(char&) const':
C:\upp\uppsrc\RichText\ParseRTF.cpp:902: warning: converting of negative value `-0x000000001' to `unsigned int'
Re: Upp 708-dev2 released [message #11185 is a reply to message #11183] Sun, 26 August 2007 12:33 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
michael wrote on Sun, 26 August 2007 05:53

And another one:

In file included from C:/upp/out/CtrlLib/MINGW.Debug_full.Gui\$blitz.cpp:207:
C:\upp\uppsrc\CtrlLib\Win32.cpp: In function `UINT_PTR Upp::sCenterHook(HWND__*, UINT, WPARAM, LPARAM)':
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MONITOR_DEFAULTTONEAREST' undeclared (first use this function)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MonitorFromWindow' undeclared (first use this function)


I used the same code which was compiling well on dev1, now using dev2 on Vista it reports this error.


Oops, multidisplay support backfires...

Mirek
Re: Upp 708-dev2 released [message #11190 is a reply to message #11183] Sun, 26 August 2007 15:22 Go to previous messageGo to next message
forlano is currently offline  forlano
Messages: 1182
Registered: March 2006
Location: Italy
Senior Contributor
michael wrote on Sun, 26 August 2007 11:53

And another one:

In file included from C:/upp/out/CtrlLib/MINGW.Debug_full.Gui\$blitz.cpp:207:
C:\upp\uppsrc\CtrlLib\Win32.cpp: In function `UINT_PTR Upp::sCenterHook(HWND__*, UINT, WPARAM, LPARAM)':
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MONITOR_DEFAULTTONEAREST' undeclared (first use this function)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MonitorFromWindow' undeclared (first use this function)


I used the same code which was compiling well on dev1, now using dev2 on Vista it reports this error.


I got te same error with XP and gcc.
Luigi
Re: Upp 708-dev2 released [message #11191 is a reply to message #11177] Sun, 26 August 2007 17:34 Go to previous messageGo to next message
guido is currently offline  guido
Messages: 169
Registered: April 2006
Experienced Member

X11 bug:
Pasting unicode text with the primary selection is broken.

Guido
Re: Upp 708-dev2 released [message #11195 is a reply to message #11190] Sun, 26 August 2007 18:29 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
forlano wrote on Sun, 26 August 2007 09:22

michael wrote on Sun, 26 August 2007 11:53

And another one:

In file included from C:/upp/out/CtrlLib/MINGW.Debug_full.Gui\$blitz.cpp:207:
C:\upp\uppsrc\CtrlLib\Win32.cpp: In function `UINT_PTR Upp::sCenterHook(HWND__*, UINT, WPARAM, LPARAM)':
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MONITOR_DEFAULTTONEAREST' undeclared (first use this function)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
C:\upp\uppsrc\CtrlLib\Win32.cpp:81: error: `MonitorFromWindow' undeclared (first use this function)


I used the same code which was compiling well on dev1, now using dev2 on Vista it reports this error.


I got te same error with XP and gcc.
Luigi


Already fixed... But I guess will need another relase...
Re: Upp 708-dev2 released [message #11196 is a reply to message #11191] Sun, 26 August 2007 19:18 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
guido wrote on Sun, 26 August 2007 11:34


X11 bug:
Pasting unicode text with the primary selection is broken.

Guido


Broken? Like that it worked before and not anymore? (Because there was no work done there AFAIK...).

Ctrl+V pastes work?
Re: Upp 708-dev2 released [message #11197 is a reply to message #11196] Sun, 26 August 2007 19:43 Go to previous message
guido is currently offline  guido
Messages: 169
Registered: April 2006
Experienced Member
luzr wrote on Sun, 26 August 2007 19:18

guido wrote on Sun, 26 August 2007 11:34


X11 bug:
Pasting unicode text with the primary selection is broken.

Guido


Broken? Like that it worked before and not anymore? (Because there was no work done there AFAIK...).

Ctrl+V pastes work?


Yes, clipboard works as normal.

But the primary selection doesn't transfer non-ASCII characters properly. Somewhere the wrong encoding must be used.
Previous dev didn't compile due to a missing or misnamed file. Wasn't able to try the primary selection support until now.

Guido
Previous Topic: For when the new version of upp in .deb package?
Next Topic: Upp 708-dev1 released
Goto Forum:
  


Current Time: Thu Mar 28 17:48:12 CET 2024

Total time taken to generate the page: 0.01131 seconds