PDA

View Full Version : creating and Linking dll using vs 2005



rajeshs
12th December 2007, 08:36
Hi All,

I am using Qt 4.3.2 on Windows and I am using Visual Studio 2005 to compile my code,

I have 2 VSProjects , I want to create dll for First Project , and I want to link first dll to

second project.

Note: For the same I created lib and linked with second by choosing project dependencies

Now I want dll for the same as i mentioned above , How to Link dll?

:)

high_flyer
12th December 2007, 09:11
I am not sure what the problem is.
Do you mean link against a DLL at built time?
At build time you link against a lib, the dll is for the execution.
But from you wrote, it sound you know that already so I am not sure what the problem is...