cpubbs论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

LabVIEW+单片机学习套件全套教程资料下载[免费]LabVIEW论坛精华列表贴USB0816数据采集卡《LabVIEW宝典》
LabWindows/CVI论坛精华贴NET0816以太网数据采集卡RC0210远程设备授权系统 关闭关停锁定打开设备 户外分布式数据采集
NET1624低速高精度以太网数据采集卡WIFI0824SD无线WIFI网络数据采集卡脱机运行 SD存储 小尺寸微型 串口采集远程采集 安卓 手持移动采集 纪录仪
查看: 749|回复: 1

多uir也出现问题

[复制链接]
发表于 2016-4-25 19:35:59 | 显示全部楼层 |阅读模式
根据论坛里面的例子自己编着试了下
int main (int argc, char *argv[])
{
        if (InitCVIRTE (0, argv, 0) == 0)
                return -1;        /* out of memory */
        if ((panelHandle = LoadPanel (0, "Signal.uir", PANEL)) < 0)
                return -1;
        if ((panelHandle2 = LoadPanel (0, "Signal2.uir", PANEL_2)) < 0)
                return -1;
        if ((panelHandle3 = LoadPanel (0, "Signal.uir3.uir", PANEL_3)) < 0)
                return -1;
        DisplayPanel (panelHandle);
        DisplayPanel (panelHandle2);
        DisplayPanel (panelHandle3);
       
       
       
       
       
        RunUserInterface ();
        DiscardPanel (panelHandle);
        return 0;
}



看看有什么问题吗?
可是调试的时候
老出现
NON-FATAL RUN-TIME ERROR:   "Signal.c", line 18, col 25, thread id 0x00001024:   The callback function, Accumulate, specified in the UIR file, is not a known function.  If you are using an external compiler, you must include the UIR callbacks object or source file in the executable or DLL.

这个错误,不知道如何解决
发表于 2016-4-27 16:22:24 | 显示全部楼层
主函数中哪些是你添加的,一句一句屏蔽去试。有些资源有先后次序问题存在。跟这句之间的次序RunUserInterface ();
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|cpubbs论坛. ( 粤ICP备09171248号 )

GMT+8, 2025-4-5 10:50 , Processed in 0.597145 second(s), 6 queries , Gzip On, File On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表