try
{
__asm
{
Push 0
Mov ECX, 商店基址
Push ECX
Push 1
Push WuPinPtr
Mov EAX, 卖物CALL
Call EAX
Add esp, 0x10
}
}
catch (...)
{
OutputDebugStringA("卖物Call出错");
}
{
__asm
{
Push 0
Mov ECX, 商店基址
Push ECX
Push 1
Push WuPinPtr
Mov EAX, 卖物CALL
Call EAX
Add esp, 0x10
}
}
catch (...)
{
OutputDebugStringA("卖物Call出错");
}










