开发者

in cocoa,Aout serial communiction using nsfilehandle issues

开发者 https://www.devze.com 2022-12-16 11:13 出处:网络
i have a software about serial communication , it to be develop in MAC os=10.5.8 using cocoa \'s nsfilehandle ,

i have a software about serial communication , it to be develop in MAC os=10.5.8 using cocoa 's nsfilehandle , test ok ,

but when MAC os upgrading to 10.6 ,the program work no开发者_StackOverflow中文版 normal, can't receive nsfilehandle's notification .

it's why ,


The most likely answer is that something in your program was relying on undefined behavior, and that behavior changed in 10.6.


i use NSFilehandle to serial communication , dely on the nsfilehandle notification to interact with UI , it run ok On Mac os 10.5.8 ,but upgade to 10.6 , i can't receive any nsfilehandle notification , i using the cocoa normal type ,why have the condition .

0

精彩评论

暂无评论...
验证码 换一张
取 消