Justin Messages: 57 Registered: March 2006 Location: Orange County California
Member
Thanks, I was looking at the ArrayCtrl in particular. However, I ran accross the WhenLeftDouble method in use for callbacks. So what I tried was this:
rma.array.WhenLeftDouble <<= THISBACK(About);
This obviously didn't work and returned this:
main.cpp
C:\MyApps\NCase\main.cpp(134) : error C3767: '<<=': candidate function(s) not accessible
could be the friend function at 'C:\upp\uppsrc\Core/Topt.h(245)' : '<<=' [may be found via argu
ment-dependent lookup]
or the friend function at 'C:\upp\uppsrc\Core/Topt.h(245)' : '<<=' [may be found via argument-d
ependent lookup]
C:\MyApps\NCase\main.cpp(134) : error C2676: binary '<<=' : 'Callback' does not define this operator or
a conversion to a type acceptable to the predefined operator
1 file(s) compiled in (0:01.01) 1016 msec/file
There were errors. (0:01.14)