Results 1 to 2 of 2

Thread: DLL Connections

  1. #1
    Join Date
    May 2007
    Posts
    90
    Thanks
    40
    Qt products
    Qt4
    Platforms
    Windows

    Default DLL Connections

    I am writing some code that makes use of another program that I encapsulated in a DLL. The problem I am having is that even though I can connect to the signals on the .h file, (the connect statement returns true) the signals are never being raised. Is there any reason why a DLL would not raise a signal when the original program would?

  2. #2
    Join Date
    May 2007
    Posts
    90
    Thanks
    40
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: DLL Connections

    FIXED!

    For those of you with a similar problem:

    I had compiled the DLL in release mode and was compiling the other program in debug mode. I am not sure why it made a difference, but it did.

Similar Threads

  1. QTcpServer limit for incoming connections
    By mdecandia in forum Qt Programming
    Replies: 9
    Last Post: 5th May 2007, 22:09
  2. Subclass and Connections
    By merry in forum Newbie
    Replies: 10
    Last Post: 6th March 2007, 13:19
  3. OT : QSql - connections fail after a while.
    By Harvey West in forum Qt Programming
    Replies: 6
    Last Post: 19th January 2007, 13:46
  4. Signal/slot connections of deleted items
    By Michiel in forum Newbie
    Replies: 2
    Last Post: 24th March 2006, 16:44
  5. Replies: 3
    Last Post: 21st March 2006, 16:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.