U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Bug in uvs 2596 -- MultiButton.cpp
Bug in uvs 2596 -- MultiButton.cpp [message #16462] Tue, 17 June 2008 00:52 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
MultiButton.cpp, line 346 :

Image m = tsz.cx > 0 ? b.img : Nvl(b.img, CtrlsImg::DA());


Don't compile (different types on Confused operator).
I guess it should be:

Image m = tsz.cx > 0 ? b.img : Image(Nvl(b.img, CtrlsImg::DA()));


But not sure. Latter compile, anyways.
 
Read Message
Read Message
Previous Topic: Uppsrc/ide/Builders/init is missing
Next Topic: Disabling anti-aliasing
Goto Forum:
  


Current Time: Wed May 06 13:28:49 GMT+2 2026

Total time taken to generate the page: 0.00802 seconds