发布编译VS2013

时间:2014-09-19 11:55:16

标签: c++ visual-studio-2013

我们遇到了函数发布编译的问题

int db_add_file(int aDbHandle, int aVisibility, int aSkipFlag)
{ // vs holds aVisibility in register r14
   fmExecuteimportScript(aDbHandle); // call function in a dll
   // after these call the register r14 is different
   DbFile.Add(aVisibility, aSkipFlag); // these call will fail because of the r14 
}

仅在发布版本中发生!这些是vs或dll的错误吗?

0 个答案:

没有答案