Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kwasib

    Re:Graphics in Microsoft Visaul c++ 6.0

    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
  2. kwasib

    Re:Graphics in Microsoft Visaul c++ 6.0

    it works, it works, it works, it works,it works, it works, it works, it works, i can now write my programs now. Thanks a lot for all the help.
  3. kwasib

    Re:Graphics in Microsoft Visaul c++ 6.0

    i think that my problem has to do with including files in my developer studio. i think that i can't not include the files properly.
  4. kwasib

    Re:Graphics in Microsoft Visaul c++ 6.0

    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.
  5. kwasib

    Re:Graphics in Microsoft Visaul c++ 6.0

    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; }
  6. kwasib

    Re:Graphics in Microsoft Visaul c++ 6.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)"...
  7. kwasib

    Graphics in Microsoft Visaul c++ 6.0

    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.
  8. kwasib

    mic visual c++ 6.0

    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.

Part and Inventory Search

Back
Top