Re: Host Chooser Program?

2002-12-12 Thread Alexander Skwar
Tim Thomson wrote:


Yep, There are lots of them :)

I even wrote one :)


In the meantime, I've also written one.  Mine is written in Python with 
wxPython.  You can get it from http://message-center.info/stuff/xhc/

Alexander Skwar
--
How to quote: http://learn.to/quote (german) http://quote.6x.to (en)
Homepage: http://www.iso-top.biz  |  Jabber: [EMAIL PROTECTED]
   iso-top.biz - Die günstige Art an Linux Distributionen zu kommen



Re: Host Chooser Program?

2002-12-12 Thread J S





 Hmm, weird. Haven't had that combination before :)

 Could you please post me (not the list) your Xwin.log, and your
 launchx.bat file that XLauncher creates from one of these 95 machines,
 after running XLauncher on it? Hopefully that will turn up something.

This is not a problem of XLauncher nor a direct problem of XWin. The cygwin
layer can not handle the dynamic IP address and does always report 0.0.0.0
as address for the network interface. Even the -from parameter will not 
help
here. The XServer has no possibility to get the local IP address to send it
to the xdmcp server.

To add this to the cygwin dll is with high priority on my todo list.


bye
	ago


Alex,

this problem with Xlauncher happened when I used a fixed IP address, (not 
DHCP). I'll check the xwin.log and post it tomorrow 'cos I'm working from 
home today.

Cheers,

JS.

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



Re: Host Chooser Program?

2002-12-11 Thread J S





On Mon, Dec 09, 2002 at 09:18:00PM +, J S wrote:

 Tim,

 This is a really good, simple GUI program which will make life a lot 
easier
 for my users. I tried the cygwin connection tool on win 98 and 2000, but 
it
 didn't work on neither, complaining of missing DLLs so I guess that 
needs
 more testing.

 The xlauncher worked well on W2k, and did run on Win95 (configured with 
a
 fixed IP address - not dhcp) but didn't connect so I was just 
wondering
 if that was a win95 bug or not?

 Thanks,

 JS.

It looks OK, its a pity it isn't in a free C/C++ though :)

Under the other tab, there is an area down the bottom which may
display an IP address. Does it?

Yes it does.


If not, then the xlauncher program hasn't worked out what the IP of the
machine is, and won't pass the -from parameter, so will leave it to
cygwin to work it out.

Does X start when you use XWin -query yourhostIPhere -from 
yourdesktopIPhere
? (from a bash prompt, with the path set correctly ;) )

It does if I have a fixed IP address.



Cheers,

Tim.



_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail



Re: Host Chooser Program?

2002-12-11 Thread Tim Thomson
On Wed, Dec 11, 2002 at 09:48:04AM +, J S wrote:
 
 On Mon, Dec 09, 2002 at 09:18:00PM +, J S wrote:
 
  Tim,
 
  This is a really good, simple GUI program which will make life a lot 
 easier
  for my users. I tried the cygwin connection tool on win 98 and 2000, but 
 it
  didn't work on neither, complaining of missing DLLs so I guess that 
 needs
  more testing.
 
  The xlauncher worked well on W2k, and did run on Win95 (configured with 
 a
  fixed IP address - not dhcp) but didn't connect so I was just 
 wondering
  if that was a win95 bug or not?
 
  Thanks,
 
  JS.
 
 It looks OK, its a pity it isn't in a free C/C++ though :)
 
 Under the other tab, there is an area down the bottom which may
 display an IP address. Does it?
 
 Yes it does.
 
 If not, then the xlauncher program hasn't worked out what the IP of the
 machine is, and won't pass the -from parameter, so will leave it to
 cygwin to work it out.
 
 Does X start when you use XWin -query yourhostIPhere -from 
 yourdesktopIPhere
 ? (from a bash prompt, with the path set correctly ;) )
 
 It does if I have a fixed IP address.

Hmm, weird. Haven't had that combination before :)

Could you please post me (not the list) your Xwin.log, and your
launchx.bat file that XLauncher creates from one of these 95 machines,
after running XLauncher on it? Hopefully that will turn up something.

Cheers,

Tim.




Re: Host Chooser Program?

2002-12-09 Thread J S








Yep, There are lots of them :)

I even wrote one :)
http://xlauncher.sf.net

It's written in Delphi though, so can't be included in the cygwin
distribution :(

Hopefully someone will start writing one in straight C/C++ calling the 
Win32
API, so it could go in cygwin, so people will stop writing their own in
non-free languages every month ;-)

Tim.

On Fri, Nov 29, 2002 at 02:48:49PM -, Vince Hoffman wrote:
 I seem to remember post about something similar, try searching the 
archives
 for 'connection tool'

  -Original Message-
  From: Alexander Skwar [mailto:[EMAIL PROTECTED]]
  Sent: 29 November 2002 14:26
  To: Cygwin XWin Mailingliste
  Subject: Host Chooser Program?
 
 
  Hi!
 
  Now that I've (kinda) got XWin running, I'm looking for a
  program which
  will let me type in the name of the host that I want to connect to.
 
  What I'm trying to do, is to have a shell script, which will
  run some sort
  of Windows GUI program where the user can enter something.
  This something
  should then be used as the parameter to the -query option.
  Kinda like this:
 
 XWin.exe -query $(user_prompter)
 
  Any ideas?
 
  Thanks,
 
  Alexander Skwar
  --


Tim,

