home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / dynalink.zip / DYNALINK.TXT
Text File  |  2002-06-18  |  938b  |  17 lines

  1. The error "Call to undefinded Dynalink" in WIN-OS/2 will happen, when
  2. an executable file calls a library(DLL) which has the correct name,
  3. but the called function is missing there.
  4. This combination happens when the original library is overwritten by
  5. an installation of another application.
  6. To find the correct library one can look which libraries are called from
  7. the current application. To install this application again leads to
  8. overwrite an unknow library which belongs to another application.
  9. To find the library use EXEINFO which shows all called libraries.
  10. Fetch EXEINFO.ZIP from OS2BBS.COM.
  11. Now call exeinfo -xd  XYZ.EXE where XYZ.EXE is your executable file.
  12. Now you have the list of the called libraries from XYZ.EXE.
  13. Rename these DLLs which are not part of WIN-OS/2.
  14. Now one can install the current application again or fetch the DLLs of
  15. this apllication from anywhere. Test then whether the error is vanished.
  16.  
  17.