PDA

View Full Version : Shared Object In Qt and Linking to main application



Ashutosh2k1
15th February 2011, 05:57
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

high_flyer
16th February 2011, 11:36
Are you working under windows?
If so, you ARE creating a DLL.

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?