Release IGraphBuilder interface in directshow problem
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am creating an activex control using directshow in vc++ mfc. when I realese the interface IGraphBuilder then application is crashed in windows vista but in windows xp it works fine. why it is happened .
> why it is happened . Os is very different. It is just a reason. Generally, many program which can run on xp will not be able to run on vista because of incompatibility between xp and vista. The most incompatibility of os is around security. Check the API's document you used, and you might find some clue of them; incompatibilities.