Getting Error with msscript.ocx
-
Hi All, Please look into the errors which i am getting, if someone has faced same then please tell me where i am going wrong. Errors are: fatal error C1083: Cannot open type library file: 'xceedcry.dll': No such file or directory(in utils.h) error C2146: syntax error : missing ';' before identifier 'IWebBrowser' (in exdisp.h) fatal error C1004: unexpected end of file found(in exdisp.h)
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
-
Hi All, Please look into the errors which i am getting, if someone has faced same then please tell me where i am going wrong. Errors are: fatal error C1083: Cannot open type library file: 'xceedcry.dll': No such file or directory(in utils.h) error C2146: syntax error : missing ';' before identifier 'IWebBrowser' (in exdisp.h) fatal error C1004: unexpected end of file found(in exdisp.h)
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
Ash_VCPP wrote:
fatal error C1083: Cannot open type library file: 'xceedcry.dll': No such file or directory(in utils.h)
That seems fairly clear, the file
'xceedcry.dll
cannot be found. Does it exist in your system and if so is it in the include path(s) for your compiler? I suspect the other two messages are related to the first.