home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1116 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  818 b 

  1. Path: sparky!uunet!mcsun!uknet!keele!seq1.kl.ac.uk!ggp08
  2. From: ggp08@seq1.kl.ac.uk (Y. Lan)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Smart callback vs. EXPORT
  5. Message-ID: <3672@keele.keele.ac.uk>
  6. Date: 31 Jul 92 11:43:41 GMT
  7. Sender: ggp08@seq1.keele.ac.uk
  8. Reply-To: ggp08@seq1.kl.ac.uk (Y. Lan)
  9. Organization: University of Keele, England
  10. Lines: 13
  11.  
  12. Hi!
  13.  
  14. Could anybody tell me how "Smart callback" in Borland C++ compiler
  15. works?
  16.  
  17. What's the difference between using smart callback and using export
  18. explicitly in .def file. My project use samrt callback and I did not use
  19. export in my .def file. It works well until I compilered a subroutine in
  20. Petzold's book (a dialog box), it crashed. Exception 13 Error code 532.
  21. Why? I used many dialog box, why this one failed ? Please help! Thanks
  22. in advance.
  23.  
  24. Lan
  25.