Ok ,lets say I have mylibrary.a and mylibrary.dll .Can the .pro file tell the difference between both files? I mean , after all ,wont it be -lmylibrary in the command? And then it looks for libmylibrary.a or mylibrary.dll? I dont know how to link the application with the library considering both files .
Well ,I have succesfully compiled the library the way you told me ,but got the same results : some items are not getting events .I loaded it with mapandload and loadlibrary ,so I think I will now give QLibrary a chance .
Thank you very much.
P.D.: And by the way , as it was normal to think , no matter if the dll "includes" .h files of the items (that means the .h has some funtion implementation).
Bookmarks