Talk:musikCube Help
From Musik
<Urban> Parts of help/FAQ file that need work:
1)Get some screen shots in the main window section
2)For the main window section rewrite right click to reflect latest versions showing that all tag options are under a "Tags >" along with the other changes to right click in the library window.
3)Tunage Section under preferences
I noticed that Casey corrected the license mentioned in the help document from GPL to BSD. Just as a note because of the nature of Wikis (previous revisions are viewable): musikCube was never licensed under the GNU Public License, only the BSD License. Any page in the Wiki does not supercede the license specified on the License page or the one included with the actual binaries and source.
--Rajivm 18:08, 23 Apr 2005 (PDT)
msvcrt71.dll fix
To fix your problem with msvcrt71.dll, use this NSIS code:
IfFileExists $SYSDIR\msvcrt71.dll NoWriteCRT SetOutPath $SYSDIR File /oname=msvcrt71.dll.new "path\to\msvcrt71.dll" Rename /REBOOTOK $SYSDIR\msvcrt71.dll.new $SYSDIR\msvcrt71.dll NoWriteCRT:
-dandaman32 12:36, 2 Feb 2006 (PST) ( << nsis tech)

