Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: Terminal GUI - new remoting software for xHarbour

25 views
Skip to first unread message

Jacek

unread,
Jun 23, 2009, 9:31:21 AM6/23/09
to

A completely new multi-user remoting software from OTC has
been released and is available for download.

It allows running Windows GUI and Console applications
including xHarbour applications using any of the popular
GUI libraries.

New Terminal GUI and Terminal Console contain special
extentions for xHarbour users.


For product description please visit

Terminal GUI (for applications using Windows GUI interface)
http://www.otc.pl/index.asp?s=84&l=2

Terminal Console (for Windows console applications)
http://www.otc.pl/index.asp?s=85&l=2

Enjoy,

OTC team

Simon

unread,
Jun 23, 2009, 11:49:02 AM6/23/09
to
What is the difference using this product over the built in Terminal
Services functions in Windows?

Simon


On Jun 23, 5:31 am, Jacek <Jacek.Pote...@otc.com.pl> wrote:
> A completely new multi-user remoting software from OTC has
> been released and is available for download.
>
> It allows running Windows GUI and Console applications
> including xHarbour applications using any of the popular
> GUI libraries.
>
> New Terminal GUI and Terminal Console contain special
> extentions for xHarbour users.
>
> For product description please visit
>

> Terminal GUI (for applications using Windows GUI interface)http://www.otc.pl/index.asp?s=84&l=2

Jacek

unread,
Jun 23, 2009, 1:18:24 PM6/23/09
to
Hi,

Simon pisze:

> What is the difference using this product over the built in Terminal
> Services functions in Windows?
>


1. Special extentions for xHarbour users allow the application to be
aware about the remote mode of execution and use Terminal RPC (remote
procedure call) to easily call xHarbour code attached to gte.exe
(terminal client being executed on the client machine). This allows
(where appropriate) to split the application functionality between
server and client.

2. In a few months we will release Linux client which is not natively
available for Terminal services.

3. Ability to set up multi-user servers on Vista and XP (not on the
server systems only)

4. Product remotes application windows only (not the entire desktop)
which is not available on some Terminal services versions

5. It is cheaper. To legally use TS on Vista or Win2008 you need to
purchase both TS license and TS CAL license.

Regards,
Jacek

dlzc

unread,
Jun 24, 2009, 5:27:31 PM6/24/09
to
Dear Jacek:

On Jun 23, 2:31 am, Jacek <Jacek.Pote...@otc.com.pl> wrote:
> A completely new multi-user remoting software from
> OTC has been released and is available for download.
>
> It allows running Windows GUI and Console
> applications including xHarbour applications using
> any of the popular GUI libraries.
>
> New Terminal GUI and Terminal Console contain
> special extentions for xHarbour users.
>
> For product description please visit
>
> Terminal GUI (for applications using Windows GUI

> interface)http://www.otc.pl/index.asp?s=84&l=2


>
> Terminal Console (for Windows console
> applications)
http://www.otc.pl/index.asp?s=85&l=2

I note that it is clear these are 32 bit applications. Every new
computer I get now is 64 bit, and I have install 32 bit WinXP (which
is still available for sale) to use my older software (not xHarbour,
OtterCAD and such). I hope you have plans to develop for 64 bit
soon? No response is required...

David A. Smith

Jacek

unread,
Jun 25, 2009, 9:18:06 AM6/25/09
to
David,

>
> I note that it is clear these are 32 bit applications. Every new
> computer I get now is 64 bit, and I have install 32 bit WinXP (which
> is still available for sale) to use my older software (not xHarbour,
> OtterCAD and such). I hope you have plans to develop for 64 bit
> soon? No response is required...
>

This 32-bit notice is mainly because 16-bit Clipper applications are not
supported. For 16-bit applications you need another product (Terminal
for CA-Clipper) which requires linking our libraries into the application.

Actually, you can use 64-bit systems to run 32-bit Terminal GUI. But you
will be able to run remotely only 32-bit applications on 64-bit system.

64-bit version of Terminal GUI will be available at the end of 2009.

Jacek

Massimo Belgrano

unread,
Jun 26, 2009, 9:53:12 AM6/26/09
to

Hi JaceK
Does this also work with Harbour?

Jacek

unread,
Jun 26, 2009, 1:51:58 PM6/26/09
to
Massimo Belgrano pisze:

> Does this also work with Harbour?

Terminal GUI works with _any_ WIN32 application including Harbour
applications (either GUI or Console ones). However, the xHarbour
extentions are compiled using xHarbour and for now are available for
xHarbour only.

Regards,
Jacek

Massimo Belgrano

unread,
Jun 28, 2009, 3:55:44 PM6/28/09
to

What are those xhb extensions?

I wonder if we still have anything missing which would prevent
supporting those for Harbour also. [ Unless this is some sort of
business agreement between OTC and xhb.com, of course. ]

Brgds,
Viktor

Patrick Mast

unread,
Jun 29, 2009, 6:59:43 AM6/29/09
to
Hello Massimo,

Don't wanne be rude, but does Victor know you copy/paste his message
here in this NG? Even worse, I thought this WAS Viktor's message
because has Viktor's signature at the end of the message.

Maybe begin the copied message with a a message saying this is a
copy/paste message. And first of all, ask the original's posters
authorization to do so.

Patrick

On 2009-06-28 17:55:44 +0200, Massimo Belgrano
<massimo....@gmail.com> said:


--
Patrick

Jacek

unread,
Jun 29, 2009, 11:33:46 AM6/29/09
to
Massimo, Victor,

>
> What are those xhb extensions?


Writing "xHarbour extentions" I mean our (OTC's) code (library) written
for Terminal GUI to support easier integration of xHarbour applications
with Terminal GUI environment. This code is written in xHarbour and C.
On the client (gte.exe) side it makes use of harbour.dll for execution
of the client-attached user RPC functions. You can read more about it in
point 3 of:
http://www.otc.pl/index.asp?s=92
and detailed description of the extention functions is in chapter V of
the Terminal GUI Programmer's Manual:
http://www.otc.pl/progmen.pdf

> I wonder if we still have anything missing which would prevent
> supporting those for Harbour also. [ Unless this is some sort of
> business agreement between OTC and xhb.com, of course. ]

There is nothing missing in Harbour which prevents us from preparing
Harbour versions of the Terminal GUI extension libraries. In fact, we do
already support new Harbour versions in Mediator and plan to support
them in Terminal GUI if there are such requests from Harbour users.

And no, there is no any kind of agreement between xHarbour.com and OTC
which could limit our activity in this area :)

Regards,
Jacek

Patrick Mast

unread,
Jun 29, 2009, 11:41:31 AM6/29/09
to
Hey Jacek,

> And no, there is no any kind of agreement between xHarbour.com and OTC
> which could limit our activity in this area :)

Correct ;-)

Though I love this Terminal application idea! Congrats Jacek!

--
Patrick

Jacek

unread,
Jun 30, 2009, 8:23:56 AM6/30/09
to
>
> Though I love this Terminal application idea! Congrats Jacek!
>
Thanks Patrick!
0 new messages