You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I had a lot of trouble to compile UMMM, because it uses VB6 at the bottom. Lot of VB was over the time carried to .NET via VS2008 migration wizards.
@SkullbocksDE I do not recommend copying files into the installation folder of any program. Instead of that you can use the full path to VB6 instead. e.g.:
Hi there,
I had a lot of trouble to compile UMMM, because it uses VB6 at the bottom. Lot of VB was over the time carried to .NET via VS2008 migration wizards.
You need Microsoft Visual Studio 6, which has the VB6 compiler:
https://winworldpc.com/product/microsoft-visual-stu/60
If you are installing VS6 above WinXP, read this article to install it on newer versions of Windows:
https://www.codeproject.com/Articles/1191047/Install-Visual-Studio-on-Windows
Then you are able to find VB6.exe installed here by default:
C:\Program Files (x86)\Microsoft Visual Studio\VB98
Copy the Ummm.vbp and mdUmmm.bas beside VB6.exe.
Open the command line there and run:
VB6.EXE /MAKE Ummm.vbp
You now have the Ummm.exe available to run.
Don't forget to clean up.
Cheers'
The text was updated successfully, but these errors were encountered: