Correction in documentation about Visual Studio (Bug #1833)
Description
Hi, i'm not sure if this should be here because it's my first time, but i think there is a little thing that should be changed:
is in the documentation about how to use OpenCV in Visual Studio
http://opencv.itseez.com/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to
i spent many time in the step: "Go the C++ groups General entry and under the “Additional Include Directories” add the path to your OpenCV include." because was no "Additional include Directories" field. Now i have realized that is not enough just to create a new project, you must add a new source file (.cpp) to the project before that step to be able to add the include directory.
Maybe is not very important, but begginers will thank.
History
Updated by Vadim Pisarevsky almost 13 years ago
- Assignee set to Alexander Shishkov
Updated by Joel Mckay almost 13 years ago
Visual Studio native libs can be easier to build with the nmake generated scripts from cmake.
IIRC, the Visual Studio IDE list of includes paths' order mattered at one time.
Best of luck,
J
Updated by Alexander Shishkov almost 13 years ago
Thanks for the report! It is fixed in r8235.
- Status changed from Open to Done