home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11755 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.1 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!convex!news.oc.com!utacfd.uta.edu!trsvax!rwsys!lerami!taoami!robertk
  2. From: robertk@taoami.lerctr.org (Robert Kesterson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Mixed Language Programming
  5. Distribution: world
  6. Message-ID: <robertk.02yk@taoami.lerctr.org>
  7. X-NewsSoftware: GRn 1.16e (7/4/92) by Mike Schwartz & Michael B. Smith
  8. Date: 29 Jul 92 18:19:29 CDT
  9. Organization: Not an Organization
  10. Lines: 20
  11.  
  12. In article <7123582903752@blotto> rolfb@blotto (Rolf Biesenbach) writes:
  13. >
  14. >     I'm trying to link up a user-interface module written in MS QBasic 4.5 with
  15. >     12 stepper motor control modules written in MS C 6.0.
  16. >
  17. >     I'm having trouble linking these modules becuase of duplicate definition
  18. >     errors in mlibce.lib, brun45.lib, and cm.lib. (Yes, I did use some TC++3.1
  19. >     functions.)
  20. >
  21. >     If anyone has any suggestions on how to solve this problem, please reply.
  22. >
  23. >     Thank you.
  24.  
  25. Make sure you put the basic modules first on the link command line,
  26. and that you specify /NOE (No Extended Dictionary).  That should get it.
  27.  
  28. --
  29.  
  30. ======================================================
  31.  Robert Kesterson         robertk@taoami.lerctr.org
  32.