cross platform compiling - gui for linux & windows - what to use? gtk?

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

    cross platform compiling - gui for linux & windows - what to use? gtk?

    Short question:
    I want my source to compile - without changes - on both linux and windows,
    so what libs can i use for 'independent' gui programming?
    does a gtk based progam compile on linux?
    other suggestions?
    use for menues, buttons, perhabs tables like stringgrids in delphi, no
    drawing, no animations, no viedo

    bye the way, a short and simple example of cgi-handling in c++ would be
    nice...

    thanks guys


  • Mark McIntyre

    #2
    Re: cross platform compiling - gui for linux & windows - what to use? gtk?

    On Sun, 12 Nov 2006 22:07:10 +0100, in comp.lang.c , "Oliver
    Bleckmann" <Oliver-Bleckmann@freen et.dewrote:
    >Short question:
    >I want my source to compile - without changes - on both linux and windows,
    >so what libs can i use for 'independent' gui programming?
    This isn't really a C question since the library would be usable from
    pretty much any language. Your best bet is to ask in Windows and Linux
    groups, and look for common answers.
    >does a gtk based progam compile on linux?
    Almost certainly. Did you google for linux gtk ?
    >other suggestions?
    STFW, seriously.
    --
    Mark McIntyre

    "Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are,
    by definition, not smart enough to debug it."
    --Brian Kernighan

    Comment

    • Keith Thompson

      #3
      Re: cross platform compiling - gui for linux &amp; windows - what touse? gtk?

      "Oliver Bleckmann" <Oliver-Bleckmann@freen et.dewrites:
      [...]
      bye the way, a short and simple example of cgi-handling in c++ would be
      nice...
      comp.lang.c discusses C, not C++. Your question is probably more
      topical in comp.infosystem s.www.authoring.cgi than in comp.lang.c++.

      --
      Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
      San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
      We must do something. This is something. Therefore, we must do this.

      Comment

      Working...