home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / setup / 1117 < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.0 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.setup
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsi!cbnewsh!rkl
  3. From: rkl@cbnewsh.cb.att.com (kevin.laux)
  4. Subject: Re: Need help with multimedia setup
  5. Organization: AT&T
  6. Distribution: na
  7. Date: Wed, 2 Sep 1992 17:08:26 GMT
  8. Message-ID: <1992Sep2.170826.27980@cbnewsh.cb.att.com>
  9. References: <1992Sep2.024712.22297@cerberus.ulaval.ca>
  10. Lines: 29
  11.  
  12. In article <1992Sep2.024712.22297@cerberus.ulaval.ca>, NAT@drao.nrc.ca (Natalie Prowse) writes:
  13. > but I am having problems displaying animations or 'mmm' files.  For instance,
  14. > if I run the multimedia Viewer that comes with the microsoft bookshelf (on CD
  15. > rom), everything works fine until I try to look at an animation (in the
  16. > encyclopedia).  Then I get an 'Application Error - Call to Undefined Dynalink'
  17. > and the viewer dies when I hit the close button.  What am I missing?  Someone
  18. > told me I needed to have the SNDBLST.DLL file in my windows directory.  I
  19. > copied it there, and restarted windows, but I am still getting the same error.
  20. > I cannot find any references to 'dynalink's in the manuals...
  21.  
  22.     DynaLink is the shortened form of Dynamic Link.  An Undefined Dynalink
  23. refers to a call from an application to a function that is supposed to be in a
  24. DLL.  The function is Imported for the application and is supposed to be
  25. Exported in the DLL.  You have a DLL that doesn't export the function that the
  26. application is looking for.
  27.  
  28.     You might try running exehdr.exe on the application and looking for the
  29. imports and comparing that with the output from running exehdr.exe on the DLL's
  30. to try to find out exactly which function the application is expecting and
  31. can't find.
  32.  
  33.     You also might want to check what DLL's that the MM Upgrade replaces
  34. and reload the originals to see if that will fix the problem.
  35.  
  36. -- 
  37. ________________________________________________________________________________
  38.     R. Kevin Laux                Email: rkl1@hound.att.com
  39.     AT&T Bell Labs                Voice: (908) 949-1160
  40.     Holmdel, NJ 07733            Fax:   (908) 949-0959
  41.