From: "DeHackEd" References: <354BA438 DOT 2A1D7F3C AT earthlink DOT net> Subject: Re: Making Dynamic Libraries/drvs Date: Sun, 3 May 1998 12:26:50 -0400 Lines: 29 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk There is such a thing in existance. Go to http://www.delorie.com/djgpp/dl/beta/ and look at the first object. Here's what I think about it: +reads the output of "gcc -c filename.c" +relatively easy to use +I havn't found any bugs with it -requires all undefined references be manually specified, and something called ___divdi3 gets annoying sometimes -written in C++, but this isn't a problem, unless you havn't gotten gpp280b.zip Try it out. I like it... -- "DeHackEd" EMail address not given out due to low-life spammers. Steven S. Falls wrote in message <354BA438 DOT 2A1D7F3C AT earthlink DOT net>... > Does anyone know how to load dynamic code? because I want to make >drivers for verious 2d /3d card that can be loaded in at runtime. for >example. > loaddrv("ati.drv") > line(2,3,5,2,4); //a driver function > > Thanks, > -Ardy > http://www.addr.com/~ardy/ >