尝试使用c ++编写插件。我能够调用c ++库,但是无法从我的c ++代码返回值。有人可以共享一个运行中的示例以响应c ++的提示。
extern "C" MATHLIBRARY_API long sample();
long sample()
{
MessageBox(0, L"Sample", L"tally test", NULL);
return 6;
}
[System: Variables]
Variable : CompoundIntAmt : Long
[Field: CDF CallDLL Func]
Use : NameField
Set As : @CompoundIntAmt
Set Always : Yes
Read Only : Yes
CompoundIntAmt : $$CallDllFunction:MathLibrary: sample