VOGONS


First post, by Stojke

User metadata
Rank l33t
Rank
l33t

Hi guys, where can I get Visual Basic run times for windows 98SE? Some game mention DLL version 100, some 200 and some 300. I can not seem to find any of them.

Note | LLSID | "Big boobs are important!"

Reply 1 of 6, by firage

User metadata
Rank Oldbie
Rank
Oldbie

Dug up some active download links for them:
http://download.microsoft.com/download/vb40en … US/vbrun100.exe
http://download.microsoft.com/download/vb30/S … US/vbrun200.exe
http://download.microsoft.com/download/vb30/u … US/vbrun300.exe

My big-red-switch 486

Reply 2 of 6, by Jo22

User metadata
Rank l33t++
Rank
l33t++

Hi, yes that's right, these are the classic runtime files that also work on Win 3x.
Win 9x usually ships with msvbvm50.dll (VB5) and msvbvm60.dll (VB6)..

For Visual Basic 6, there's also The Visual Basic Community Runtime :
https://appdb.winehq.org/objectManager.php?sC … tion&iId=736144

In some rare cases you'll also need optional files, such as mci32.ocx,
or the VB4 runtime (vb40032a.exe or vb40016a.exe).

VBX files are the original 16-Bit VB modules,
whereas OCX are the 32-Bit types.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 3 of 6, by Stojke

User metadata
Rank l33t
Rank
l33t

Thanks a lot guys, especially Jo22 for clarification on additional things. Only one more question for now - where do I put them 🤣 (dlls)

Note | LLSID | "Big boobs are important!"

Reply 4 of 6, by firage

User metadata
Rank Oldbie
Rank
Oldbie

Programs should find them if they're in the same folder as the program executable, but more permanently runtime DLL's go into C:\WINDOWS\SYSTEM\ (or C:\WINDOWS\SYSTEM32\ on NT).

My big-red-switch 486