15,473
社区成员




extern "C" __declspec( dllexport ) void Dcm2Bmp(char *pFileName)
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
CString szStr;
szStr = pFileName;
AfxMessageBox(szStr);
CDcmBmp m_DcmBmp;
strcpy(m_DcmBmp.m_strFileName, buf);
m_DcmBmp.ConvertDicomToBMP();
}
extern "C" __declspec( dllexport ) void Dcm2Bmp(char *pFileName)
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
CString szStr;
szStr = pFileName;
AfxMessageBox(szStr);
CDcmBmp m_DcmBmp;
strcpy(m_DcmBmp.m_strFileName, buf);
m_DcmBmp.ConvertDicomToBMP();
}