I am using Visual Studio Express 2013 and I am having trouble creating a win 32 application. I found this link: http://msdn.microsoft.com/en-us/library/h9x39eaw.aspx which explains how to create a win32 application but there is no "Win32
Console Application" in the "New Project Dialog" in my version of Visual Studio 2013 Express. Is this feature supported in Visual Studio Express? Is there another way to create a win32 application in Visual Studio Express? I am trying
to test mciSendString and DirectShow on a Windows 8 computer that seems to crash every time these functions/libraries are used from a third party API.
↧