MFC application being compiled on VS2012
-
i took an MFC application written in VS2010 opened in in win8 with visual studio 2012 got the following errors: error C1083: Cannot open include file: "tmschema.h": No such file or directory (afxwin.h) it returns in several cases anyway can help? thanks
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
i took an MFC application written in VS2010 opened in in win8 with visual studio 2012 got the following errors: error C1083: Cannot open include file: "tmschema.h": No such file or directory (afxwin.h) it returns in several cases anyway can help? thanks
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
YaronNir wrote:
anyway can help?
Does
tmschema.h
exist?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
-
YaronNir wrote:
anyway can help?
Does
tmschema.h
exist?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
actually you are right, it doesn't will check more thanks
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
-
YaronNir wrote:
anyway can help?
Does
tmschema.h
exist?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
The include file "tmschema.h" is part of the Microsoft SDK (in v6.0 and v7.0), and is included by Visual Studio 2010 (in afxwin.h). However, Visual Studio 2012 doesn't appear to have the correct include files and/or libraries. I'm looking to see if there's a known solution, and I'll post here again when I've worked it out! :confused:
-
actually you are right, it doesn't will check more thanks
Interface basics click here : http://www.codeproject.com/com/COMBasics.asp don't forget to vote :)
Strangely, at Microsoft.com, the current link to the Microsoft Windows SDK appears to be broken: http://msdn.microsoft.com/en-us/windows//bb980924.aspx?wt.svl=more_downloads[^]