We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,
After upgrading from an ancient version of C51 to the latest greatest V8.05A, legacy code does not compile any longer because:
Build target 'Target 1' assembling STARTUP.A51... compiling VLTCAN11.C... TERM32.H(41): error C231: '_getkey': redefinition
I do agree it is a redefinition, however it is a deliberate one and the previous compiler did not complain.
Any suggestions on how to replace _getkey and get the code compiled ?
" seems I can delete the function attributes in the legacy code without risk. "
what are you going to delete, check out,
'" seems I can delete the function attributes in the legacy code without risk. "'
"what are you going to delete,"
Um, the function attributes.