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 611-dev3 released
Upp 611-dev3 released [message #6622] Tue, 21 November 2006 01:04 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

* Time "scalar" (number of seconds) changed to int64
+ IconDes now supports export of icon.ico and png files
+ plugin/png and plugin/z hacked to use .so libs on posix
+ Package selection dialog improved - now it has brief and detailed list mode with package description)
Re: Upp 611-dev3 released [message #6625 is a reply to message #6622] Tue, 21 November 2006 01:43 Go to previous messageGo to next message
Ulti is currently offline  Ulti
Messages: 108
Registered: September 2006
Experienced Member
Thanks,two points:
1.GUI theme chooser grayed out
2.Font chooser doesn't know Chinese font name still.
thank unodgs,watching here is one of my most important jobs every week,in your web,I found you are so productive.

Re: Upp 611-dev3 released [message #6627 is a reply to message #6625] Tue, 21 November 2006 09:32 Go to previous messageGo to next message
fallingdutch is currently offline  fallingdutch
Messages: 258
Registered: July 2006
Experienced Member
ultimate++_0.611.3_i386.deb
ultimate++_0.611.3_amd64.deb

are online,too
should install and create a build method

Bas

PS: small diff to windows version only in theide:
uses GCC.bm instead of GCC32.bm so on both systems the default bit is used (64bit on 64bit systems and 32bit on 32bit systems)
Re: Upp 611-dev3 released [message #6631 is a reply to message #6625] Tue, 21 November 2006 09:49 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Ulti wrote on Mon, 20 November 2006 19:43

Thanks,two points:
1.GUI theme chooser grayed out
2.Font chooser doesn't know Chinese font name still.
thank unodgs,watching here is one of my most important jobs every week,in your web,I found you are so productive.




Ad 1. - sorry, last minute fix....

And thanks for keeping the track! It helps a lot.

Mirek
Re: Upp 611-dev3 released [message #6639 is a reply to message #6622] Tue, 21 November 2006 11:47 Go to previous messageGo to next message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
I compiled this version on WinXP and MingW 4.1.1 and got an error at locations where abs() is called. The compiler complains about having two definitions for abs():

int64 abs(int64) in Defs.h
int abs(int) in stdlib.h

I simply casted the arguments to int64, but do you also get this error with MingW 3.x version?

Matthias
Re: Upp 611-dev3 released [message #6650 is a reply to message #6622] Tue, 21 November 2006 20:26 Go to previous messageGo to next message
zsolt is currently offline  zsolt
Messages: 696
Registered: December 2005
Location: Budapest, Hungary
Contributor
C:\upp\uppsrc\Core\TimeDate.cpp(347) : warning C4244: 'initializing' : conversion from 'int64' to 'int', possible loss of data

I did not analyze the code, but it can be a problem.
Re: Upp 611-dev3 released [message #6653 is a reply to message #6650] Tue, 21 November 2006 21:16 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Actually no (the result of expression is number of second within day, which fits in int).

I have added typecast to suppress the warning.

Mirek
Re: Upp 611-dev3 released [message #6654 is a reply to message #6639] Tue, 21 November 2006 21:22 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
masu wrote on Tue, 21 November 2006 05:47

I compiled this version on WinXP and MingW 4.1.1 and got an error at locations where abs() is called. The compiler complains about having two definitions for abs():

int64 abs(int64) in Defs.h
int abs(int) in stdlib.h

I simply casted the arguments to int64, but do you also get this error with MingW 3.x version?

Matthias


Ops. Dark corners of C++ - if you try to call abs for "long" and have above two defined, you are in trouble Smile (with compliant compilers....)

Mirek
Previous Topic: Upp 611-dev1 released
Next Topic: Upp 611-dev4 released
Goto Forum:
  


Current Time: Sat Apr 20 04:58:27 CEST 2024

Total time taken to generate the page: 0.03372 seconds