Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi I am trying to compile one C++ source file from VS2005...
but I got some errors when I click on that error some other files are automatically opening..
and I got one more error its 'SVSSych' base class undefined..
the source code as follows
struct Global:public SVSSych{
----
----}


I am not getting y those files are opening
Posted
Updated 13-Mar-11 23:23pm
v2
Comments
Nuri Ismail 14-Mar-11 5:26am    
Compiler or linker errors?
This 'C++ source file', is it yours?
If not, then where you get this source?
I ask these questions, because if this file is a part of a library then there could be some specific requirement(s) to compile/link it.

Also, you can post the error messages here, just copy them from your IDE.
With given information it is almost impossible to tell where the problem could be. Please update your question with some details.

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