Hi all, I'm writing a program using MFC Dialog based application to read a video. I'm using videolabs package as a reference. The error which I get when I compile the program is
1>c:\users\prashanth\documents\visual studio 2005\projects\videodemo34\videodemo34\videodemo34dlg.cpp(105) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'const char [36]' (or there is no acceptable conversion)
Can anyone say how to solve this problem.