Never mind, I already fixed it. The parenthesis after mouseWentOut
should not be there, although it did compile under 2.2.3

 

   mycontainer->mouseWentOut ( ) .connect(SLOT(this,
MyClass::onMouseWentOut));

 

 

 

________________________________

From: Rogier Schouten [mailto:[email protected]] 
Sent: dinsdag 5 mei 2009 8:30
To: [email protected]
Subject: [Wt-interest] 2.2.3 to 2.2.4 upgrade: each slot connection
produceserror C2064: term does not evaluate to a function taking 0
arguments

 

Hi,

 

I just upgraded from version 2.2.3 to 2.2.4. Compiling with MSVC gives
me an error C2064 on each statement where I connect a signal, like so:

 

   mycontainer->mouseWentOut().connect(SLOT(this,
MyClass::onMouseWentOut));

 

Any ideas?

 

 

Regards,

Rogier

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to