Kermalis / VGMusicStudio

🎵 A program that lets you listen to the music from popular video game formats. 🎵
GNU Lesser General Public License v3.0
264 stars 32 forks source link

'UIElement' definition error (macOS) #122

Closed calmsacibis995 closed 1 year ago

calmsacibis995 commented 1 year ago

When I try to build on macOS, I get the message that UIElement was defined in assembly, but it isn't referenced. Is there a solution?

Kermalis commented 1 year ago

The program is Windows-only, so it's probably complaining since you don't have the WinForms stuff you need. There's no solution except to run it as a windows program I think