Starting work on Techno Trend Premium support (1 Viewer)

naxan

New Member
March 18, 2006
4
0
Dependency Walker mentioned I'm missing msjava.dll.
After copying this in, I get:
Image Dependency Walker

Points to problem with MPR.DLL, WNetRestoreConnectionA ?


regsvr32 TTPremiumSource.ax gives:
Image regsvr32
translates to something like "LoadLibrary[...]failed - This Application couldn't be started, because the application's configuration isn't correct. For problem-solving you should reinstall the application"
(Edit2: By running start.bat no error is displayed, probably because of "/s" parameter!?)

Any hints ?
(Edit: Oh, I'm missing an MFC80.DLL-File... obviously it's embedded somewhere!?
)
 

liborc

Portal Pro
December 22, 2004
52
0
Matters are the same here. To put it down in unambiguous terms:

1) The .ax file does not register
2) when I try to register it manually, I get the error I described in my previous post (which is also identical to the one naxan gets)
3) Obviously, Configuration.exe says it can't create the appropriate graph when I try to add the TT Premium.

I have not tried the dependency walker, but I have found all .dll files referenced inside the .ax file in my path, so I don't think I am missing any dlls.

Libor
 

JMS

Portal Member
June 17, 2005
15
0
K?swinter-Thomasberg
Although I have no other Mediaportal stuff on my system the AX registers on first try. Strange for you - I would have bet on MFC80.DLL and/or MSVCR80.DLL and/or MSVCP80.DLL. I have these files because of the Visual Studio 2005 Installation.
 

CodeMonkey

Portal Pro
December 8, 2004
360
30
North America
Home Country
United States of America United States of America
Drak:

I ran depends on TTPremiumSource.ax on my MP machine and it lists 5 files as missing:

MFC80.DLL
MSVCP.DLL
MSVCR80.DLL
EFSADU.DLL
MSJAVA.DLL
 

draktheas

Retired Team Member
  • Premium Supporter
  • December 17, 2005
    77
    2
    Yes, JMS is correct. MFC80.DLL, MSVCP.DLL, and MSVCR80.DLL are the reason why the .AX isn't registering. I thought these files were distributed with MP though. Are they not included in MP install? They should be, otherwise I don't know how the MPSA filter is working.

    Drak
     

    strawberry2

    New Member
    March 18, 2006
    1
    0
    Hi,

    first of all, draktheas i really love it that you are working on TTPremium support, it is one of my top items on my whishlist to be implemented.

    Let me state that i am a noob when it comes to programming.

    I struggled with registering the .ax file just like some others.
    I tried installing the C++ 2005 runtime to no avail (the eventviewer states: SideBySide eventid 32 Resolve Partial Assembly failed for Microsoft.VC80 Reference error message: The referenced assembly is not installed on your system.)

    After this I deinstalled the C++ runtime lib's and downloaded and installed Visual C++ Express Edition.

    Now the registering of the .ax file works for me.

    My PC runs a relatively clean Windows XP install with only MP2RC2 and latest CVS's installed

    I don't know what it means an/or if it is of any help, just wanted to share my experience.
    And no, haven't tested any further, my Nexus S is installed in a different PC at the moment, i will install it in the MP PC as soon as i have the time


    kind regards

    Strawberry

    P.S. a link for the impatient :) http://msdn.microsoft.com/vstudio/express/visualc/download/
     

    draktheas

    Retired Team Member
  • Premium Supporter
  • December 17, 2005
    77
    2
    Ok, I see what the problem is now. We just switched to VS2005 which updates from MSVC and MFC 7.1 files to MSVC and MFC 8.0 files. I could be wrong, but I don't think we have done a full release since we updated to VS2005, which means the old installers (RC1 and RC2) aren't going to install these files.

    I just fixed the Setup project to install these files. So the next time there is a full build, these files should be installed and registered correctly. Unfortunately, this didn't happen before the RC3 build, so you will have to wait until there is another public build.

    Sorry all, this was my mistake.

    Drak
     

    naxan

    New Member
    March 18, 2006
    4
    0
    strawberry2 said:
    [...]installed Visual C++ Express Edition.
    [...]
    Already was downloading when I did my last post... but wanted to wait for maybe some 'sure-working' hint...
    Now installing :)

    Edit:
    +Register TTPremiumSource.ax *WORKS*
    +*NO* 'cannot create graph' anymore

    -In the 'Edit properties of your TV card'-window theres a tab Autotune... but without any controls on it...
     

    Users who are viewing this thread

    Top Bottom