[comp.sys.amiga] VT100 2.6 and Lattice 3.03

gj@ut-sally.UUCP (George Jenkins) (03/10/87)

I have seen a few articles recently pointing out problems compiling
VT100 2.6 with Lattice 3.03.  I have successfully done this by making
minor changes to 'newbindings.asm'.  I have included a diff listing
below.  One problem I have found though is a bug in the requestors when
running under Workbench 1.1.  The image for the requestor comes up
in the upper right hand part of the screen but when you activate the
gadgets, they are rendered in the upper left corner.  I think that
this is a bug in Workbench 1.1.  As I recall, there is a problem with
requestors that aren't in their own window.  I would appreciate it
if someone would confirm that.  The requestor and gadgets work
just fine under 1.2.  

I compiled it using 1.1 include files and the following changes to
newbindings.asm:

21,29c21,29
< 	xdef	_ActivateGadget
< 	xdef	_ActivateWindow
< 	xdef	_AddGList
< 	xdef	_RefreshGList
< 	xdef	_RemoveGList
< 	xdef	_GetScreenData
< 	xdef	_AreaEllipse
< 	xref	_IntuitionBase
< 	xref	_GfxBase
---
> 	public	_ActivateGadget
> 	public	_ActivateWindow
> 	public	_AddGList
> 	public	_RefreshGList
> 	public	_RemoveGList
> 	public	_GetScreenData
> 	public	_AreaEllipse
> 	public	_IntuitionBase
> 	public	_GfxBase

-- 
George Jenkins
arpa: gj@ut-sally.arpa
      gj@sally.utexas.edu
uucp: {ihnp4,seismo,ctvax}!ut-sally!gj