使用C ++的Tally插件

时间:2019-02-06 09:44:23

标签: c++ tally

尝试使用c ++编写插件。我能够调用c ++库,但是无法从我的c ++代码返回值。有人可以共享一个运行中的示例以响应c ++的提示。

C ++代码:

extern "C" MATHLIBRARY_API  long  sample(); 

long  sample()
{      
MessageBox(0, L"Sample", L"tally test", NULL);
       return 6;
}

TDL代码:

[System: Variables]         
                Variable : CompoundIntAmt : Long

[Field: CDF CallDLL Func]                                               
                                                Use                                        : NameField
                                                Set As                                   : @CompoundIntAmt
                                                Set Always                          : Yes
                                                Read Only                           : Yes
                                                CompoundIntAmt           : $$CallDllFunction:MathLibrary: sample

0 个答案:

没有答案