home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Anybody Successfully Built Filters.sln in VS2013?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ChubbyArse" data-source="post: 1081339" data-attributes="member: 117700"><p>Hi All,</p><p></p><p>I've been trying to get a full build and install generated using Windows 7 and VS2013. I've made good progress, but I've stumbled when building the DirectShowFilters.</p><ul> <li data-xf-list-type="ul">I've installed .Net 3.5 alongside 4.</li> <li data-xf-list-type="ul">I've downgraded from Windows 7 SDK with .Net 4.0 to Windows 7 with .Net 3.5</li> <li data-xf-list-type="ul">When I open the Filters.sln in VS2013 i don't upgrade the projects and change each of the projects configuration's Platform Toolset from <strong>Visual Studio 2010 (v100)</strong> to <strong>Visual Studio 2013 - Windows XP (v120_xp)</strong></li> </ul><p>The solution starts to build but fails on the project DSUtil with the following set of errors:</p><p></p><p>[code]Error 1 error C2146: syntax error : missing ';' before identifier 'm_pConfigs' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2092 1 DSUtil</p><p>Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2092 1 DSUtil</p><p>Error 3 error C2065: 'GID_ZOOM' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2019 1 DSUtil</p><p>Error 4 error C2065: 'GC_ZOOM' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2019 1 DSUtil</p><p>Error 5 error C2065: 'GID_ROTATE' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2025 1 DSUtil</p><p>Error 6 error C2065: 'GC_ROTATE' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2025 1 DSUtil</p><p>Error 7 error C2065: 'GID_TWOFINGERTAP' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2031 1 DSUtil</p><p>Error 8 error C2065: 'GC_TWOFINGERTAP' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2031 1 DSUtil</p><p>Error 9 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2045 1 DSUtil</p><p>Error 10 error C2065: 'GC_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2045 1 DSUtil</p><p>Error 11 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2051 1 DSUtil</p><p>Error 12 error C2065: 'GC_PAN_WITH_SINGLE_FINGER_VERTICALLY' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2051 1 DSUtil</p><p>Error 13 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2057 1 DSUtil</p><p>Error 14 error C2065: 'GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2057 1 DSUtil</p><p>Error 15 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2063 1 DSUtil</p><p>Error 16 error C2065: 'GC_PAN_WITH_GUTTER' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2063 1 DSUtil</p><p>Error 17 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2069 1 DSUtil</p><p>Error 18 error C2065: 'GC_PAN_WITH_INERTIA' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2069 1 DSUtil</p><p>Error 19 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2953 1 DSUtil</p><p>Error 20 error C2146: syntax error : missing ';' before identifier 'GetCurrentGestureInfo' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2953 1 DSUtil</p><p>Error 21 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2954 1 DSUtil</p><p>Error 23 error C2061: syntax error : identifier 'PTOUCHINPUT' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2986 1 DSUtil</p><p>Error 24 error C2061: syntax error : identifier 'PTOUCHINPUT' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2996 1 DSUtil</p><p>Error 25 error C2146: syntax error : missing ';' before identifier 'm_pCurrentGestureInfo' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 3009 1 DSUtil</p><p>Error 26 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 3009 1 DSUtil</p><p>Error 27 error C2065: 'm_pCurrentGestureInfo' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2955 1 DSUtil[/code]</p><p></p><p>The first error takes me to the following code in CGESTURECONFIG in afxwin.h</p><p></p><p>[code]protected:</p><p> PGESTURECONFIG m_pConfigs;</p><p> int m_nConfigs;[/code]</p><p></p><p>It looks like my dev environment doesn't have support for a lot of the functionality around GESTUREs?</p><p></p><p>I'm thinking it may be easier to just go back to VS2010 / .Net 3.5 and start again?</p></blockquote><p></p>
[QUOTE="ChubbyArse, post: 1081339, member: 117700"] Hi All, I've been trying to get a full build and install generated using Windows 7 and VS2013. I've made good progress, but I've stumbled when building the DirectShowFilters. [LIST] [*]I've installed .Net 3.5 alongside 4. [*]I've downgraded from Windows 7 SDK with .Net 4.0 to Windows 7 with .Net 3.5 [*]When I open the Filters.sln in VS2013 i don't upgrade the projects and change each of the projects configuration's Platform Toolset from [B]Visual Studio 2010 (v100)[/B] to [B]Visual Studio 2013 - Windows XP (v120_xp)[/B] [/LIST] The solution starts to build but fails on the project DSUtil with the following set of errors: [code]Error 1 error C2146: syntax error : missing ';' before identifier 'm_pConfigs' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2092 1 DSUtil Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2092 1 DSUtil Error 3 error C2065: 'GID_ZOOM' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2019 1 DSUtil Error 4 error C2065: 'GC_ZOOM' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2019 1 DSUtil Error 5 error C2065: 'GID_ROTATE' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2025 1 DSUtil Error 6 error C2065: 'GC_ROTATE' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2025 1 DSUtil Error 7 error C2065: 'GID_TWOFINGERTAP' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2031 1 DSUtil Error 8 error C2065: 'GC_TWOFINGERTAP' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2031 1 DSUtil Error 9 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2045 1 DSUtil Error 10 error C2065: 'GC_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2045 1 DSUtil Error 11 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2051 1 DSUtil Error 12 error C2065: 'GC_PAN_WITH_SINGLE_FINGER_VERTICALLY' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2051 1 DSUtil Error 13 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2057 1 DSUtil Error 14 error C2065: 'GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2057 1 DSUtil Error 15 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2063 1 DSUtil Error 16 error C2065: 'GC_PAN_WITH_GUTTER' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2063 1 DSUtil Error 17 error C2065: 'GID_PAN' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2069 1 DSUtil Error 18 error C2065: 'GC_PAN_WITH_INERTIA' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2069 1 DSUtil Error 19 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2953 1 DSUtil Error 20 error C2146: syntax error : missing ';' before identifier 'GetCurrentGestureInfo' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2953 1 DSUtil Error 21 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2954 1 DSUtil Error 23 error C2061: syntax error : identifier 'PTOUCHINPUT' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2986 1 DSUtil Error 24 error C2061: syntax error : identifier 'PTOUCHINPUT' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2996 1 DSUtil Error 25 error C2146: syntax error : missing ';' before identifier 'm_pCurrentGestureInfo' c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 3009 1 DSUtil Error 26 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 3009 1 DSUtil Error 27 error C2065: 'm_pCurrentGestureInfo' : undeclared identifier c:\program files (x86)\microsoft visual studio 12.0\vc\atlmfc\include\afxwin.h 2955 1 DSUtil[/code] The first error takes me to the following code in CGESTURECONFIG in afxwin.h [code]protected: PGESTURECONFIG m_pConfigs; int m_nConfigs;[/code] It looks like my dev environment doesn't have support for a lot of the functionality around GESTUREs? I'm thinking it may be easier to just go back to VS2010 / .Net 3.5 and start again? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Anybody Successfully Built Filters.sln in VS2013?
Contact us
RSS
Top
Bottom