home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12799 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!hrz.tu-chemnitz.de!igrdb
  3. From: igrdb@informatik.tu-chemnitz.de (Ingo Gringer)
  4. Subject: Combine c and c++?
  5. Message-ID: <igrdb.714837537@hrz.tu-chemnitz.de>
  6. Sender: bin@hrz.tu-chemnitz.de (Owner of all binaries)
  7. Organization: tu-chemnitz
  8. Date: Wed, 26 Aug 1992 13:58:57 GMT
  9. Lines: 25
  10.  
  11. Hi everywhere, 
  12.  
  13. Please be indulgent if that's just another nonsense question!
  14.  
  15.  I try to connect two applications which are programmed in c++
  16.  and otherwise in c. Now I want to combine these programs, but
  17.  there is an hump: they need their own libraries and the c-
  18.  application is not compiled through the c++. It fails with the 
  19.  error, that a function used in the special c-library is not
  20.  declared. Thats correct but doesn't irritate the c-compiler.
  21.  I dont know where he obtains his informations. One lib contains 
  22.  finally the needed function. 
  23.  
  24.  Is it possible to link the object files produced by c++ or c 
  25.  together? Trying this generates permamently an error that my
  26.  function I wrote in the c-programm are not defined. But 
  27.  I told the c++ - part everything with my headerfiles. 
  28.  
  29. What is wrong? Why doesn't it works?
  30.  
  31. Any hints would be very much appreciated.
  32.   
  33. Please responds by email. 
  34. Ingo
  35.  
  36.