Nemesis_mk2
June 19th, 2006, 09:12 AM
I am writing a piece of image prosessing software... I began by using microsofts Directshow example as a start. All is going well except for an unwanted piece of text in the middle of the graph.
It does not seem to be created by any of the code in the program so i can only deduce that it is created by a direct show library or header.
I am using this library "strmiids.lib" and the header files
#include <atlbase.h>
#include <windows.h>
#include <dshow.h>
#include <stdio.h>
I have attached a picture, you can see "00000000 : 00000000" in the image.
Any advice would be greatly appreciated.
------------------------------------------------------------------
-- Update
------------------------------------------------------------------
There wasnt actualy a problem... The DirectX SDK Just added for some debugging reason.
Run it on a computer without the SDK and its fine.
It does not seem to be created by any of the code in the program so i can only deduce that it is created by a direct show library or header.
I am using this library "strmiids.lib" and the header files
#include <atlbase.h>
#include <windows.h>
#include <dshow.h>
#include <stdio.h>
I have attached a picture, you can see "00000000 : 00000000" in the image.
Any advice would be greatly appreciated.
------------------------------------------------------------------
-- Update
------------------------------------------------------------------
There wasnt actualy a problem... The DirectX SDK Just added for some debugging reason.
Run it on a computer without the SDK and its fine.