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

Borland compiler error: Multiple declaration for 'optr'




ERROR:
Must take address of a memory location
Multiple declaration for 'optr'

SOLUTION:
Make sure any TO_APP_TARGET or similar destination in the object definition
of a controller is surrounded by parentheses. For example:

    GCI_output = (TO_APP_TARGET);