Ask a questionAsk a question
 

AnswerVisual c++ compilin error

Answers

  • Saturday, November 07, 2009 1:04 AMskitheo1 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    THIS IS PEG.hpp

    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    // peg.hpp- global include file, required by all modules using PEG.
    //
    // Author: Kenneth G. Maxwell
    //
    // Copyright (c) 1997-2008 Swell Software, Inc.
    //              All Rights Reserved.
    //
    // Unauthorized redistribution of this source code, in whole or part,
    // without the express written permission of Swell Software, Inc.
    // is strictly prohibited.

    //

    I believe that you are violating copyright laws by posting a copy of the file here, if you aren't already in violation for being in possession of the source code.
  • Monday, November 09, 2009 6:56 AMNancy ShaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hi Kiranpreddy,

     

    ->asasdasd

     

    What’s your question, why do you edit it?

     

    Best Regards,

    Nancy


    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

All Replies

  • Thursday, November 05, 2009 6:15 AM.Sreedhar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    where PegLineChart is defined? did you include respective header file in your code?

    If you are working some PEG+ developer SDK look at their given FAQs   instead of pasting whole code and errors here.






    Knowledge is like light; It spreads only when you have clear and transparent mind. - Sreedhar Dv
  • Thursday, November 05, 2009 6:44 AMkiranpreddy05 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    Sreedhar DV

    As u said i ve already read abt tat FAQ's..
    It doesnt help out in solving errors ok... Its just a base to develop and use the software...

    Thank u
  • Thursday, November 05, 2009 6:52 AMVic Vega Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer

    'PegLineChart' not deifned. Include the header file . Try "Go To Deifnation"

    What does below "include " have?
    #include "peg.hpp"

    You are missing a header file

    • Proposed As Answer by.Sreedhar Thursday, November 05, 2009 7:19 AM
    •  
  • Thursday, November 05, 2009 6:54 AM.Sreedhar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    where PegLineChart is defined? did you include respective header file in your code?


    Didn't you look at this above line in my post? did you check the header files included?

    And I dont know abt that SDK and all, what I mean to say was posting those things will not helpful to the people for give a solution, since there are many dependent classes, nobody cannot complie and check those things directly.

    Here you can look at your threads http://social.msdn.microsoft.com/Forums/en-US/user/threads?user=kiranpreddy05

     everytime you are saying Visual C++ error  I can surely say those are not visual C++ errors. Those are the errors caused by your imporper declarations or usage of classes.


    Knowledge is like light; It spreads only when you have clear and transparent mind. - Sreedhar Dv
    • Proposed As Answer by.Sreedhar Thursday, November 05, 2009 7:18 AM
    •  
  • Thursday, November 05, 2009 7:14 AMkiranpreddy05 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    K sir, that peglinechart error is solved..
    Can u pls look at the others

  • Thursday, November 05, 2009 9:27 AMVic Vega Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,
          Can you let us know the latest errors? By the way, there is too much code pasted above to analyze :-)

    Thanks
    PKR

  • Saturday, November 07, 2009 1:04 AMskitheo1 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    THIS IS PEG.hpp

    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    // peg.hpp- global include file, required by all modules using PEG.
    //
    // Author: Kenneth G. Maxwell
    //
    // Copyright (c) 1997-2008 Swell Software, Inc.
    //              All Rights Reserved.
    //
    // Unauthorized redistribution of this source code, in whole or part,
    // without the express written permission of Swell Software, Inc.
    // is strictly prohibited.

    //

    I believe that you are violating copyright laws by posting a copy of the file here, if you aren't already in violation for being in possession of the source code.
  • Monday, November 09, 2009 6:56 AMNancy ShaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hi Kiranpreddy,

     

    ->asasdasd

     

    What’s your question, why do you edit it?

     

    Best Regards,

    Nancy


    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.