MSDN > フォーラム ホーム > Visual C++ Language > Visual c++ compilin error
質問する質問する
 

回答済みVisual c++ compilin error

回答

  • 2009年11月7日 1:04skitheo1 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み

    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.
  • 2009年11月9日 6:56Nancy ShaoMSFT, モデレータユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み

    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.

すべての返信

  • 2009年11月5日 6:15.Sreedhar ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    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
  • 2009年11月5日 6:44kiranpreddy05 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    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
  • 2009年11月5日 6:52Vic Vega ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答の候補

    '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

    • 回答の候補に設定.Sreedhar 2009年11月5日 7:19
    •  
  • 2009年11月5日 6:54.Sreedhar ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答の候補
    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
    • 回答の候補に設定.Sreedhar 2009年11月5日 7:18
    •  
  • 2009年11月5日 7:14kiranpreddy05 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     

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

  • 2009年11月5日 9:27Vic Vega ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     

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

    Thanks
    PKR

  • 2009年11月7日 1:04skitheo1 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み

    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.
  • 2009年11月9日 6:56Nancy ShaoMSFT, モデレータユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み

    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.