I can generate a libary file sucessfully with Keil C51 V8.02, but I can generate a libary file with V9.05. Could you tell me what difference between these two versions. Thanks.
Why not - what is preventing you?
Do you receive any error messages?
Have you checked the documentation for the two versions - particularly for the commands/options that you are using?
"Could you tell me what difference between these two versions"
Have you looked at the Release Notes?
lucky you. so you can generate library file with V8.02 and V9.05. difference between 9.05 and 8.02 is 1.03. proof can be provided if requested.
seriously guy, why don't you just read the release notes? they are copied to your drive when you do an install!
download "msvcr100.dll", run "regsvr32 msvcr100.dll" to register this dll file, then V9.05 can generate the library file sucessfully, Issue resolved.
http://www.keil.com/support/docs/3560.htm
Thanks for posting the resolution.