c++ - Is it possible to add include path to visual studio from an FTP address? -


we have bunch of libraries , projects opencv, boost , etc. , have sharing space in our local network. can access libraries using ftp protocol , username , password. want know if can set visual studio additional include or library path ftp address? example adding include file of opencv have add $(opencv_dir)\include $(opencv_dir) address hard drive(c:\opencv\build). want address ftp such (ftp://ipaddres/opencv/build). want know if possible or not? , if can give me options purpose?

can mount ftp server drive , use mounted drive dependency directory in visual studio?

https://serverfault.com/questions/6079/how-can-i-mount-an-ftp-to-a-drive-letter-in-windows

suggests tools webdrive, expandrive, ftpdrive, etc

but take care, visual studio isn't happy network folders, afair. maybe libraries , header fine there.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -