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

Using the GCI_output correctly.



Q. I get the following error when I compile:

    Must take address of a memory location.
    Multiple declaration for 'optr'
    (Line numbers usually off by one.)

A. Make sure any TO_APP_TARGET and similar destinations in the object
   definition are surrounded by parentheses.
   For example:

       GCI_output = ( TO_APP_TARGET );