Question:
I read an article on another VB site dated 3/28/97 that stated that the executables created by VB 5.0 would still require a runtime dll (vbrun500.dll or something like that). Is this true?
Answer:
That’s not quite right. Visual Basic 5.0 applications are really compiledwhich means that there is no DLL required to interpret the code formerlystored in the .EXE file. However, any DLLs that the executable needs, suchas Data Access Object (DAO) DLLs or specific DLLs for controls will stillhave to be distributed with the executable.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.






















