ICLocate causes user breakpoint when opening a driver for drawing.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
When i try to open a video decompressor used for drawing, it causes a user breakpoint. If i just try to open it for decompressing, it works fine! Here's how i do it:
hVideo = ICLocate(ICTYPE_VIDEO, VideoHeader.fccHandler, &VideoInfo.bmiHeader, NULL, ICMODE_DRAW);
If i do exactly the same except chane
ICMODE_DRAW
toICMODE_DECOMPRESS
everything works fine. What am i doing wrong? Tanks all! -Rune Svendsen