home *** CD-ROM | disk | FTP | other *** search
- 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
- From: s892031@yallara.cs.rmit.OZ.AU (Pumpkin Power)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Linker cannot find functions in <process.h> - help!
- Message-ID: <15908@goanna.cs.rmit.oz.au>
- Date: 12 Nov 92 05:27:05 GMT
- Sender: news@goanna.cs.rmit.oz.au
- Lines: 13
-
- I am currently writing a windows program using Borland C++, 3.1.
- I am trying to use the functions system(), execl() or similar, but during
- linking I keep getting the error "undefined symbol _system() in module ..."
-
- On a similar note, WinExec() fails to find what I am trying to execute if
- I include a full path name such as "C:\stuff\test.exe", but if I simply
- provide it with "test.exe", and c:\stuff is in the path it finds and
- executes it no problems (the full pathname returns error 2, file not found).
-
- Email preferred, but not essential :) Thanks!
-
- Peter Barton : s892031@minyos.xx.rmit.oz.au
-
-