There are four ways to start a target program and have Memory Validator collect data from it.
•Launch your program in a specified directory, with as many command line arguments as you want
•Inject Memory Validator into an already running program
•Wait until a specific program starts to run before attaching to it - e.g. for programs started as an OLE server
•Link a library (provided) to your program which will cause Memory Validator to be started whenever the program is started
If your program is linked statically to the C runtime libraries, you might want to read the topic before you start.