Advertisement

MIDAS w/ codewarrior

Started by February 18, 2000 11:27 AM
-1 comments, last by Tunah 25 years ago
I recently added MIDAS to my 'gamesystem', and I get an error which I can't solve (yet). It occurs in the file 'midasdll.h' and says something like: "Error: ')' expected (line 251)" Here's line 251: typedef void MIDAS_CALL *MIDASpostProcFunction(void *data, unsigned numSamples, void *user); But from what I've gathered, the problem isn't in this line, but rather the previous.. And here's that line aswell: typedef struct { int feedback; int gain; unsigned int numEchoes; MIDASecho *echoes; } MIDASechoSet; This is probably a very silly problem indeed, but since i'm a beginner, please don't kill me. I'm using Codewarrior. Edited by - Tunah on 2/18/00 11:38:52 AM

This topic is closed to new replies.

Advertisement