F
Frank Skare
Hello,
can somebody tell why I get 103 errors
with /clr and none with /clrldSyntax
when I include the dshow header file.
I would like to use the new syntax.
Win32 console app generated by VC Express
with line added to include dshow.h
#include "stdafx.h"
#include <dshow.h>
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
Regards,
stax
can somebody tell why I get 103 errors
with /clr and none with /clrldSyntax
when I include the dshow header file.
I would like to use the new syntax.
Win32 console app generated by VC Express
with line added to include dshow.h
#include "stdafx.h"
#include <dshow.h>
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
Regards,
stax