Shared Object In Qt and Linking to main application
Hi all,
I want to create a shared object in QT (same as dll in windows ) and want to use that dll in my own qt application .However i am getting undefined refrence to one of my function which i want to export. so please what would be the possible reasons
Thanks in Advance
Re: Shared Object In Qt and Linking to main application
Are you working under windows?
If so, you ARE creating a DLL.
Quote:
However i am getting undefined refrence to one of my function which i want to export.
While you are trying to build your DLL, or when you try to link to it?