sorry
CODE
enum MessageType
{
Response,
Start,
StartFrom,
StartFromTo,
StartFrequencies,
StartFromFrequencies,
StartFromToFrequencies,
Stop,
Pause,
Resume,
JumpTo,
StartTime,
GetStartTime,
EndTime,
GetEndTime,
CurrentTime,
GetCurrentTime,
NumberOfFrequencies,
GetNumberOfFrequencies,
FrequencyList,
GetFrequencyList,
NumberOfRadios,
GetNumberOfRadios,
RadioList, // not implemented yet
GetRadioList,
SkipSilence,
WriteToWave,
WriteToAVI,
GetWriteCurrentTime,
WriteCurrentTime,
GetDISPlaybackInfo,
DISPlaybackInfo,
GetDISRecordInfo,
DISRecordInfo,
GetWriteStatus,
WriteStatus,
Dummy
};
DWORD is part of the windef.h windows file. the error is at compilation and it is expecting the ; after the DWORD, but if i use unsigned long and not DWORD it will compile I think my VS2005 is corrupt I may have to reinstall it.
Mod Edit: added code tags: