Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i have the above mentioned linker error

i am using vs 2008 and i have taken an empty project .
for every header file i have mentioned #ifndef and #define directives
Posted
Comments
Richard MacCutchan 15-Jan-14 6:44am    
And you think we can guess what is in any of those files? Search the source and headers for references to the above. It is probably just an external reference somewhere that requires a particular library to be included in the project.

In lieu of more detailed information, the only advice I can give is check out http://msdn.microsoft.com/en-us/library/72zdcz6f%28v=vs.100%29.aspx[^] for possible causes and maybe a fix.
 
Share this answer
 
thanks for response but i solved it.
that was due to header file inclusion.
 
Share this answer
 

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