home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4724 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.6 KB

  1. Path: sparky!uunet!nntp1.radiomail.net!cronos!Metaphor.COM!pstevens
  2. From: pstevens@Metaphor.COM (Paul Stevens)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Tracking down DLL incompatibilities
  5. Message-ID: <2494@cronos.metaphor.com>
  6. Date: 3 Sep 92 20:17:47 GMT
  7. Sender: news@cronos.metaphor.com
  8. Reply-To: pstevens@Metaphor.COM (Paul Stevens)
  9. Organization: m4
  10. Lines: 26
  11.  
  12. We are developing a set of applications that make use of several different
  13. DLL's to share common code.  We frequently encounter problems when one of
  14. the applications or even a DLL itself has not been linked with the most 
  15. current version of one of these DLL's.  When this happens the application
  16. will terminate silently; no error message, just return to the command prompt.
  17. You are faced with the problem of figuring our which piece out of all of
  18. these components is out of sync.
  19.  
  20. We have even found that if you don't link with the right combination of
  21. the IBM supplied DLL's, dde4mbs[i] and dde4mbm[i] you can get into
  22. the same situation.
  23.  
  24. Can someone explain exactly what fails during image activation that causes
  25. this "silent" failure?
  26.  
  27. Is there not some way that a developer can get more information about
  28. what the incompatibility is?  Problems of these sort continually cost
  29. developers significant amounts of time.  It's just one more of the things
  30. that makes almost all the developers here loathe OS/2 as a development
  31. environment.  
  32.  
  33. +------------------------------------------------------------------------+
  34.  
  35.    Paul Stevens                        {apple|decwrl}!metaphor!pstevens
  36.    Metaphor Computer Systems           pstevens@metaphor.com
  37.    Mountain View, CA
  38.