Can a Windows application be certified for the Windows Store if it ONLY uses the allowed Win32 subset and is written in plain C?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Among other reasons, a Windows Store app must have a user interface, and the Win32 APIs callable from a Windows Store app do not include the functionality required to build a user interface.
You can certainly build a Windows Store app using C, though doing so does not sound like fun.