摘要:
Public Declare Function APlayer_OpenA Lib "APlayerCaller.dll" (ByVal aplayer As Integer, ByVal str As String) As Boolean APlayer_OpenA() 阅读全文
摘要:
头文件 extern "C" _declspec(dllexport)void AddFunction(); cpp文件 extern "C" _declspec(dllexport) void AddFunction(){ AfxMessageBox(_T("dll_function"));} 阅读全文