Commit 13b62270 by 刘帅

按SDK提供方要求,修改dll名称

parent e4f2d6d5
......@@ -105,7 +105,7 @@ FmPrinter::FmPrinter()
}
break;
case SHANGMI:
m_UAN_lib.setFileName("pos_ad_UAN.dll");
m_UAN_lib.setFileName("pos_ad_dll.dll");
if(m_UAN_lib.load())
{
m_printTextWithStyles = (PrintTextWithStyles*)m_UAN_lib.resolve("PrintTextWithStyles");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment