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 » 605rc2 released
605rc2 released [message #3231] Mon, 15 May 2006 08:56 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
605 release highlights:

- "Hydra build" - multi-core building
- XML parser refinements (faster, easier to use)
- further Assist++ improvements
- new Windows installer - download size reduced by 50%
Re: 605rc2 released [message #3232 is a reply to message #3231] Mon, 15 May 2006 09:26 Go to previous messageGo to next message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
Will you announce also on the main page this time? Smile
Like 602 RC? Or is it still too early and you expect more bugs to pop?
Re: 605rc2 released [message #3233 is a reply to message #3232] Mon, 15 May 2006 09:41 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
mr_ped wrote on Mon, 15 May 2006 03:26

Will you announce also on the main page this time? Smile
Like 602 RC? Or is it still too early and you expect more bugs to pop?



Yes, I will. I hope this is stable enough to be renamed to 605 later... because it is time to finally start with the new Image (605 is maintainance release with original raster image infrastructure).

Mirek
Re: 605rc2 released [message #3246 is a reply to message #3233] Tue, 16 May 2006 06:32 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
Under Windows (XP) building the SDLExample doesn't work with the MS Visual C++ 2005 Express Edition (whereas MINGW works fine).

You get the follwing error message:

"LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
...\out\MSC8.\SDLExample.exe : fatal error LNK1169: one or more multiply defined symbols found"

If you use "/NODEFAULTLIB:msvcrt.lib" you get "7 unresolved externals".

Maybe this is due to "If you link your program from the command line without a compiler option that specifies a C run-time library, the linker will use LIBCMT.LIB. This is different from previous versions of Visual C++ which used LIBC.LIB, the single-threaded library, instead." (MSDN)

The linker seems to miss a library. But so far I can't figure out which one.

Any ideas?

Werner
Re: 605rc2 released [message #3247 is a reply to message #3246] Tue, 16 May 2006 08:24 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Werner wrote on Tue, 16 May 2006 00:32

Under Windows (XP) building the SDLExample doesn't work with the MS Visual C++ 2005 Express Edition (whereas MINGW works fine).

You get the follwing error message:

"LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
...\out\MSC8.\SDLExample.exe : fatal error LNK1169: one or more multiply defined symbols found"

If you use "/NODEFAULTLIB:msvcrt.lib" you get "7 unresolved externals".

Maybe this is due to "If you link your program from the command line without a compiler option that specifies a C run-time library, the linker will use LIBCMT.LIB. This is different from previous versions of Visual C++ which used LIBC.LIB, the single-threaded library, instead." (MSDN)

The linker seems to miss a library. But so far I can't figure out which one.

Any ideas?

Werner



You have to switch the mode to "shared". Actually, I quite with this (I would like to see anything compiled as static in Win32/MSC), but see no easy solution there.

Mirek
Re: 605rc2 released [message #3249 is a reply to message #3247] Tue, 16 May 2006 18:02 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
luzr wrote on Tue, 16 May 2006 08:24

Werner wrote on Tue, 16 May 2006 00:32

Under Windows (XP) building the SDLExample doesn't work with the MS Visual C++ 2005 Express Edition (whereas MINGW works fine).

You get the follwing error message:

"LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
...\out\MSC8.\SDLExample.exe : fatal error LNK1169: one or more multiply defined symbols found"

If you use "/NODEFAULTLIB:msvcrt.lib" you get "7 unresolved externals".

Maybe this is due to "If you link your program from the command line without a compiler option that specifies a C run-time library, the linker will use LIBCMT.LIB. This is different from previous versions of Visual C++ which used LIBC.LIB, the single-threaded library, instead." (MSDN)

The linker seems to miss a library. But so far I can't figure out which one.

Any ideas?

Werner



You have to switch the mode to "shared". Actually, I quite with this (I would like to see anything compiled as static in Win32/MSC), but see no easy solution there.

Mirek



Thanks! I have got it, although there was quite a time of confusion when I was trying to handle TheIDE as sort of Visual C++ ... Embarassed

Werner

[Updated on: Tue, 16 May 2006 21:37]

Report message to a moderator

Re: 605rc2 released [message #3294 is a reply to message #3231] Thu, 18 May 2006 12:53 Go to previous messageGo to next message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
luzr wrote on Mon, 15 May 2006 08:56

605 release highlights:

- "Hydra build" - multi-core building
- XML parser refinements (faster, easier to use)
- further Assist++ improvements
- new Windows installer - download size reduced by 50%



When will this version be in the svn repo?
I use svn to update my upp src tree for convenience reasons,
but 17 is the last revision and it dates back to end of April.
I would like to test this version on FreeBSD.
Or is it possible to access upp src tree with uvs2 and if so, how?

Matthias
Re: 605rc2 released [message #3295 is a reply to message #3294] Thu, 18 May 2006 13:07 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Today Smile I'm sorry for not updaiting svn more often. Recently I have a lot of work..
Re: 605rc2 released [message #3296 is a reply to message #3295] Thu, 18 May 2006 13:18 Go to previous messageGo to next message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
unodgs wrote on Thu, 18 May 2006 13:07

Today Smile I'm sorry for not updaiting svn more often. Recently I have a lot of work..


I checked out svn revision 19 and tried to build theIDE, but get an error about missing files:
Raster.h and ImageOp.h included from Image.h

I searched for them under the upp root dir, but they are really missing.

Matthias

[Updated on: Fri, 19 May 2006 13:57]

Report message to a moderator

Re: 605rc2 released [message #3403 is a reply to message #3231] Tue, 23 May 2006 21:49 Go to previous messageGo to next message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
@Matthias: rather download the src file from main upp page, either RC2 or B605dev1.

@Mirek: so is the RC2 ok?
It's still not announced on the main page as 605RC (like 602RC was)
But most of the insiders are already running on 605dev1, so they will not test the RC anymore. I think there should be some public announcement about RC, or releasing the "stable" from it now and fix any problem afterwards.
Because the developers versions moved to new Draw, if I do understand it correctly. IMHO it's good to keep your focus and momentum, and move onto 606+ soon. Smile

Good luck.
Re: 605rc2 released [message #3409 is a reply to message #3403] Tue, 23 May 2006 23:26 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
mr_ped wrote on Tue, 23 May 2006 15:49

@Matthias: rather download the src file from main upp page, either RC2 or B605dev1.

@Mirek: so is the RC2 ok?
It's still not announced on the main page as 605RC (like 602RC was)
But most of the insiders are already running on 605dev1, so they will not test the RC anymore. I think there should be some public announcement about RC, or releasing the "stable" from it now and fix any problem afterwards.
Because the developers versions moved to new Draw, if I do understand it correctly. IMHO it's good to keep your focus and momentum, and move onto 606+ soon. Smile

Good luck.



Sorry for the confusion, this time it is tricky:

605 (RC) version is WITHOUT new Draw. It is "stable" version before dust settles with the new Draw (which OTOH is becoming pretty quickly...)

B605-dev* version contain new Draw. I am not sure which one is on SVN... but I am afraid that already B605. Note that 'B'....

Mirek
Re: 605rc2 released [message #3410 is a reply to message #3409] Wed, 24 May 2006 08:55 Go to previous messageGo to next message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
So I did understand it correctly. (I tend to use 605dev1 for B605dev1 ... without that B).

That's exactly why I think the "old" 605 should be released ASAP, because almost everyone here will be soon working on B605 (which works without a hitch for me, can't tell the difference between 605 and B605), so the 605 will be "dead" for us anyway and will be more difficult to support it (for the newcomers who will very likely try out the "stable" version firstly) with every another day.

I don't want to put you down, instead I'm trying to encourage you to go ahead, let the 605 die^H^H^Hland in the public, and focus on B605 (606 ASAP IMHO, that B is ugly... Very Happy )
Re: 605rc2 released [message #3411 is a reply to message #3410] Wed, 24 May 2006 11:13 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, I agree, however, the purpos of "rc" letters is "wait if anybody complains for some serious bug" Wink

605 codebase is freezed, so it would be possible to fix it there.

OTOH, it seems like the time has come to remove "rc"...

Mirek
Re: 605rc2 released [message #3468 is a reply to message #3411] Fri, 26 May 2006 00:27 Go to previous message
zsolt is currently offline  zsolt
Messages: 697
Registered: December 2005
Location: Budapest, Hungary
Contributor
Currently I'm using RC on Windows and it seems to be stable, although I didn't try the examples.
Previous Topic: Upp B605-dev1 released
Next Topic: Upp 606-dev1 released
Goto Forum:
  


Current Time: Sun Apr 28 02:00:19 CEST 2024

Total time taken to generate the page: 0.06186 seconds