Date: Tue, 29 Jul 1997 12:03:03 -0500 (CDT) From: Adam W Lee Message-Id: <199707291703.MAA17374@sendit.sendit.NoDak.edu> To: djgpp AT delorie DOT com Subject: Structs colliding, please help. Precedence: bulk OK, my friend wrote a 3D library for me, and I want to use it with Allegro. One problem, though, they both declare the type RGB as something different. Is there something that I can do about this other than recompiling one of them or putting the 3d code in one file, Allegro code in another file, and linking them? [pHiXx/VorteX]