How do you determine which version of visual basic a program (.ocx, .exe, or .dll) was compiled with?
(I’m referring to visual basic 6 and before, not .net).
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.
You can often tell what version was used to compile an old VB program based on the dependencies for the program.
MSVBVM60.dll for VB6 compiled programs
MSVBVM50.dll for VB5
VB40032.dll for VB4 32bit
VB40016.dll for VB4 16bit.