Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:No lib.exe (Score 2, Informative) 953

Just to put a fine point on how much this is the "exact same functionality". If you delete link.exe from your system then lib will fail to work. That's right, lib just calls link for you. It could be replaced by a batch file or a 1 line C program.

The same goes for dumpbin and editbin. It's just a wrapper over link.

Slashdot Top Deals

"How to make a million dollars: First, get a million dollars." -- Steve Martin

Working...