[futurebasic] Communication Question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2001 : Group Archive : Group : All Groups

From: "Terrald J. Smith" <terrald@...>
Date: Sun, 07 Jan 2001 18:53:56 -0600
An incredible person years ago wrote some code in a file named:
Communications Toolbox...

'==================================================================
'==                                                              ==
'==    Comm Toolbox Interface           Written by Chris Stasny  ==
'==    D.O.B.: April 24, 1993               Staz Software, Inc. ==
'== Modified :   Nov 20, 1995           FutureBASIC II by: A.G.  ==
'==                                                              ==
'==================================================================
'
COMPILE 0,_dimmedvarsonly
INCLUDE FILE _Allincl
GOTO "CTB End"
'
'€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€
'€€€€€€                 CONNECTION MANAGER                 €€€€€€€€
'€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€
'
'-------------------------------------------------|----------------
LOCAL MODE
DIM selector
LOCAL FN InitCTBUtilities
  '-----------------------------------------------|----------------
  selector = _InitCTBUtilities
  `     LEA     ^selector,A0
  `     DC.W    CommToolboxDispatch
  `     EXT.L   D0
END FN

etc.etc.etc lots more in the file.

I have been using this code for MANY years but now need and want very much
to convert my code ALL the way to FB^3.  But I have no skills to convert
this stuff.  I was wondering, again, if anyone else is using it and/or has
anyone been able to convert these codes?  I asked about a year ago but no
response (assume no one using it).

Thank you very much,
The Dummy

Terrald J. Smith