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

Using 'pmake lib' doesn't create my .ldf file.



Q. I'm writing a library for the Nokia 9000 and I'm using the WinNT
   SDK. When I type "pmake lib" I don't get a .ldf file. What am I
   doing wrong? My source code is in c:\pcgeos\me\testlib.

A. You need to make sure your library source code is in a directory
   where the keyword "library" is in the path. The SDK tools rely
   on these pathnames to do the right thing. In your case, put your
   source code in a directory such as c:\pcgeos\me\library\testlib.