gui

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • IhateSPAM

    gui

    Hi,

    Isn't there any program that works like borland C++ builder or microsoft
    visual studio for gcc/g++??

    I mean in window GUI building. They are so simple to make forms and to
    handle mouse clicks,.....


    Thanking in advance


  • Adie

    #2
    Re: gui

    IhateSPAM wrote:
    [color=blue]
    >Hi,
    >
    >Isn't there any program that works like borland C++ builder or microsoft
    >visual studio for gcc/g++??
    >
    >I mean in window GUI building. They are so simple to make forms and to
    >handle mouse clicks,.....[/color]

    Have a look at Qt Designer or Kylix.

    Comment

    • IhateSPAM

      #3
      Re: gui

      > Try Kdevelop. http://www.kdevelop.org/

      I think Kdevelop is just for KDE, linux.

      And what about windows? Is there any prog that works with win32 api?


      Comment

      • IhateSPAM

        #4
        Re: gui

        > Have a look at Qt Designer or Kylix.

        Kylix works with Delphi/Pascal and not with gcc, I think


        Comment

        • Adie

          #5
          Re: gui

          IhateSPAM wrote:
          [color=blue][color=green]
          >> Have a look at Qt Designer or Kylix.[/color]
          >
          >Kylix works with Delphi/Pascal and not with gcc, I think[/color]

          AFAIK Kylix now supports C++, anyway gcc is a C compiler you want g++ for
          C++

          Comment

          • Robert Sabocanec

            #6
            Re: gui

            On Tue, 24 Jun 2003 09:33:56 +0100, IhateSPAM <sorry@IhateSPA M.org> wrote:[color=blue]
            > Hi,
            >
            > Isn't there any program that works like borland C++ builder or microsoft
            > visual studio for gcc/g++??
            >
            > I mean in window GUI building. They are so simple to make forms and to
            > handle mouse clicks,.....
            >[/color]

            try at http://www.wxwindows.org/

            Robi

            Comment

            • Geiregat Jonas

              #7
              Re: gui

              Robert Sabocanec wrote:[color=blue]
              > On Tue, 24 Jun 2003 09:33:56 +0100, IhateSPAM <sorry@IhateSPA M.org> wrote:
              >[color=green]
              >> Hi,
              >>
              >> Isn't there any program that works like borland C++ builder or microsoft
              >> visual studio for gcc/g++??
              >>
              >> I mean in window GUI building. They are so simple to make forms and to
              >> handle mouse clicks,.....
              >>[/color]
              >
              > try at http://www.wxwindows.org/
              >
              > Robi[/color]
              Like robi said try wxwindows + dev c++
              dev c++ is the gui layer above gcc for windows using mingw

              Comment

              • Cornelis Wessels

                #8
                Re: gui

                >[color=blue]
                > Isn't there any program that works like borland C++ builder or microsoft
                > visual studio for gcc/g++??
                >
                > I mean in window GUI building. They are so simple to make forms and to
                > handle mouse clicks,.....
                >[/color]

                Look at http://www.fltk.org

                --
                Kees

                Comment

                Working...