-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files Missing from N64MidiLibrary #45
Comments
OK good point, guess it's never been right here. I had to rename the folder as the builds do not like spaces as well. If you pull latest you should now be able to build all 3 tools successfully. |
Haven't fully tested but...also note, if you are compiling for a later visual studio (Beyond Visual Studio 2008 SP1) for N64 Midi Tool or N64 Sound Tool, all you need to do is update targetver.h, such as replacing it entirely, like below in all of those files. You also may need to remove vld.lib (visual leak detector) from some Linker->Input if you don't have it installed or it's not working for that version of Visual studio. I do not believe N64 Soundbank Tool works in later versions due to DirectMusic. #pragma once #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later. #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later. |
Luckily I have kept all versions of Visual Studio I have ever owned on disc, so I have 2005, 2008, 2015, 2017, 2019, and 2022. So once I get this all working I intend to write a guide on how to build, and then later I should have a merge request with these changes already made and a smaller guide for what to download/install. Since you changed some folders and things here I will start over after getting this update and document everything I have to do. |
Closed by #48 |
When trying to build N64MidiLibrary.vcproj the following errors appear:
The missing files do exist at N64-Tools-master\N64 Sound Tool\N64SoundListToolUpdated\N64SoundLibrary but are part of the MIDI library project while not being in the MIDI library folder.
Are these files supposed to be copied over manually? Is the MIDI Library project file supposed to be loaded as part of another project/solution?
The text was updated successfully, but these errors were encountered: