Re: Adding a GUI to a Forth system
  Home FAQ Contact Sign in
comp.sys.mac.comm only
 
Advanced search
POPULAR GROUPS

more...

comp.sys.mac.comm Profile…
 Up
Re: Adding a GUI to a Forth system         


Author: Mike T
Date: Jul 11, 2006 07:35

Hi Gerry,

My answer to question five, the following alternative approaches spring
to mind:

1 Repackage your C++ Forth as a DLL and host that within the VB
process. You should be able to provide a simple Forth/VB interface
based on TYPE, EMIT, ACCEPT, REFILL, etc. You will have to provide
other words (ie. functions/callbacks) for driving the GUI. A separate
makefile can be used for generating a standalone EXE Forth. You can
debug your Forth using the C++ debugger by specifying VB.EXE as the
debug process.
2 Provide a mapping to a C++ GUI library, such as MFC, within your C++
Forth. This sounds quite awkward and a lot of work.
3 Devise a foreign function interface within your Forth so that you can
make direct Win32 OS calls. Lots of work but will give the most
flexibility.

My view is that GUI coding can be very time consuming and fiddly.
Driving a simple bespoke interface such as an Othello board should work
fine using streams. If you are happy with your approach then stick
with that.
Show full article (1.02Kb)
6 Comments
Re: DSL Install Fiasco... Any Ideas Appreciated!         


Author: Rodger Stamm
Date: Aug 17, 2006 13:40

In article news-50.dca.giganews.com>,
Madwen nospam.com> wrote:
> ATT/SBC finally brought broadband to my neighborhood. (No cable here
> either.) I decided to keep my dial-up connection for awhile until I
> could change all the email over. My DSL was activated...
Show full article (2.35Kb)
no comments
Re: DSL Install Fiasco... Any Ideas Appreciated!         


Author: Tim McNamara
Date: Aug 17, 2006 15:17

In article news-50.dca.giganews.com>,
Madwen nospam.com> wrote:
> ATT/SBC finally brought broadband to my neighborhood. (No cable here
> either.) I decided to keep my dial-up connection for awhile until I
> could change all the email over. My DSL was activated a couple days
> ago, the phone guy says it's "in sync", and I was able to register
> and get a User name and password but, after that, all I get is a
> message from the SBC setup software saying that it is unable to
> connect to its list of servers due to a TCP/IP error. I've
> repeatedly retried. No DSL connection software, other than the
> set-up & registration program, was provided.

Maybe we can narrow it down systematically to sort out where the problem
is. It's odd that you appear to have had a connection until you got
your username and password. Since the Internet runs under a standard
protocol (TCP/IP), you should have all the connection software built
into OS X- named the BSD TCP/IP stack. So the setup and registration
software may be the problem- perhaps with some typo in the username
and/or password?
Show full article (4.84Kb)
no comments
Re: DSL Install Fiasco... Any Ideas Appreciated!         


Author: zit
Date: Aug 19, 2006 03:22

Madwen wrote:
> lights. The name of the network is "2WIRE...." Sounds like a phone
> company name to me. It is only WEP secured. Once again, thanks.

2WIRE is the brand name of the ADSL modem/router I got from
TelMex/Prodigy in Mexico.
It comes with WEP enabled. The password is written on the bottom.
Took an hour looking through the papers that came with it to find it.
1 Comment
Re: DSL Install Fiasco... Any Ideas Appreciated!         


Author: G.T.
Date: Aug 19, 2006 10:34

zit wrote:
> Madwen wrote:
>
>
>>lights. The name of the network is "2WIRE...." Sounds like a phone
>>company name to me. It is only WEP secured. Once again, thanks.
>
>
> 2WIRE is the brand name of the ADSL modem/router I got from
> TelMex/Prodigy in Mexico.
> It comes with WEP enabled. The password is written on the bottom.
> Took an hour looking through the papers that came with it to find it.
>

Yep, SBC/ATT provides those, too.

Greg
Show full article (0.60Kb)
no comments
Re: DSL Install Fiasco... Any Ideas Appreciated!         


Author: René
Date: Aug 22, 2006 19:53

On 2006-08-17 14:40:39 -0500, Madwen nospam.com> said:
> ATT/SBC finally brought broadband to my neighborhood.

Has this been resolved yet?

--
The short answer is "Yes." The long answer is "No."
no comments
Re: DSL Install Fiasco... Any Ideas Appreciated!         


Author: Madwen
Date: Aug 22, 2006 20:58

In article <2006082221530175249-Kar98@TheCoalitionUS>,
Ren
no comments