cpubbs论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

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

[求助]关于在CVI7.1中调用VC编写的DLL

[复制链接]
发表于 2005-12-5 05:01:53 | 显示全部楼层 |阅读模式
小弟在用CVI7.1对视频采集卡做二次开发的时候遇到了problem,望各路大虾帮帮忙。
视频采集卡是购买的成品,厂商提供了VC开发的DSK,在说明书上说的是在windows平台下用MVAPI.DLL控制采集卡,在二次开发程序中要加入#include "MVAPI.h"和#include "common.h"
按照以上说明做了,也加了DLL的引导库,但是编译的时候却过不去,总是说什么没有定义,不能识别(如图)。偶不才,不得其解,希望大虾指导~~~~~~
附程序

<img src="attachments/dvbbs/2005-12/20051242102732785.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\nCTRL+Mouse wheel to zoom in/out\';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=\'hand\'; this.alt=\'Click here to open new window\nCTRL+Mouse wheel to zoom in/out\';}" onclick="if(!this.resized) {return true;} else {window.open(\'attachments/dvbbs/2005-12/20051242102732785.jpg\');}" onmousewheel="return imgzoom(this);" alt="" />

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2005-12-16 05:52:15 | 显示全部楼层
<>把你的DLL转化为.lib格式,加入头文件,下面格式:</P>
<>#include "extcode.h"<BR>#pragma pack(push)<BR>#pragma pack(1)</P>
<>#ifdef __cplusplus<BR>extern "C" {<BR>#endif</P>
<P>void __cdecl DLL_LIB(void);  //程序入口</P>
<P>MgErr __cdecl LVDLLStatus(CStr errStr, int32 errStrLen, void *module);</P>
<P>#ifdef __cplusplus<BR>} // extern "C"<BR>#endif</P>
<P>#pragma pack(pop)</P>
发表于 2011-3-27 20:28:52 | 显示全部楼层
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2025-4-6 17:47 , Processed in 0.456198 second(s), 8 queries , Gzip On, File On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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