Hi all,

I want to use a new fuction called GetProcessIoCouters which is apart of windows.h and declared in winbase.h. Problem is is that I had to update to the latest PSDK (i believe it was win2000 server sdk or something like that). When i updated to the new SDK which was installed in c:\Program Files\Microsoft Platform SDK\ I copied both the Include and Lib file to my c:\Program Files\Microsoft Visual Studio 6\VC98

When i tried to compile i got the following error:

LINK : fatal error LNK1104: cannot open file "LIBCMTD.lib"
Error executing link.exe.
Any Idea how to fix this?

Thanks.

BTW, it might be helpful for you to know that im on WINXP SP2, with an x86 arch. Thanks