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 » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Conditional jump or move depends on uninitialised value(s)
Re: Conditional jump or move depends on uninitialised value(s) [message #19849 is a reply to message #19843] Tue, 27 January 2009 06:06 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1358
Registered: December 2006
Ultimate Contributor
Thanks. All reported uninitialised values are gone.


luzr wrote on Mon, 26 January 2009 11:29

Interesting.

theide not working in win64, that is a new one... Going to check it soon - have not for a while.



I got XP x64 in my current company and tried to build and use 64-bit version of TheIDE. I managed to build and launch it, but got no luck with putting brackpoints.

I'll try to check that again tomorrow.


Quote:


OTOH, I am using Ubuntu64 for all Linux development, booting Ubuntu32 really rarely (about as often as Vista64) - have not noticed any problems at all.

What packages is your app using?

Mirek


After fixing all issues with Draw and SQL the only problem I'm seeing is with GridCtrl. But this is another story.

Another useful fix. This is an uninitialized value too. Using of initialization lists is a good practice ... Wink

Index: uppsrc/Core/Gtypes.h
===================================================================
--- uppsrc/Core/Gtypes.h        (revision 812)
+++ uppsrc/Core/Gtypes.h        (working copy)
@@ -60,7 +60,7 @@
 
        String        ToString() const;
 
-       Size_() {}
+       Size_() : cx(0), cy(0) {}
        Size_(T cx, T cy) : cx(cx), cy(cy) {}
 
        Size_(const Size_<int>& sz)  : cx((T)sz.cx), cy((T)sz.cy) {}



Regards,
Novo

[Updated on: Tue, 27 January 2009 06:08]

Report message to a moderator

 
Read Message icon13.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: To split Images code to "h" & "cpp" file has a link error, "multiple de
Next Topic: DrawOpWin32.cpp, line 96 q != ERROR
Goto Forum:
  


Current Time: Mon Apr 29 17:36:15 CEST 2024

Total time taken to generate the page: 0.02656 seconds