GEOS device driver questions

Edward Ballot (eballot@geoworks.com)
Wed, 11 Dec 1996 17:42:33 -0800 (PST)

> When I tried it with name = "pcmcia" , the application generation by the
> SDK worked fine, but at run-time I got the message
> "Couldn't launch the app"

Probably because the library/driver named pcmcia is not on (or not the
write version) the system you are testing with. Not sure what other
reasons there are...

> When I used the name which I gave as the permanent name in the .gp file
> (it is "smcard", or "smcardec" ), PMAKE or probably GLUE says
> "cannot locate library smcard" (or cannot locate library
> smcardec)

That is because GLUE wants to check protocol numbers for the smcard,
but can't find it in the protocol file (forget the name of that file,
but it's located in the include\ldf directory). Add the keyword
"exempt smcard" in your .gp file to tell glue not to check protocol
numbers.