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

Glue can't find my library's LDF file.



When writing a library, "pmake lib" will make the library and copy
its LDF file to:

    \pcgeos\$USER\Include

(where $USER is your working branch). This will allow you to
make test applications to test your library.

If you are working on a multi-person project, you need to "install"
your LDF file to:

    $SDK_ROOT\$BRANCH\Installed\Include

so your team members have access to the LDF file. (Where $SDK_ROOT
is the location of the shared files and $BRANCH is the branch you
are working in. Run GEOS Setup to see the SDK Root and Branch
settings.)