请问了:
这是MP3的例子,加了代码后工程运行错误,我该怎样改?谢谢!!!工程如下:http://vccode.com/attachment.php?s=&postid=46759
错误提示如下:
Configuration: Mp3Player - Win32 Debug--------------------
Compiling resources...
Linking...
Mp3PlayerDlg.obj : error LNK2001: unresolved external symbol _MCIWndCreateA
Debug/Mp3Player.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.Mp3Player.exe - 2 error(s), 0 warning(s)

解决方案 »

  1.   

    你通过查MSDN把MCIWndCreateA函数的lib文件包含到工程里面。
      

  2.   

    在该站MP3的例子中有二事不明,请老大解决! 谢谢!!
     http://vckbase.com/code/viewcode.asp?id=1513
    1.我看他的工程的资源视图的对话框内没设置连续滑竿条,可是工程运行后界面上又有了连续滑竿条,我不知道他的哪段代码里反映了连续滑竿条???
    2.他的工程的资源视图的对话框"关于 Mp3Player"这个对话框和资源视图的String Table是用什么方法删除的,我点右键后怎么删除不了啊!!
      

  3.   

    晕了,我完全是按他的原工程添加的代码啊!我的工程里的Mp3PlayerDlg.cpp内也有#include "vfw.h"啊!可他的工程能通过编译,而我的为什么不行啊???请老大帮忙看看啊!我的工程 http://vccode.com/attachment.php?s=&postid=46759
    原工程 http://vckbase.com/code/viewcode.asp?id=1513