home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4586 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.2 KB  |  26 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!hpscit.sc.hp.com!hplextra!rigel!yefchak
  3. From: yefchak@hplabsz.hpl.hp.com (George Yefchak)
  4. Subject: Calling C from VB--Debug??
  5. Message-ID: <1993Jan5.003744.19694@hplabsz.hpl.hp.com>
  6. Date: Tue, 5 Jan 1993 00:37:44 GMT
  7. Organization: Hewlett-Packard Laboratories Palo Alto,CA
  8. X-Newsreader: TIN [version 1.1.4 PL6]
  9. Lines: 15
  10.  
  11. I'm using Microsoft QuickC to write DLL's which I call from Visual
  12. Basic 2.0.  Is there a way to do source-level debugging in the C
  13. code after it's called from VB?  (Yes, I've already used the debugger
  14. from within QuickC by having a little main() routine call the DLL
  15. from C, but now that that worked I'm having problems getting VB to
  16. call it correctly, and I thought having the debugger alive might
  17. help.)
  18. Thanks,
  19.  
  20. ***********************************************************************
  21. * George Yefchak                          Hewlett-Packard Laboratories*
  22. * Internet: yefchak@hpl.hp.com            P.O.Box 10350               *
  23. * CompuServe: 73607,1625                  Palo Alto, CA 94303-0867    *
  24. *   NOT SPEAKING FOR HP                   415-857-4793                *
  25. ***********************************************************************
  26.