Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have converted one of my VS2005 projects into VS2008 and when trying to build the project in VS2008 I get the above error. What is .sbr file ? and how can I fix the compile error? Any help is hugely appreciated.
Posted
Comments
Richard MacCutchan 7-Mar-14 6:32am    
Look at your project and its settings to see where this file is referenced.

1 solution

The .sbr files are the output of the compiler, and input for the linker : this means that your ArmesDataManager code file has not been compiled, or has been compiled to another directory that the one where BSCMAKE expects them to be.

See also here : http://msdn.microsoft.com/en-us/library/z6hhww5f.aspx[^]
 
Share this answer
 
Comments
venkatvankam 7-Mar-14 8:01am    
I tried but still same error is coming
Rage 7-Mar-14 8:03am    
Have you tried deleting all your output files and rebuild all ?
Is the ArmesDataManager.sbr file somewhere else on your computer ?

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