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 » U++ Library : Other (not classified elsewhere) » BUG in UVS2 2384 release
BUG in UVS2 2384 release [message #13513] Fri, 11 January 2008 17:19 Go to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
In file 'callback.h', the line 249, which is
return Callback(new CallbackMethodActionArg4<Object, R (O::*)(A, B, C) const, T1, T2, T3>

should be
return Callback(new CallbackMethodActionArg3<Object, R (O::*)(A, B, C) const, T1, T2, T3>


and the line 274, which is
new CallbackActionCallArg3<Callback4<A, B,C,D>, T1, T2, T3>(cb, arg1, arg2, arg3));

should be
new CallbackActionCallArg3<Callback3<A, B,C>, T1, T2, T3>(cb, arg1, arg2, arg3));


(already corrected in svn repo)

Ciao

Max

Re: BUG in UVS2 2384 release [message #13521 is a reply to message #13513] Fri, 11 January 2008 18:41 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks. I knew I miss some...

Mirek
Previous Topic: Bug in app.cpp compiling non-gui apps (linux)
Next Topic: How to catch and overwrite child control event?
Goto Forum:
  


Current Time: Thu Mar 28 14:40:15 CET 2024

Total time taken to generate the page: 0.01463 seconds