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?