请问这个c语言程序哪里出问题了(关于mciSendString函数的)
TCHARstr1[256];GetShortPathName("F:\\无语问苍天.mp3",str1,sizeof(str1));TCHARstr2[256];wsp...
TCHAR str1[256];
GetShortPathName("F:\\无语问苍天.mp3",str1,sizeof(str1));
TCHAR str2[256];
wsprintf(str2,"play %s",str1);
mciSendString(str2,"",0,NULL);
头文件为
#include "stdafx.h"
#include <windows.h>
#include <windowsx.h>
#include "resource.h"
#include "MainDlg.h"
#include <mmsystem.h>
报错信息为
Linking...
MainDlg.obj : error LNK2001: unresolved external symbol __imp__mciSendStringA@16
Debug/临时工程.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
临时工程.exe - 1 error(s), 0 warning(s)
编译没问题 运行时出现这个错误提示 该提示是什么意思 该怎么改啊 展开
GetShortPathName("F:\\无语问苍天.mp3",str1,sizeof(str1));
TCHAR str2[256];
wsprintf(str2,"play %s",str1);
mciSendString(str2,"",0,NULL);
头文件为
#include "stdafx.h"
#include <windows.h>
#include <windowsx.h>
#include "resource.h"
#include "MainDlg.h"
#include <mmsystem.h>
报错信息为
Linking...
MainDlg.obj : error LNK2001: unresolved external symbol __imp__mciSendStringA@16
Debug/临时工程.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
临时工程.exe - 1 error(s), 0 warning(s)
编译没问题 运行时出现这个错误提示 该提示是什么意思 该怎么改啊 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询