OfficialIncubo / BeatDrop-Music-Visualizer

The Milkdrop2 Music Visualization Standalone, only for Windows
https://twitter.com/BeatDropVis
Other
34 stars 2 forks source link

!! HELP WANTED !! Many errors while building using Visual Studio 2019. [SOLVED] #1

Closed OfficialIncubo closed 1 year ago

OfficialIncubo commented 1 year ago

I just tried to compile this code, but it has more errors in it. Can anyone should fix this? image

erraata commented 1 year ago

Check this commit: https://github.com/WACUP/vis_milk2/commit/44b685a70682e649ba8b5ae81d15faecb4b0156c for the nseel-compiler.c errors. I was getting similar error messages while trying to compile BeatDrop2077 and was able to get it to build when I replaced nseel-compiler.c with WACUP's version.

I don't normally work with Visual Studio or C++ so I'm not sure about the others. Take a look at https://github.com/milkdrop2077/BeatDrop2077 and compare their plugin.cpp is my suggestion.

OfficialIncubo commented 1 year ago

It built succesfully, but idk why the _Pnext was 0x4. It didn't run the BeatDrop.exe file because of this: image

Unhandled exception thrown: read access violation. _Pnext was 0x4.

OfficialIncubo commented 1 year ago

Aight. I am gonna close this issue because it's solved. @milkdrop2077 gave me a generated .exe file and I should give a huge thanks.

OfficialIncubo commented 1 year ago

Forgot to change from "Debug" to "Release". So I managed to compile the .exe file.