how to use 4klang 3 0 1
1. after you get 4kalng.h and 4klang.inc files from your music friend, copy them to 4klang_sources/3.0.1/
2. run in that directory command nasmw.exe -fwin32 -o "4klang.obj" 4klang.asm
3. File 4klang.obj copy to your Visual C++ project.
4. Go to project settings / Linker / Input / Additional Dependencies, and add 4klang.obj there.
5. Copy example *.cpp from 4klang examples to your main C++ file.
2. run in that directory command nasmw.exe -fwin32 -o "4klang.obj" 4klang.asm
3. File 4klang.obj copy to your Visual C++ project.
4. Go to project settings / Linker / Input / Additional Dependencies, and add 4klang.obj there.
5. Copy example *.cpp from 4klang examples to your main C++ file.