SECS/GEM、测试自动化、AI 视觉和智能工厂的市场领导者

Smart FactorySupportFAQ

Cautions when developing with C ++ Builder

If you are using Borland C ++ Builder, calling SetAsciiItem () sometimes causes an error during BSTR conversion inside the Borland compiler.
In this case, use SetStringItem () instead of SetAsciiItem ().

SetStringItem () is the same function as SetAsciiItem (), but it was created to solve this problem.