Allow Visual Studio to use more memory in 32bit windows
Read this excellent guide on increasing the total memory Visual Studio can use, even in 32bit windows Related Reading: Head First Java, 2nd Edition Effective Java (2nd Edition) Java The Complete Reference, 8th Edition
No source avaiable (VS2010)
Did you ever try pausing your code in VS2010? Did you get this very annoying screen that says “no source available” ? The solution is simple, install this extension Related Reading: Head First Java, 2nd Edition Effective Java (2nd Edition) Java The Complete Reference, 8th Edition
Modifying open source code to overcome inbuilt limits
This article applies to not just this particular piece of code but rather any open source tool you use. It may be possible for you to simply edit the source code and use it modified. Thats the beauty of open source! I downloaded this tool SHNTool to use to try to split some lossless audio [...]