Thread: Help me setting c++ gtkmm glade on vista

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    7

    Help me setting c++ gtkmm glade on vista

    Hi,

    Can any one help me installing Glade GTKmm and C++ for vista?

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    GIYF and RTM are two things that come to mind.

    Edit: And STW.

    OK, I think I feel better.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Random technical question on how to install 'foo' moved to the tech board.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Anything specific you have a problem with?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  5. #5
    Registered User
    Join Date
    Mar 2007
    Posts
    7
    I am beginner programmer on c++ I usually uses VC++ 2005 Express, but I need to change this environment so I search the net and I found that there is some thing called gtk and glade, but I do not know how to install them on vista.

  6. #6
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You "need" to change the environment?

    And what does Vista have to do with the whole deal? It's just another version of Windows.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  7. #7
    Registered User
    Join Date
    Mar 2007
    Posts
    7
    Yes its just another version, but I have never installs any other environment, so I want to try another c++ environment


    In other words:
    I want to Install Glade in Windows, but I need glade with gtkmm not gtk+

  8. #8
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Glade is an interface designer, not a C++ environment. I believe you can make it generate GTK-- code with a configuration option or an extension, but code generation is deprecated in Glade3 anyway. Just install GTK-- and use its Glade support to load the XML files.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  9. #9
    Registered User
    Join Date
    Mar 2007
    Posts
    7
    I found this:
    gladewin32.sourceforge.net

    but this glade deals with gtk+, and i want it to deal with gtkmm

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. corruption, decay, Vista Gateway laptop
    By CodeMonkey in forum Tech Board
    Replies: 5
    Last Post: 06-13-2009, 01:50 PM
  2. Newbee Q: reg. MFC dlg button & Vista UAC shield icon
    By colbyringeisen in forum Windows Programming
    Replies: 3
    Last Post: 12-29-2008, 05:16 PM
  3. Replies: 1
    Last Post: 09-22-2008, 04:49 AM
  4. Damn ATI!
    By AloneInTheDark in forum Tech Board
    Replies: 48
    Last Post: 02-16-2008, 09:34 PM
  5. First Vista virus
    By mrafcho001 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-11-2005, 10:39 PM