could not open /dev/ vmmon:no such file or directoryVMware 提示VMware Workstation Error:Could not open /dev/vmmon: No such device.Please make sure that the kernel module `vmmon’ is loaded.Press Enter to continue…一 . ...
本例子借助了DSPACK包,只是为了方便,不要它也可以,直接调用COM。使用DirectShow9的功能。程序须引用DirectShow9, DSPack,DSUtil,ComCtrls,ActiveX单元。具体如下:
1、创建视频输入设备:
var
CapEnum: TSysDevEnum;
begin
CapEn...
__int64 与long long 的区别
//为了和DSP兼容,TSint64和TUint64设置成TSint40和TUint40一样的数
//结果VC中还是认为是32位的,显然不合适
//typedef signed long int TSint64;
//typedef unsigned long in...