Menu

build error

2007-08-29
2012-09-26
  • Nobody/Anonymous

    pls while trying to write a win32 application from an empty project,the following error was displayed
    this are the codes

    include <windows.h>

    include <windowsx.h>

    include ".\fundamentals.h"

    using namespace system:windows:forms;
    cFundamentals::cFundamentals(void)
    {
    }29/08/07 14:41

    int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdShow,int nCmdShow)
    {
    cFundamentals *frmMain;
    frmMain=new cFundamentals();
    return 0;
    }

    fundamentals.h

    include <iostream>

    class cFundamentals
    {
    public:
    cFundamentals(void);
    };
    Circular mainWindow <- mainWindow.o dependancy dropped
    pls i will like the solution to this error be forwarded to my mail box segxy2708@yahoo.com

     
    • Wayne Keen

      Wayne Keen - 2007-08-29

      Please take a moment and post your "Basic 3", they are covered in the thread titled
      "Please Read Before Posting a Question"

      It is also not appropriate to ask for answered via email. Questions asked on the
      forum should be answered in the forum.

      Thanks,

      Wayne

       
    • Anonymous

      Anonymous - 2007-08-29

      The information in the build log is all useful information. Don't extract only the bit you think is important or paraphrase it - if you knew that much you would not have the problem!

       
      • Wayne Keen

        Wayne Keen - 2007-08-29

        I know it looks like English is not the first language for the person who
        posted this, but this still comes across as an order, the sort of a way your
        boss would tell you they need you to do something:

        "pls i will like the solution to this error be forwarded to my mail box segxy2708@yahoo.com"

        of course, you boss might add "by close of business today" - but you get the point.

        Wayne

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.