|
Home > Archive > Unix Programming > April 2005 > i need information
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
i need information
|
|
| amir samir 2005-04-24, 8:49 pm |
| Hiiii
i need to know how to make my creat a programm that can setup and work
on windows and unix
| |
| Matthias Buelow 2005-04-24, 8:49 pm |
| amir_s_anwar@yahoo.com (amir samir) writes:
>i need to know how to make my creat a programm that can setup and work
>on windows and unix
Use wxwidgets, http://www.wxwidgets.org/, or java.
mkb.
| |
| Rich Gibbs 2005-04-25, 2:53 am |
| amir samir said the following, on 04/24/05 19:48:
> Hiiii
> i need to know how to make my creat a programm that can setup and work
> on windows and unix
It's easy. Here is a program in C that will run on Windows or Unix:
int main ( void ) {
return 0;
}
Seriously, your question is so vague that you are very unlikely to get a
useful answer. You might consider telling us things like:
-- What language(s) can you use?
-- What is the program intended to do?
-- What kind of user interface is needed?
The general answer involves selecting standard facilities that are
available on both platforms, but without more information any
suggestions are just shots in the dark. (This is comp.unix.programmer,
not comp.unix.mindreader.)
--
Rich Gibbs
richg74@gmail.com
"You got to be very careful if you don't know where you're going,
because you might not get there." -- Yogi Berra
| |
| zentara 2005-04-25, 5:53 pm |
| On 24 Apr 2005 16:48:29 -0700, amir_s_anwar@yahoo.com (amir samir)
wrote:
>Hiiii
>i need to know how to make my creat a programm that can setup and work
>on windows and unix
perlTk is well a tested cross-platform gui.
It runs great on Linux, and comes with ActiveStatePerl,
so it can run on Windows. Of course there are some
"gotchas" and "workarounds" you have to be aware of,
for identical scripts to work on both platforms.
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
|
|
|
|
|