want to try the 1394 without IMAQ code in VC,
char camName[64];
unsigned int bytesPerPixel, bitsPerPixel, plotFlag;
Rect rectangle = {0, 0, 0, 0};
HDC hDc;
HRGN hRgn;
strcpy(camName,"cam0");
imaq1394CameraOpen2 (camName, IMG1394_CAMERA_MODE_CONTROLLER, &Sid);
when run till this line, it open a window, asking "please enter the path for niimaq1394.pdb".
what's wrong ?