[Evaluate] optimize listview controls filling in TVSetup - Channel list for groups (1 Viewer)

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
and there were no compiling errors before the patch was applied?
i haven't tested it with batch build, but from VS2010 i can compile TVLibrary solution without problems on any PC
 

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: optimize listview controls filling in TVSetup - Channel list for groups

    Do you use a x64 system with vs2010?!

    Processing resource file "Sections\ThirdPartyChecks.resx" into "obj\x86\Release\SetupTv.Sections.ThirdPartyChecks.resources".
    Sections\Helpers\ChannelListHelper.cs(504,1): error CS1529: A using clause must precede all other elements defined in the namespace except extern alias declarations

    it looks like the VS Bug, try a x86 system ;)
     

    Vasilich

    Portal Pro
    August 30, 2009
    3,394
    1,170
    Germany, Mayence
    Home Country
    Russian Federation Russian Federation
    Patch with renamed (as of Jameson and other dev's suggest) ChannelProviderType to TuningDetailType. Also updated one file in TvPlugin (forgotten to select for patch), so it can be compiled with MSBUILD_ Rebuild_* batch files.
    mylle, pleasy apply the attached patch on clean svn and try to build again. if it doesn't help - then read https://forum.team-mediaportal.com/...ompiling-issue-since-vs2010-94161/#post724631 and try any workaround. or find 32bit system with installed VS2010.
     

    Attachments

    • TVSetup_OptimizeChannelLists_v1a.zip
      49.7 KB

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: optimize listview controls filling in TVSetup - Channel list for groups

    Why did you changed this lines?

    - _epgTimer.Interval = timeout * 60000;
    + _epgTimer.Interval = timeout * 1000;

    I know, the first one converts timeout in minutes, the second one in seconds... was there a bug in MP?! I'm not a dev, so I maybe wrong :)
     

    Users who are viewing this thread

    Top Bottom