header files?
-
How do i include a header files directory of another library to my project's include file path.
-
How do i include a header files directory of another library to my project's include file path.
Open the project settings. Go to the C++ tab. Use the combobox to go to the Preprocessor entry. Under 'additional include folder' enter a relative or absolute path. I prefer to use relative paths from the DSW file, since I might end up with a different drive letter or arrange items into different levels. Less work if things are relocated relatively to each other than a hard coded path to some specific drive in some specific rooted folder hierarchy.
-
Open the project settings. Go to the C++ tab. Use the combobox to go to the Preprocessor entry. Under 'additional include folder' enter a relative or absolute path. I prefer to use relative paths from the DSW file, since I might end up with a different drive letter or arrange items into different levels. Less work if things are relocated relatively to each other than a hard coded path to some specific drive in some specific rooted folder hierarchy.
Suppose im using an open source library borZoi-1.0.2.I copy its folder to my project and the header files r in borZoi-1.0.2\src directory so what will b the relative path with respect to DSW file
-
Suppose im using an open source library borZoi-1.0.2.I copy its folder to my project and the header files r in borZoi-1.0.2\src directory so what will b the relative path with respect to DSW file
hi, i am trying to use the borzoi 1.02 with Visual studio 2008 C# .NET, i am trying to use the ECC implementation in this library, so how can i integrate this library and use its functions from within VS 2008 C#. thanks alot
-
hi, i am trying to use the borzoi 1.02 with Visual studio 2008 C# .NET, i am trying to use the ECC implementation in this library, so how can i integrate this library and use its functions from within VS 2008 C#. thanks alot