lib file location
-
I am usnig Visual Studio 6, to build a DLL. I want to change the target location where the .lib is generated, and I am unable to figure out what setting to change. Does anyone know? thanks!
-
I am usnig Visual Studio 6, to build a DLL. I want to change the target location where the .lib is generated, and I am unable to figure out what setting to change. Does anyone know? thanks!
Hello Chintoo! If you'r using VC++, you need to follow following steps : change the output filename and path in Project -> Settings (Menu). and select your project and goto Library tab, and put the output directory you want. If you'r using VB, you would get the save dialog box to specify the location for the DLL.... -Malli...!
-
Hello Chintoo! If you'r using VC++, you need to follow following steps : change the output filename and path in Project -> Settings (Menu). and select your project and goto Library tab, and put the output directory you want. If you'r using VB, you would get the save dialog box to specify the location for the DLL.... -Malli...!
Its VC++. There is no Library tab, as it is a DLL project and not a static library. thanks!
-
Its VC++. There is no Library tab, as it is a DLL project and not a static library. thanks!
-
Then you'll get that option as 'Output file name' in 'Link tab' in project->Settings option. -Malli...!