Did you notice the part in cstring that shows that bsd_mem.h is included only
when compiling for Be OS? That would explain why bsd_mem.h is not on your
system.
#if __dest_os == __be_os
#include <bsd_mem.h>
#endif
You might want to track down why __dest_os is set to __be_os.
-- Keith Rollin
-- Palm OS Emulator engineer
"CSmith" <[EMAIL PROTECTED]> on 12/05/2000 06:21:59 PM
Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent by: "CSmith" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
cc: (Keith Rollin/US/PALM)
Subject: Cannot open bsd_mem.h
Just wondering if anyone ran across this one before. I have a project that
compiles fine on my work machine but the same project gets the following
error on my home machine. Error: the file 'bsd_mem.h' cannot be opened
cstring line 38 #include <bsd_mem.h>.
I've searched for the file bsd_mem.h both on my home machine and the work
machine and cannot find it.
Any Ideas?
Thanks
Carl
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/