home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3378 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.0 KB

  1. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!goanna!yallara.cs.rmit.OZ.AU!s892031
  2. From: s892031@yallara.cs.rmit.OZ.AU (Pumpkin Power)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Linker cannot find functions in <process.h> - help!
  5. Message-ID: <15908@goanna.cs.rmit.oz.au>
  6. Date: 12 Nov 92 05:27:05 GMT
  7. Sender: news@goanna.cs.rmit.oz.au
  8. Lines: 13
  9.  
  10. I am currently writing a windows program using Borland C++, 3.1.
  11. I am trying to use the functions system(), execl() or similar, but during
  12. linking I keep getting the error "undefined symbol _system() in module ..."
  13.  
  14. On a similar note, WinExec() fails to find what I am trying to execute if
  15. I include a full path name such as "C:\stuff\test.exe", but if I simply
  16. provide it with "test.exe", and c:\stuff is in the path it finds and
  17. executes it no problems (the full pathname returns error 2, file not found).
  18.  
  19. Email preferred, but not essential :)  Thanks!
  20.  
  21. Peter Barton : s892031@minyos.xx.rmit.oz.au
  22.  
  23.