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 » U++ 2015.2 released (rev 9251)
U++ 2015.2 released (rev 9251) [message #45558] Tue, 01 December 2015 20:37 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
finally.... Smile
Re: U++ 2015.2 released (rev 9251) [message #45559 is a reply to message #45558] Tue, 01 December 2015 21:14 Go to previous messageGo to next message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi Mirek!

Congratulations for the new release and thanks again for your intensive work!

((Please check the references to the svn release number on the web front page. They seem to point at 9120.))

Best regards,

Tom

[Updated on: Tue, 01 December 2015 21:15]

Report message to a moderator

Re: U++ 2015.2 released (rev 9251) [message #45560 is a reply to message #45559] Wed, 02 December 2015 08:24 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3356
Registered: August 2008
Senior Veteran
Excellent. Good news.

Best regards
IƱaki
Re: U++ 2015.2 released (rev 9251) [message #45561 is a reply to message #45560] Wed, 02 December 2015 10:39 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Thanks!

Updated.

Toolchain with 32-bit MINGW is no prepackaged?
Re: U++ 2015.2 released (rev 9251) [message #45562 is a reply to message #45561] Wed, 02 December 2015 11:02 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
32-bit is part of TDM64. All you need is to switch build method...
Re: U++ 2015.2 released (rev 9251) [message #45572 is a reply to message #45558] Sun, 06 December 2015 11:26 Go to previous messageGo to next message
abductee is currently offline  abductee
Messages: 22
Registered: June 2007
Location: Germany
Promising Member
great work! i am using that version now.

- some of the bazzar things seem to be broken due to error C2248: 'Upp::Value::PolyCompare' : cannot access protected member declared in class 'Upp::Value'
- the Scrollbarwidth is still a mess if you want a a thick and a thin one on you LineEdit.

apart from that - AWESOME!
Re: U++ 2015.2 released (rev 9251) [message #45580 is a reply to message #45572] Mon, 07 December 2015 22:27 Go to previous messageGo to next message
281264 is currently offline  281264
Messages: 270
Registered: June 2010
Location: Spain
Experienced Member
Thank you.

The THISBACKs menu does't seem to work porperly.

Best regards,

Javier
Re: U++ 2015.2 released (rev 9251) [message #45596 is a reply to message #45580] Mon, 14 December 2015 13:13 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Well the debugger is still very unreliable. It sometimes jumps way too much when stepping over. I press F10 and it sometimes leaves me at a random point in the execution timeline that executes the line I have skipped. Using F11 to step into and the stepping over until the function calls end will suppress this skipping operation. If I put a breakpoints in the code that is skipped, it won't trigger.
Re: U++ 2015.2 released (rev 9251) [message #45597 is a reply to message #45596] Mon, 14 December 2015 14:36 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Mon, 14 December 2015 13:13
Well the debugger is still very unreliable. It sometimes jumps way too much when stepping over. I press F10 and it sometimes leaves me at a random point in the execution timeline that executes the line I have skipped. Using F11 to step into and the stepping over until the function calls end will suppress this skipping operation. If I put a breakpoints in the code that is skipped, it won't trigger.


It would be worth mentioning which platform you are referring Smile

Anyway, I suppose it is .pdb. I agree, but I am afraid that we are limited to what is given to us by dbghelp.dll...

Mirek
Re: U++ 2015.2 released (rev 9251) [message #45600 is a reply to message #45597] Mon, 14 December 2015 15:48 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Yeah, sorry about that. On Windows, VS 2010.

Though, I've spent the last couple of weeks unlearning bad C++ that is specific only to VS 2010 and prior. Thanks to the MINGW support in U++. VS 2010 has a bunch of handy stuff that is completely non-standard and I'm unlearning it Smile.
Re: U++ 2015.2 released (rev 9251) [message #45601 is a reply to message #45600] Mon, 14 December 2015 17:49 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Additionally, when trying to update to VS 2012 (since 2010 is becoming quite old, no C++11), TheIDE did not detect VS 2012/MSC 11 using the legacy compilers option.

My tools have detected the following paths:
MSC 10 VS Path: C:\Program Files (x86)\Microsoft Visual Studio 10.0
MSC 10 SDK Path: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A
MSC 10 SDK Lib32 Path: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib
MSC 11 VS Path: C:\Program Files (x86)\Microsoft Visual Studio 11.0
MSC 11 SDK Path: C:\Program Files (x86)\Windows Kits\8.0
MSC 11 SDK Lib32 Path: C:\Program Files (x86)\Windows Kits\8.0\lib\win8\um\x86
MSC 11 SDK Lib64 Path: C:\Program Files (x86)\Windows Kits\8.0\lib\win8\um\x64


They look correct to me...

TheIDE only detected: C:\Program Files (x86)\Microsoft Visual Studio 11.0.
Re: U++ 2015.2 released (rev 9251) [message #45602 is a reply to message #45601] Mon, 14 December 2015 19:00 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
We really support just VS2015.

I know that support for some of VS2012 versions had problems. Anyway, I could not justify the time fixing that, when 2012 C++ is not good enough for U++ pick/clone and VS2015 is finally good and available for free. That is why it is "legacy".
Re: U++ 2015.2 released (rev 9251) [message #45604 is a reply to message #45597] Mon, 14 December 2015 22:31 Go to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
mirek wrote on Mon, 14 December 2015 15:36
cbpporter wrote on Mon, 14 December 2015 13:13
Well the debugger is still very unreliable. It sometimes jumps way too much when stepping over. I press F10 and it sometimes leaves me at a random point in the execution timeline that executes the line I have skipped. Using F11 to step into and the stepping over until the function calls end will suppress this skipping operation. If I put a breakpoints in the code that is skipped, it won't trigger.


It would be worth mentioning which platform you are referring Smile

Anyway, I suppose it is .pdb. I agree, but I am afraid that we are limited to what is given to us by dbghelp.dll...

Mirek

Next year I am going to have to develop a simple debugger and naturally I was going to look at TheIDE as inspiration. It's a shame that dbghelp has some problems, but I think it will still serve my needs well enough.

Quote:

We really support just VS2015.

I know that support for some of VS2012 versions had problems. Anyway, I could not justify the time fixing that, when 2012 C++ is not good enough for U++ pick/clone and VS2015 is finally good and available for free. That is why it is "legacy".

Ah OK! So only VS 2015. I will no longer report issues with previous versions then. But hopefully if I fill in the fields for the build methods manually it will still compile. I shall try tomorrow.

[Updated on: Mon, 14 December 2015 22:31]

Report message to a moderator

Previous Topic: It is now possible to pass containers to callback[n] with pick/clone
Next Topic: Happy New Year 2016
Goto Forum:
  


Current Time: Fri Apr 19 08:23:11 CEST 2024

Total time taken to generate the page: 0.03744 seconds