Jedhi Posted February 19, 2004 Posted February 19, 2004 I have a header file that is common for many projects. Therefore it is placed a common place, so that you can make a reference to the file in your project without adding the file to your project. But how do you do this ??? Quote
Administrators PlausiblyDamp Posted February 19, 2004 Administrators Posted February 19, 2004 What kind of file .vb , .cs , .h, an asp include? If it is a standard code file you can right click on you project and select add existing item, browse to the file you want and click the arrow next to the open button and select link file. It may be worth considering compiling the file into a DLL and referencing the DLL from the other projects though Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.