Starting work on Techno Trend Premium support (1 Viewer)

JMS

Portal Member
June 17, 2005
15
0
K?swinter-Thomasberg
Hi drak,

just a side note (not related to your current post but to the project): triggered by some other discussion in some other forum yesterday I took a short look into the code for your core filter. I recognized that you are using the TTDVBACC.DLL in the current version (which is C++.NET 2003 based) from inside the C++ 2005 code. Did you make sure that all structures / classes you are using fit in size (just to avoid very very hard to detect crashes in the future)? What I mean is: you create (new) a C++ class in C++ 2005 using a C++.NET 2003 header. If in C++ some member of the class is smaller (e.g. CFile, CString, ... - MFC stuff) than for C++.NET 2003 fewer memory will be allocated and memory will get corrupted over time. In some rare situations (inline access to members) even the other way around may produce trouble.

In DVB.NET you'll find one class (LegacySizes or so) with all the C++.NET 2003 sizes reported from the compilers sizeof(). You should take a few minutes to get the C++ 2005 values and compare it for those classes you use. In fact getting the same size is not bullet-proof but far along 99% of safeness.

Just a hint

Jochen
 

strawberry

Portal Member
January 5, 2006
41
0
Hi Drak,

thanx for the update, no need to apologise for any delay, if i had to do it myself it would take ten years or so :lol: , better to rewrite code when it's not working as expected than to patch and patch and patch...
for now, enjoy the time with your family (y)


kind regards

Strawberry
 

liborc

Portal Pro
December 22, 2004
52
0
strawberry said:
Hi Drak,

thanx for the update, no need to apologise for any delay, if i had to do it myself it would take ten years or so :lol: , better to rewrite code when it's not working as expected than to patch and patch and patch...
for now, enjoy the time with your family (y)


kind regards

Strawberry

I couldn't have said this better! Good luck Drak and thanks again!

Libor
 

mrman

Portal Member
January 14, 2006
38
1
59°19.8'N, 18°29.0'E
Home Country
Sweden Sweden
I also have a Nexus-S and can participate in testing. Currently my installation is a bit messy and I´m thinking about starting fresh. Which driver should I install for the Nexus-S in order for it to be recognized in MP? The latest from Technotrend, version 2.19 or what?

And Drak, what a great job you´re doing here!
 

draktheas

Retired Team Member
  • Premium Supporter
  • December 17, 2005
    77
    2
    I just got back from a vacation with my wife. Wonderful 4 days snowboarding in Park City. I am feeling totally revived and refreshed. So I will be starting work on the MPSA rewrite this weekend. The autotune problem has been fixed in my absense by mbb and I should be receiving the files to review, test, and commit soon.

    Drak
     

    7lle

    Portal Member
    January 30, 2005
    5
    0
    Been following your development with great intrest since meedio dosn't seem to show any intrest in adding support for technotrend premium cards, but I have one question will this also include support for DVB-C and -T or as in my case the Nexus CA?

    Best regards
    7lle
     

    Isaac Lin

    Portal Member
    March 31, 2006
    46
    0
    Taiwan
    Missing some header files in Filters\TTPremiumSource

    Yesterday, I got latest source code from SVN server which is Testrelease 0.2 RC4. I tried to compile the entire VC project; however, it was fail and display missing files in the error list of the visual studio 2005 which was including DVBCommon.h and DVBTSFilter.h. Please tell me where those files are or how to compile it.
     

    Users who are viewing this thread

    Top Bottom