Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am new for C++ Language , I need your help. What is mean by .bsc File and How does .bsc file open in Visual Studio 6.0.Please guide me.Thanks in Advanced
Regards,
Lakshmi Narayanan.S
Posted

1 solution

This is a file with symbol information. You can create one, use it for finding symbols or add existing file to your project. I don't know where to get the help page for such archaic Visual Studio version as 6.0; probably you have it in your Visual Studio help.

See:
http://msdn.microsoft.com/en-us/library/95ws11cy%28v=vs.80%29.aspx[^],
http://msdn.microsoft.com/en-us/library/dsbwxb71(v=vs.80).aspx[^].

—SA
 
Share this answer
 
Comments
naraayanan 25-Jul-11 1:45am    
Thanks for your reply.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900