Article # 185, added by Geoworks, historical record
| first | previous | index | next | last |

ProcCallFixedOrMovable gives "no prototype" compiler warning




When you use one of the ProcCallFixedOrMovable routine, Goc/Bcc will
Give you the warning

      ProcCallFixedOrMovable..() called with no prototype.

This is because the ProcCallFixedOrMovable..() routines are declared
with empty parameters since the number of arguments can vary.  
Unfortunately, this confuses the Borland compiliner.  You should
ignore this "no prototype" warning.