Thread: FMsynth
View Single Post
Old 20 June 2015, 11:51   #46
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by tolkien View Post
I have compiled it with CubicIDE+VBCC so must be a compiler setting. For what I can see you must enable c99 support when compiling.

// comments and variable init within for loops are only supported in c99 mode
you are right, i have only the commandline installation of vbcc:
Code:
vc -c99 -cpu=68020 FMSynthDX7.c -o FMSynthDX7
this did the trick, thanks
emufan is offline  
 
Page generated in 0.04315 seconds with 11 queries