I would like some help understanding the CSound API for C++, i can't seem to compile it on Visual Studio 2008/9, a couple of odd problems stdint.h doesn't exist and after i add it, two redefinition errors.
Anyone used CSound before? (I'm writting a synth engine btw)
Name:
Anonymous2010-04-27 3:21
>>10
C99 is the ANSI standard. It has been for over a decade.
>>9
ICC only compiles code for shitty x86/x86_64/IA-64.
Name:
Anonymous2010-04-27 3:29
>>15
Then use RVCT for shitty ARM, [Insert vendor compiler] for [Insert vendor architecture], etc. It's all compliant anyway, right?
>>17
It may be fast but it's still shitty. It's an ancient arch and currently has layer upon layer of backwards compatibility features that result dirty hacks. There is also the matter of power usage.