Click here to Skip to main content
15,881,709 members
Articles / Programming Languages / C++

Problem when using directshow methods under CLR/Windows forms application

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
20 Sep 2012CPOL 2.6K  
Hi there,can anybody show me an easy programm that uses directshow methods with a CLR/WinForm App? I've already made some successful samples using directshow under Win32/WinForm App.But when i made the same thing in CLR/WinForm, it has always errors, for example like that:1>TEST.obj :...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
19 Sep 2012Espen Harlinn
Have a look at: __uuidof Operator[^] and #pragma managed[^]As long as you have something that works for Win32 this should help you to get things working with managed code.Best regardsEspen Harlinn

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions