我正在开发一个基于 C++ 的程序,并且还使用 SiliconSoftware 接口。正如您从附加的图片中看到的那样,我正在使用 c++ win32 代码运行主窗口,但显示窗口是使用带有以下代码的图像采集卡接口创建的:
int Bits=8; int nId =::CreateDisplay(Bits,GrabberOptions::getWidth(),GrabberOptions::getHeight());SetBufferWidth(nId,GrabberOptions::getWidth(),GrabberOptions::getHeight());::DrawBuffer(nId,Fg_getImagePtrEx(fg,lastPicNr,0,_memoryAllc),lastPicNr,"");
但我想要这个显示窗口,在主窗口中打开。我该怎么做 ?任何的想法?