sobota, 26 marca 2011

very simple wav file management in ansi c

opening, reading, processing (normalizing, changing length), creating and writing wav files in ansi c

src.c:
http://paste.pocoo.org/show/361778/
common.h:
http://paste.pocoo.org/show/361780/

No errors found, its final. ;)

czwartek, 24 marca 2011

VC++ Express Directories

Previously in VC++ 2005 Express or 2008 it was quite simple to add new paths (directories) to IDE. Now you have to do two things:
1) first, make Property Manager visible (its hidden by default in Express).
Tools> Settings> Expert Settings
2) second, go to Property Manager, RMB on project> Properties> Configuration Properties> VC++ Directories.

Damn, it took me a while to find this and i saw lots of posts asking about how to do this.