In article <[EMAIL PROTECTED]>, Joe Siebenmann wrote: > Hi All, > > I'm trying to build the sample Virtual Device Driver, CryptoDrvr, using > PRC-Tools.. So far it's not going too well :-\ > > I've already "fixed" the function prototypes. The biggest problem is > getting the Makefile and .def files right. I can't find the docs for > .def files, and I'm sure that's a critical part of it. I tried looking > at it like a library, and it compiled, but it has problems when it > starts up. > > What's the right way to do the .def file, and are there any other > Virtual Device Driver samples out there?
The .def file syntax is described in the prc-tools documentation. You should have a copy on your computer. For the on-line version look at http://prc-tools.sourceforge.net/doc/prc-tools_4.html HTH Ton van Overbeek -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
