Search:

Type: Posts; User: krebber

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,369

    I picked it up in the discount bin at a bookstore...

    I picked it up in the discount bin at a bookstore a few years ago. It's what I had at the time I wanted to write this program so I used it. I'm not writing anything fancy, people have been...
  2. Replies
    4
    Views
    1,369

    Thanks, fixing warning C4098 was easy, my bad. ...

    Thanks, fixing warning C4098 was easy, my bad.

    Version 1.0 must not support spawn, exec, or system. I've tried them all with the same result (unresolved external). Microsoft online & my Visual...
  3. Replies
    4
    Views
    1,369

    unresolved external during _spawnl

    when I compile this code:
    ------------------begin code--------------------------
    #include <stdio.h>
    #include <conio.h>
    #include <process.h>

    void main()
    {
    _spawnl(...
Results 1 to 3 of 3