Motif GUI example. UNIX executable ready.


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Motif GUI example. UNIX executable ready.
# 1  
Old 12-14-2019
Motif GUI example. UNIX executable ready.

Motif GUI example. Unix executable ready.

Hi ,
i have attached my executable GUI example file in form of a .gz file.
please gunzip file before.
May i ask you for check it out that it is running on your machine ?
You should have "Motif" package installed.
when you klick the unix executable a " HELLO WORLD" Gui Window should appear.

Kindly Regards
SM
please notice that this executable is not running on a linux os , because there is a difference between a real UNIX like BSD and others.
it should be run on a BSD OS and other derivates that come from UNIX SYSTEM V line.

Last edited by Neo; 12-16-2019 at 04:39 AM..
# 2  
Old 12-15-2019
hey come on ,
please run the gui example on your bsd machine.
it's a example for me that the programmed little gui works on other machines.
maybe 64bit.
i have made it with a 32bit freebsd.

a simple feedback would be glad. its easy.
1. download toplevel+label+font.gz
2. in terminal type : gunzip toplevel+label+font.gz
3. double klick the executable
4. if permissions are not right type in terminal as root user : chmod +x toplevel+label+font




WBR
SM

Last edited by Sennenmut; 12-15-2019 at 02:36 PM.. Reason: additional description
# 3  
Old 12-15-2019
Surely you don't believe that someone is going to download your program, give it root permission and run it.
This User Gave Thanks to jgt For This Post:
# 4  
Old 12-16-2019
never say never again

WBR
007
# 5  
Old 12-16-2019
Quote:
Originally Posted by jgt
Surely you don't believe that someone is going to download your program, give it root permission and run it.
Agreed.

Thread closed.

Attachment removed.

I was going to do this earlier, but was waiting on someone else to suggest it first Smilie

Moderator's Comments:
Mod Comment If you want feedback on code, post the source code, not a binary file.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

I'll be a professional MOTIF GUI programmer.

I'll be a professional MOTIF GUI programmer. And nothing will stop me. Nothing. :) (5 Replies)
Discussion started by: Sennenmut
5 Replies

2. UNIX for Beginners Questions & Answers

Motif gui programming !

MOTIF GUI PROGRAMMING ! Hi there. I am a MOTIF GUI Programmer in C language. After a longer break i have problems with the GCC compiling. my MOTIF file is named winstack.c I have the follow code gcc -o newprogram winstack.c -lXm -lXt -lX11 The compilation runs good. But no executable LINUX... (10 Replies)
Discussion started by: Sennenmut
10 Replies

3. Solaris

Motif 2.1 migration from Motif 1.2

An application was getting built using Motif 1.2 that used come along Solaris 6 OS for compiling and linking. Application is run using Motif 2.1 on Solaris 10 and it is working fine. Application compilation and linking is working fine on Solaris 10 with Motif 2.1.0 but running the application... (0 Replies)
Discussion started by: shafi2all
0 Replies

4. OS X (Apple)

Plist to Unix Executable

I'm using an old conversion method for converting a plist into an XML file, but that's not what I'm needing just via terminal now. What I'm looking for is an answer to convert a plist file into an executable. I'd like to import it into Casper and have the JSS push it out onto an image. In this... (6 Replies)
Discussion started by: unimachead
6 Replies

5. Shell Programming and Scripting

Create GUI or Executable For Script

Hi all. I've got a unix script at work that I just got done with. Now they want me to write some simple way to run it on Windows. Right now we log into a Solaris server using Hummingbird Exceed to gain a terminal. Im thinking that there really isn't any good way to get Windows and the server... (5 Replies)
Discussion started by: Grizzly
5 Replies

6. Shell Programming and Scripting

unix executable file

Hi - How can I find out under sh whitch file is an unix executable file? Need it for an software inventory. Thanks in advance. Regards - Lazybaer (6 Replies)
Discussion started by: lazybaer
6 Replies

7. UNIX for Dummies Questions & Answers

Cannot run UNIX executable !

I have installed the Darwin Calendar Server on my Mac and got it working. To start the server I open a Finder window on my mac and click the UNIX executable called RUN. In order to start the server automatically on bootup I used LINGON to add a startup Daemon to call "RUN -d". When I reboot... (6 Replies)
Discussion started by: thylacine
6 Replies

8. Solaris

Is Unix/Solaris 10 ready for professional Desktop need?

There is little or no gaming available without the use of emulation or virtualization. There is no support for Xen in Solaris 10, you will have to Nevada to get that which also means no XP apps unless you can get them to run in Wine. It is unlikely that windows only hardware will be supported. (1 Reply)
Discussion started by: ezsurf
1 Replies

9. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies
Login or Register to Ask a Question