Re: Wierd Glue Error
GWRepNate@aol.com
Fri, 15 Nov 1996 11:08:58 -0500
In a message dated 96-11-15 04:16:59 EST, edwdig@bergen.org (Edward Di
Geronimo Jr.) writes:
> glue -Og CODED.GP -P 0.0 -R 0.0.0.35 -E -z -m
> -LD:\PCGEOS\INCLUDE\LDF -N Edward\20Di\20Geronimo\20Jr. -T 1 -o
CODEDEC.GEO
> APPUI.EBJ FUNCTION.EBJ DOCUMENT.EBJ PROCESS.EBJ TEXT.EBJ
> -lD:\PCGEOS\INCLUDE\LDF\BORLAND.OBJ
>
>
> Error __generic_PROTO_REF_0 multiply defined in a single segment
> Error __generic_PROTO_REF_0 multiply defined in a single segment
This happens when you've got some VisText stuff defined in multiple source
files. I solved this by moving one of the VisText methods into the same
source file as the document methods. I don't know the real answer to this
problem. All I can suggest is moving method definitions around until it goes
away. It has to do with the Zoomer and the VisTextClass definition.
Nathan