add "Create Song from music file" function

This commit is contained in:
Chris Danford
2005-09-27 09:59:39 +00:00
parent b9fe8abfea
commit ea5eb4b223
6 changed files with 50 additions and 33 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ void MainMenuDlg::OnCreateSong()
BOOL bSuccess;
CString sSongDirectory = "Songs\\MyCreations\\";
CString sSongDirectory = "Songs\\My Creations\\";
CreateDirectory( sSongDirectory, NULL ); // ok if this fails. It will already exist if we've created another song.
DWORD dwError = ::GetLastError();
sSongDirectory += sFileNameNoExt;