home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!comp.vuw.ac.nz!cc-server4.massey.ac.nz!acmebbs!olson!stefan
- From: stefan@olson.acme.gen.nz (Stefan Olson)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: Linker cannot find functions in <process.h> - help!
- Message-ID: <P4QBrACLBh107h@olson.acme.gen.nz>
- Date: Sat, 14 Nov 92 09:32:47 +1200
- References: <15908@goanna.cs.rmit.oz.au>
- Lines: 20
-
- In <15908@goanna.cs.rmit.oz.au> s892031@yallara.cs.rmit.OZ.AU (Pumpkin Power) writes:
- >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 ..."
-
- system won't work under windows.
-
- >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
-
- I think you should include \\ instead of \. E.g: "C:\\stuff\\test.exe"
-
- ...Stefan
-
-
- --
- ------------------------------------------------------------------------
- Stefan Olson Mail: stefan@olson.acme.gen.nz
- Kindness in giving creates love.
- ------------------------------------------------------------------------
-