Thread: Windows librabry

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    2

    Question Windows librabry

    Hi all,

    I already program in c++ and i need to know with windows library use to a new project in my company.
    I will work in Linux and another programmers need to use to, and this guys is not very used to draw windows in c++ ...rs

    any sugestions ?

    thanks...

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    There are several "Cross Platform" libraries. One of those is "wxWidgets". If you search the forum for "wxWidgets", I'm pretty sure you'll find several posts also describing the alternative libraries.

    Which library is right for you depends on many different things - for example, most libraries support some sort of subset of the platforms that they support, and depending on what you want to do, you may find that one library supports your needs better than another.

    Also, do you need "full" or just "partial" multi-platform support - e.g. do you need ONLY Windows and Linux, or do you need the ability to [now or in the future] support more platforms? And how exotic are your platforms? Getting something that supports Windows & Linux is not that hard, but if you want support for HP-UX, QNX and OS/2 also, then there'd probably be only one or two choices.

    The right thing might be that you build your own "high level" library ON TOP of one of the existing ones, particularly if you have a lot of people who are unfamiliar with the inner workings of Window-based programming.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Jan 2008
    Posts
    2
    i just need linux and windows...
    but i need one librabry very similiar Java Swing or windows forms....the developer need to be very productive....

  4. #4
    Registered User
    Join Date
    Apr 2007
    Posts
    111
    On my current project we use Gtk+ and OpenGl .
    Since it is free libs it is preety easy to work with when jumping bettween platforms.
    why Gaos didn't had a wife ?
    http://bsh83.blogspot.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM