(在线等)BCB中的TStringList loadformfile的时候报如下的错误 如何解决
Project CE.exe raised exception class EFOpenError with message 'can not open file c:\tt.txt'. Process stopped. use step or run to continue;
请问各位怎么解决啊?
[解决办法]
用CreateFile尝试打开,检查返回的错误码。
发布时间: 2012-03-11 18:15:38 作者: rapoo
(在线等)BCB中的TStringList loadformfile的时候报如下的错误 如何解决
Project CE.exe raised exception class EFOpenError with message 'can not open file c:\tt.txt'. Process stopped. use step or run to continue;
请问各位怎么解决啊?
[解决办法]
用CreateFile尝试打开,检查返回的错误码。