Are only basic VB6 Applications running on WIN8? Are any API’s different in use like GDI+, Keyhooks, FileSystem or RtlMoveMemory Apis.
VB6 is x86, Win8 is x64.
I already read:
VB6 Running on Windows 8?
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.
Windows 8 does not change the basic APIs for Windows desktop apps. (except, of course for Windows RT)
Future versions of Windows also won’t; any changes to those APIs would break compatibility with all existing applications.