|
From: Ben H. <Ben...@vu...> - 2001-09-16 18:44:46
|
Yep, looks like the input failed error does happen on OS9 here at work. I previously thought that was only with the PPC build, looks like it is a general issue with building on CW7EA. my other post (not sure if it made it to the list): This is what i posted to the newsgroup about. If you check errno after the failure, the error is -1404 - errFSBadForkRef. I think FSp_FOpen may be returning a bad file number, so the read fails. It is not flex specific, it fails with the simple code snippet i posted at http://groups.google.com/groups?hl=en&threadm=mwron-8980C7.10390015092001%40 enews.newsguy.com&prev=/groups%3Fhl%3Den%26group%3Dcomp.sys.mac.programmer.c odewarrior I replied privately to mwron with a better code snippet. Hopefully i'll be able to get the CW7 Academic (release) soon, that could fix the problem. -Ben |