home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 17911 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  917 b 

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!sdcrsi!xlnt!ventura!vs@UCSD.EDU
  2. From: ventura!vs@UCSD.EDU (Shankar Venkataraman)
  3. Newsgroups: comp.lang.c++
  4. Subject: Using C++ classes in DLLs with MSC 7.0
  5. Message-ID: <240@ventura.UUCP>
  6. Date: 12 Dec 92 22:26:50 GMT
  7. References: <1992Nov30.220205.16705@microsoft.com>
  8. Sender: news@ventura.UUCP
  9. Reply-To: ventura!vs@UCSD.EDU
  10. Organization: Ventura Software, Inc., A XEROX Company
  11. Lines: 9
  12. Nntp-Posting-Host: vpdsb
  13.  
  14. compiler. According to Microsoft ( based on a article in MSJ ), 
  15. C++ and DLLs are not matched to work together. Borland has given a
  16.  solution to this problem, but unfortunately, we cannot shift to the
  17.  BC++ compiler due to other reasons. The solution provided by 
  18. Microsoft is to use C API routines to access the class methods in 
  19. the DLL. Has anyone got a better solution ?
  20.  
  21. Shankar
  22. ventura!vs@ucsd.edu
  23.