Question

When I build my project in VC6, BSCMAKE reports the following error

Linking...    
Creating library ../../PB/bin/Debug/ICReplay.lib and object ../../PB/bin/Debug/ICReplay.exp        
Creating browse info file...    
BSCMAKE: error BK1505 : cannot read from file '../../PB/bin/TmpOut/ICReplay/Debug/ICReplay_PB.bsc'    
Error executing bscmake.exe.

Can someone please help me?

Was it helpful?

Solution

There may be 2 reasons as per reference from http://msdn.microsoft.com/en-us/library/81k63w1e%28v=VS.100%29.aspx :

"ICReplay_PB.bsc" file will be corrupted

File truncation will be happening to the compiler running out of disk space or being interrupted while creating the .sbr file

I guess this answer will help you!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top