Page 1 of 1

error on StreamReaderEx-BDA

PostPosted: Fri Jan 02, 2015 12:58 am
by mhk1367
hi crazycat
i changed my windows to 7 x64 and now i can compile StreamReaderEx-BDA. but some problems in vstudio2010;

StreamReaderDemoDlg.cpp(432): error C2065: 'GetSignalExEx' : undeclared identifier
1>StreamReaderDemoDlg.cpp(721): error C2065: 'GetSignalExEx' : undeclared identifier
1>StreamReaderDemoDlg.cpp(726): error C3861: 'GetSignalExEx': identifier not found


how to solve?

Re: error on StreamReaderEx-BDA

PostPosted: Sat Jan 03, 2015 3:31 am
by crazycat
Delete old StreamReaderDLL.h in StreamReaderDemo dir.

P.S. updated StreamReaderEx-SDK uploaded.

Re: error on StreamReaderEx-BDA

PostPosted: Mon Jan 05, 2015 6:12 pm
by mhk1367
crazycat Wrote:Delete old StreamReaderDLL.h in StreamReaderDemo dir.

P.S. updated StreamReaderEx-SDK uploaded.


thanks alot crazy cat but after run this error:
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

how to solve it?thanks

Re: error on StreamReaderEx-BDA

PostPosted: Thu Jan 15, 2015 9:13 pm
by mhk1367
hi crazy cat and thanks alot i solve that error but this error is main how to solve ? when change winver to bottom i get another error.
    MFC does not support WINVER less than 0x0501. Please change the definition of WINVER in your project properties or precompiled header.
i change to:
Code: Select All Code
#include <winsdkver.h>
#define WINVER 0x0601
#define _WIN32_WINNT 0x0601


but after run that ;this error appear:
Code: Select All Code
streamReader.dll not load

how to solve?

Re: error on StreamReaderEx-BDA

PostPosted: Thu Jan 15, 2015 11:42 pm
by mhk1367
i solved this problem i must copy streamreader.dll to stream reader demo folder. then i run again but
show error:
CheckForDVBExEx() failed!
how to solve?

Re: error on StreamReaderEx-BDA

PostPosted: Mon Jan 19, 2015 4:39 pm
by mhk1367
thanks i disable this line and now start developing.