devxlogo

Runtimes in Visual Basic 5.0

Runtimes in Visual Basic 5.0

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.

See also  How to Create and Deploy QR Codes Online: A Comprehensive Guide
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist