Normally it seems that every vb 6 compiled exe file requires atleast MSVBVM60.DLL in Windows system folder, is there any way to make a standalone exe (without any dependencies) ?

Recommended Answers

All 2 Replies

From what I understand, that's the virtual machine that is used to interpreset VB, and comes standard with most versions of Windows. There may be third party tools that can bundle everything together, but not that I know of.

I don't think it is the interpreter. I think it is the runtime library. I think the only stand-alone exe you can make with VB6 is a console app.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.