I have created a small exe to enable me to execute programs in sequence on either Win98 or NT boxes. I have used the _spawnl(_P_WAIT,....) command and this works fine in Win98. However, when I run the same program on NT I get access violation (0xc0000005), Address 0x0040210c.
I compile the code on a Win98 box. Do I need to set 'NT Compatability' or somesuch to allow the code to work on NT?
I'm new to VC++ so treat me gentle!
I compile the code on a Win98 box. Do I need to set 'NT Compatability' or somesuch to allow the code to work on NT?
I'm new to VC++ so treat me gentle!