dll project does not output a .lib file
-
Hi, I have a solution with some projects that produce dlls. However some of these projects also generate a .lib file for their respective dll in order for another project to link with dll at linking-time. However some other dll projects do not provide me a .lib file. Why does this happen? At first I thought I missed an option at the property page of the latter projects but this is not the case, as I compared the property pages finding no such differences. What should I do in order for all my dll projects provide me with a lib file? Thank you. PS - I'm using VS2005
-
Hi, I have a solution with some projects that produce dlls. However some of these projects also generate a .lib file for their respective dll in order for another project to link with dll at linking-time. However some other dll projects do not provide me a .lib file. Why does this happen? At first I thought I missed an option at the property page of the latter projects but this is not the case, as I compared the property pages finding no such differences. What should I do in order for all my dll projects provide me with a lib file? Thank you. PS - I'm using VS2005
Typically, this means that you are not exporting anything from the DLL. Is that the case? Regards, Nish
My blog : Nish’s thoughts on MFC, C++/CLI and .NET
-
Typically, this means that you are not exporting anything from the DLL. Is that the case? Regards, Nish
My blog : Nish’s thoughts on MFC, C++/CLI and .NET