I had same problem.
Now I do this around your code example:
db: DmOpenRef;
begin
db:=DmOpenDatabaseByTypeCreator(Rsc('libr'), Rsc('xxxx'),
dmModeReadOnly);
DmGetResource(...)
...
DmCloseDatabase(db);
end;Now DmGetResource will look in your library (if you replace xxxx ;-) -- Christen Fihl http://HSPascal.Fihl.net/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
