alejolp / extmodem

Sound card modem for Amateur Radio AX25
43 stars 11 forks source link

syntax error : identifier 'ptt_parallel_windows' #5

Open ferlyz05 opened 10 years ago

ferlyz05 commented 10 years ago

ifdef _MSC_VER

return ptt_ptr(new ptt_parallel_windows());

endif

Code above produce error while compiling: extmodem-master\src\ptt.cpp(71): error C2061: syntax error : identifier 'ptt_parallel_windows'

Error: expected a type specifier

Any suggestion?

alejolp commented 10 years ago

Thanks for reporting this issue! The Parallel PTT code on Windows is missing, I've commited a fix to comment that line. Please update the code and let me know.