When Visual Studio 2003 run on Window 7, it occur the following error every time when compile finish:
Link Fatal error lnk1201 error writing to program databaseAfter survey the solutions on internet, all the problems point to it's a bug to Visual Studio 2003 on Windows 7. Windows 7 did not delete the .pdb after compile finish last time. You might disable the pdb debugger feature to fix this issue, but it is stupid. All the things we should do is free the file .pdb manually.
Unlocker.exe "$(TargetDir)$(ProjectName).pdb" /S