~如何解决"Ordinal Not Found"~
最近运行一程序,Compile和Link都没有错误,并显示了 0 error(s), 0 warning(s)。
但到最后弹出一对话框:标题为“Ordinal Not Found”内容是:“The ordinal 11
could not be located in the dynamic link library DSOUND.DLL.”这是怎么回事,如何解决啊!希望各位朋友帮忙......
问题点数:50、回复次数:7Top
1 楼crushor()回复于 2003-09-03 16:09:05 得分 0
应该是说你引用的动态连接库中无法找到你所引用的变量(?)其原始名应该是LL。Top
2 楼ripyu(抢分的恶狼)回复于 2003-09-03 16:34:48 得分 0
动态连接库的问题Top
3 楼yangrudy(*Start From Scratch)回复于 2003-09-03 21:19:07 得分 0
谢谢crushor,那是数字11,不是LL。
该如何解决呢...?????Top
4 楼Oversense(步步文)回复于 2003-09-03 21:25:41 得分 20
你要装 directx 9.0aTop
5 楼spbabyba(大背)回复于 2003-09-03 22:19:04 得分 15
有没有安装DIRECTX SDK??Top
6 楼No9(华龙)回复于 2003-09-03 22:46:04 得分 15
一定是没有安装正确的DirectX版本,其中需要的函数没有找到,一定是序号为11的函数!Top
7 楼No9(华龙)回复于 2003-09-03 22:46:50 得分 0
安装最新的DirectX版本或者SDK版本就可以OK了!Top
8 楼yangrudy(*Start From Scratch)回复于 2003-09-04 08:38:19 得分 0
问题解决了,谢谢步步文,大背,华龙。给分...Top
相关问题
- 如何解决“symbol not found" ??
- mysql中出现"no found ODBC",如何解决?
- hibernate.cfg.xml not found的错误,如何解决???
- 如何解决store procedure 'sp_pb60table' not found.的问题。
- 求助:"Error #:300:class XYLayout not found"应如何解决?
- 在NO_DATA_FOUND情况下,如何让loop继续循环下去?
- 如何解决clientdataset“Record not found or changed by another user”问题?
- 如何避免出现Debug/WL_ATS.exe : fatal error LNK1169: one or more multiply defined symbols found错误
- 【求助:调试中遇到的no matching symbolic information found.应该如何解决?】
- and was not found



