Answered by:
Import order of Visual Studio Property sheets relevant?

Question
-
In my project I am using both OpenCV and OpenGL. I got both of them setup independently in my computer and created separate property sheets for both of them. Now I want to create a program which uses both OpenCV and OpenGL but when I import OpenCV property sheet for some reason OpenGL stops working.
This does not make sense to me since the point of having separate property sheets was to ensure that they remain independent and don't interfere with each other. Can someone please suggest what could be the issue?
Thanks.
System configuration - Visual Studio 2013 Ultimate, OpenCV 2.4.11, OpenGL 4.3
- Moved by Jiayi Li Wednesday, September 9, 2015 7:51 AM
Wednesday, September 9, 2015 7:10 AM
Answers
-
Hi Ashray Malhotra,
Thank you for posting in MSDN forum.
This forum is about Visual Studio Setup and Installation, I'm afraid that your issue is not related to Visual studio setup and installation.
I suggest you could consult your issue on the OpenGL forum: https://www.opengl.org/discussion_boards/
Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Noel D PatonEditor Tuesday, November 10, 2015 9:27 PM
- Marked as answer by Just Karl Monday, November 30, 2015 4:14 PM
Wednesday, September 9, 2015 7:50 AM
All replies
-
Hi Ashray Malhotra,
Thank you for posting in MSDN forum.
This forum is about Visual Studio Setup and Installation, I'm afraid that your issue is not related to Visual studio setup and installation.
I suggest you could consult your issue on the OpenGL forum: https://www.opengl.org/discussion_boards/
Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Noel D PatonEditor Tuesday, November 10, 2015 9:27 PM
- Marked as answer by Just Karl Monday, November 30, 2015 4:14 PM
Wednesday, September 9, 2015 7:50 AM -
Hey, I appreciate your reply.
But this question is about visual studio property sheets and if including them in a different order makes a difference to the final output of the program. Replace OpenCV with program A and OpenGL with any program B, my question in independent of that.
And I thought that property sheets were a part of Visual studio setup, hence I posted it here. If you believe that it should be posted in some other Visual Studio forum please let me know.
Thanks.
Wednesday, September 9, 2015 10:01 AM -
Hello,
The "Visual Studio Setup and Installation" forums in about installing Visual Studio, not using it.
What are property sheets, and when are they used?
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})- Edited by Just Karl Wednesday, September 9, 2015 9:57 PM
Wednesday, September 9, 2015 2:38 PM