A
AllTheseYrs
Hi all. I recently made a program to retreive the process ID of a
process. It is written in C/C++ and works fine when I launch it from
Visual Studio 2005. However, when i launch it from a command prompt or
from explorer, it only returns a new line for the process ID.
GetLastError() returns 0. I dont understand why this happens seeing as
how it works fine from VS. I would like to know how to fix this.
Thanks in advance.
process. It is written in C/C++ and works fine when I launch it from
Visual Studio 2005. However, when i launch it from a command prompt or
from explorer, it only returns a new line for the process ID.
GetLastError() returns 0. I dont understand why this happens seeing as
how it works fine from VS. I would like to know how to fix this.
Thanks in advance.