What a time to be alive! 😊

Running Windows 7 in VirtualBox on Linux, to program for the Commodore 64 (running inside of Windows 7)

#c64 #recursion #lifeisgood #programming

https://mastodon.social/media/xsP28ladFYJbD-6IB_8

@jacmoe hahah this is awesome. My daily driver runs 2 VMs usually inside the host OS, and we went to the moon with way less shit

@dottorblaster @jacmoe so, I gave CBM prg a try on mono with mono Visual Basic components installed (also needed : libgdiplus emulator).

CBM prg will not run because one of the libraries it is using goes directly to native Win32 libraries to do things:

https://github.com/dockpanelsuite/dockpanelsuite/issues/273

@saper @dottorblaster I installed 'dotnet35sp1' before installing CBM prg Studio, and then copied an unzipped WinVICE into my WINE home directory (users/jacmoe)

@jacmoe @dottorblaster @stylus

With WINE it should work, yes.

@saper @dottorblaster Ah, right: I misread your post.
You are using mono directly - yes, that probably poses a challenge..