Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a set of Dll's which i use a lot, and are created and saved in serperate folder, so the question is.. is there a setting to have change the include headers and the libs so that I do not have to change them everytime, the values wish to change come under Propertys-VC++ Directories-Include Directories and Propertys-VC++ Directories-Library Include

What I have tried:

Have tried nothing as do not know where to start looking
Posted
Updated 8-Aug-23 23:22pm
Comments
Richard MacCutchan 9-Aug-23 5:04am    
As far as I am aware (from experience) you have to set the directory names in each project.
Idd Jutt 2021 9-Aug-23 5:07am    
I thought that (feared)may be the case, I suspect its from a generic when create a project is applied
Idd Jutt 2021 9-Aug-23 5:22am    
Just added it as a suggestion to MS so going to close this query
Richard MacCutchan 9-Aug-23 5:35am    
It used to be a global setting in a previous version of Visual Studio. I cannot recall in which version they changed it to the project specific settings.
Idd Jutt 2021 9-Aug-23 5:41am    
I do not remember that, but if it was a while ago, probably never used it. But its only recently started putting must of my code in dlls

1 solution

Just added it as a suggestion to MS Studio
 
Share this answer
 
Comments
Rick York 9-Aug-23 10:44am    
If you work with other people then that is not the way to do things. If you worked with me I would be very, very annoyed. I work with dozens and dozens of projects and I never, ever change VC's include or library directories. Those are user and installation-specific settings and should NOT be changed. Setting the include and library directories is something that should be changed in your projects' settings. In order to work well with other users' you should always use relative paths no two users install things the same way and in the same places.
Idd Jutt 2021 9-Aug-23 11:48am    
Do not care what you think

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900