Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!psuvax1!rutgers!ub.d.umn.edu!cs.umn.edu!ux.acs!mndaily From: mndaily@ux.acs.umn.edu (Linda Seebach) Newsgroups: comp.sys.amiga.tech Subject: Re: Problem with OpenLibrary() under 2.0 Message-ID: <2912@ux.acs.umn.edu> Date: 15 Dec 90 07:55:55 GMT References: <9012101903.AA146539@vttcf.cc.vt.edu> <16447@cbmvax.commodore.com> Reply-To: mndaily@ux.acs.umn.edu (Linda Seebach) Organization: University of Minnesota, ACSS Lines: 10 Folks: I had problems with this too. Try OpenLibrary((UBYTE *)"foo.library"...) The UBYTE * is an incompetence added by Manx. They insist that they have to use special typedef'd names for all the data types. Note that the library source for 5.0d won't even come *close* to compiling under 2.0. anyway, strings are now unsigned char *'s... At least, that's the change I always have to make to get the *#@!@$ compiler to shut up. Anyone got a port of gcc? It would be so much easier... *grin* --SeebS--