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,"
Um, the function attributes.