is it possible to intercept the messages ( errors etc..) sended by ml.exe and link.exe form another app?
tnx
the easiest way to intercept them is to pipe them into a file then read the file, or you could use CreateProcess to execute them, then use the input and output handles to read the results.
umbongo