문제

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?

도움이 되었습니까?

해결책

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!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top