Closed OfficialIncubo closed 2 years 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.
It built succesfully, but idk why the _Pnext was 0x4. It didn't run the BeatDrop.exe file because of this:
Unhandled exception thrown: read access violation. _Pnext was 0x4.
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.
Forgot to change from "Debug" to "Release". So I managed to compile the .exe file.
I just tried to compile this code, but it has more errors in it. Can anyone should fix this?