i had to add all the h/cpp files to my project and some of the files had the namespace std thing missing or not at the right place so i had to take care of that. hey thanks a lot for all the help
i followed all the instructions from http://www.horstmann.com/ccc/help/msvc60.html
infact it is from this web site that i got all my ccc files but i still can't build graphic apps.
okay am not sure how to answer your questions but this is the code i wanted to compile
#include "ccc_win.h"
int ccc_win_main()
{
cwin << Point(1, 3);
return 0;
}
This is the error i get when i tried to build a simple program that just draws a single point. Can i get some help now.
Linking...
point.obj : error LNK2001: unresolved external symbol "public: class GraphicWindow & __thiscall GraphicWindow::operator<<(class Point)"...
hi, anytime i try to build a graphic program in Microsoft Visaul c++ 6.0 i get a linking error like
"unresolved external symbol" but i can build non graphic apps. i have included all the files i need to in order to run my programs but i always get this error can anyone help me.
hi i nedd some help on how to run graphics apps in Microsoft visaul c++ 6.0. i can run non graphic apps but i can't do graphics i always get some error when i build my programs can i get some help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.