Re: Error in <TQObject::CheckConnectArgs>: slot XX() does not exist

From: John Idarraga <idarraga_at_cern.ch>
Date: Sat, 29 May 2010 16:44:50 -0400


Hello Akira,

It works if in the interpreted code you call

root [0] gSystem->Load("libTargetUSB.so");
root [1] using namespace TargetUSB;
root [2] TEventViewer view;
root [3] 

I think it happens because your slot 'Play()' connected to your TGTextButton exists within a namespace. It has somehow a problem finding it at running time. But I can't really explain why. I don't know those internals.

good luck,

John Idarraga

On Sat, 2010-05-29 at 12:41 -0700, OKUMURA, Akira wrote:
> TargetUSB::TEventViewer view
Received on Sat May 29 2010 - 22:44:59 CEST

This archive was generated by hypermail 2.2.0 : Sun May 30 2010 - 05:50:01 CEST