At 03:03 PM 7/28/2004, you wrote:

Hi Ben,

Yes, I am using FilePoint to explore the files on my RAM.

I do see the file that I create.

I am trying to open it with the same creator id and type it shows in the
info of the file on the RAM. It even shows DATA as the type of the file!

I really don't know whats wrong here!

The shared library should be using DmFindDatabase to find it, and DmOpenDatabase to open it -- it sounds like it's using DmCreateDatabase instead.


Also, remember the global variable problem with shared libraries. You can #define a DB name and use that in your code, but sticking the DB name in a global is likely to result in DmFindDatabase failing.


-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to