This is a really good, simple GUI program which will make life a lot easier 
for my users. I tried the cygwin connection tool on win 98 and 2000, but it 
didn't work on neither, complaining of missing DLLs so I guess that needs 
more testing.

The xlauncher worked well on W2k, and did run on Win95 (configured with a 
fixed IP address - not dhcp) but didn't connect so I was just wondering if 
that was a win95 bug or not?

Thanks,

JS.

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail



Re: Host Chooser Program?

2002-12-06 Thread Tim Thomson
Yep, There are lots of them :)

I even wrote one :)
http://xlauncher.sf.net

It's written in Delphi though, so can't be included in the cygwin
distribution :(

Hopefully someone will start writing one in straight C/C++ calling the Win32
API, so it could go in cygwin, so people will stop writing their own in
non-free languages every month ;-)

Tim.

On Fri, Nov 29, 2002 at 02:48:49PM -, Vince Hoffman wrote:
 I seem to remember post about something similar, try searching the archives
 for 'connection tool'
 
  -Original Message-
  From: Alexander Skwar [mailto:[EMAIL PROTECTED]]
  Sent: 29 November 2002 14:26
  To: Cygwin XWin Mailingliste
  Subject: Host Chooser Program?
  
  
  Hi!
  
  Now that I've (kinda) got XWin running, I'm looking for a 
  program which 
  will let me type in the name of the host that I want to connect to.
  
  What I'm trying to do, is to have a shell script, which will 
  run some sort
  of Windows GUI program where the user can enter something.  
  This something
  should then be used as the parameter to the -query option.  
  Kinda like this:
  
 XWin.exe -query $(user_prompter)
  
  Any ideas?
  
  Thanks,
  
  Alexander Skwar
  -- 
  How to quote: http://learn.to/quote (german) http://quote.6x.to (en)
  Homepage: http://www.iso-top.biz  |  Jabber: [EMAIL PROTECTED]
 iso-top.biz - Die g?nstige Art an Linux Distributionen zu kommen
  -- 
  -
  This mail sent through IMP: http://horde.org/imp/
  
 



Re: Connection Tool crashs Re: Host Chooser Program?

2002-11-30 Thread J S
So sprach Vince Hoffman am 2002-11-29 um 14:48:49 - :
 I seem to remember post about something similar, try searching the 
archives
 for 'connection tool'

Thanks.  I found the file from www.thelinuxbeat.com, downloaded the
setup file and installed it.  It works pretty well - however, it crashs,
when you leave the network empty.

Alexander Skwar
--

Hi,

I also installed the cygwin connection tool but when I try to run it I get 
the following error:

A required .DLL file, MSVBVM60.DLL was not found

I did a search on my PC but it couldn't find this DLL so it's not a PATH 
problem. What OS are you using? I'm on Win 98.

Also I see from the source code that this is written in Visual Basic. (Never 
mind) Anyway do you know how to compile the source code? Is there a free VB 
compiler anyone knows of?

Thanks for any help.

JS






_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus



Host Chooser Program?

2002-11-29 Thread Alexander Skwar
Hi!

Now that I've (kinda) got XWin running, I'm looking for a program which 
will let me type in the name of the host that I want to connect to.

What I'm trying to do, is to have a shell script, which will run some sort
of Windows GUI program where the user can enter something.  This something
should then be used as the parameter to the -query option.  Kinda like this:

   XWin.exe -query $(user_prompter)

Any ideas?

Thanks,

Alexander Skwar
-- 
How to quote: http://learn.to/quote (german) http://quote.6x.to (en)
Homepage: http://www.iso-top.biz  |  Jabber: [EMAIL PROTECTED]
   iso-top.biz - Die günstige Art an Linux Distributionen zu kommen
-- 
-
This mail sent through IMP: http://horde.org/imp/



RE: Host Chooser Program?

2002-11-29 Thread Vince Hoffman
I seem to remember post about something similar, try searching the archives
for 'connection tool'

 -Original Message-
 From: Alexander Skwar [mailto:[EMAIL PROTECTED]]
 Sent: 29 November 2002 14:26
 To: Cygwin XWin Mailingliste
 Subject: Host Chooser Program?
 
 
 Hi!
 
 Now that I've (kinda) got XWin running, I'm looking for a 
 program which 
 will let me type in the name of the host that I want to connect to.
 
 What I'm trying to do, is to have a shell script, which will 
 run some sort
 of Windows GUI program where the user can enter something.  
 This something
 should then be used as the parameter to the -query option.  
 Kinda like this:
 
XWin.exe -query $(user_prompter)
 
 Any ideas?
 
 Thanks,
 
 Alexander Skwar
 -- 
 How to quote: http://learn.to/quote (german) http://quote.6x.to (en)
 Homepage: http://www.iso-top.biz  |  Jabber: [EMAIL PROTECTED]
iso-top.biz - Die günstige Art an Linux Distributionen zu kommen
 -- 
 -
 This mail sent through IMP: http://horde.org/imp/
 



Connection Tool crashs Re: Host Chooser Program?

2002-11-29 Thread Alexander Skwar
So sprach Vince Hoffman am 2002-11-29 um 14:48:49 - :
 I seem to remember post about something similar, try searching the archives
 for 'connection tool'

Thanks.  I found the file from www.thelinuxbeat.com, downloaded the
setup file and installed it.  It works pretty well - however, it crashs,
when you leave the network empty.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.biz |Jabber: [EMAIL PROTECTED]
   iso-top.biz - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 3 hours 34 minutes