Qt-interest Archive, May 2007
How signal-slot works across DLL and application???
Message 1 in thread
Hi all,
I want to define a signal/slot in a DLL and a slot/signal in the
application where I am using this DLL and want to connect this
signal-slot in a class of application by creating object of the class
defined in DLL (who has signal/slot defined).
In short and simple words, I want to check how signal-slot mechanism
works across DLL and the application which uses the DLL.
Can any one help me with/without sample code or important links? I would
be grateful.
Thanks
Shuchi
Message 2 in thread
Hi,
> I want to define a signal/slot in a DLL and a slot/signal in the
> application where I am using this DLL and want to connect this
> signal-slot in a class of application by creating object of the class
> defined in DLL (who has signal/slot defined).
>
>
>
> In short and simple words, I want to check how signal-slot mechanism
> works across DLL and the application which uses the DLL.
It should work out-of-the-box. Are there any specific problems or error messages?
--
[ signature omitted ]
Message 3 in thread
On Wednesday 02 May 2007 08:49:52 Dimitri wrote:
> Hi,
>
> > I want to define a signal/slot in a DLL and a slot/signal in the
> > application where I am using this DLL and want to connect this
> > signal-slot in a class of application by creating object of the class
> > defined in DLL (who has signal/slot defined).
> >
> >
> >
> > In short and simple words, I want to check how signal-slot mechanism
> > works across DLL and the application which uses the DLL.
>
> It should work out-of-the-box. Are there any specific problems or error
> messages?
It must work out-of-the-box, as qt is compiled as a dll
--
[ signature omitted ]