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

  1. Path: sparky!uunet!comp.vuw.ac.nz!cc-server4.massey.ac.nz!acmebbs!olson!stefan
  2. From: stefan@olson.acme.gen.nz (Stefan Olson)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Linker cannot find functions in <process.h> - help!
  5. Message-ID: <P4QBrACLBh107h@olson.acme.gen.nz>
  6. Date: Sat, 14 Nov 92 09:32:47 +1200
  7. References: <15908@goanna.cs.rmit.oz.au>
  8. Lines: 20
  9.  
  10. In <15908@goanna.cs.rmit.oz.au> s892031@yallara.cs.rmit.OZ.AU (Pumpkin Power) writes:
  11. >I am currently writing a windows program using Borland C++, 3.1.
  12. >I am trying to use the functions system(), execl() or similar, but during
  13. >linking I keep getting the error "undefined symbol _system() in module ..."
  14.  
  15. system won't work under windows.
  16.  
  17. >On a similar note, WinExec() fails to find what I am trying to execute if
  18. >I include a full path name such as "C:\stuff\test.exe", but if I simply
  19.  
  20. I think you should include \\ instead of \.  E.g: "C:\\stuff\\test.exe"
  21.  
  22. ...Stefan
  23.  
  24.  
  25. -- 
  26. ------------------------------------------------------------------------
  27.    Stefan Olson                     Mail: stefan@olson.acme.gen.nz
  28.    Kindness in giving creates love.
  29. ------------------------------------------------------------------------
  30.