RE: The best grafix engine for my project

new topic     » goto parent     » topic index » view thread      » older message » newer message

Brian Broker wrote:
> I've taken a different approach than Ray in that I don't integrate other 
> 
> libs into a single DLL in an effort to keep it simple.  This way people 
> can update their Allegro DLL with a precompiled release instead of 
> having to recompile everything.  

Hi Brian,

The latest euAllegro release I did (a long time ago now ;) ) 
included seperate includes / DLL's for each of the add on libs.

Now anyone can just download the latest allegro dll and plug it into 
euAllegro.

I put a fair amount of effort into doing this to make it moduler so
it would make it easier for others to hack.

For example (syntax and names are probably wrong since it's a couple
of years since I looked at it) but ...

you start a program with somthing like

include euallegro.ew
include jgmod.ew
include ppcol.ew


If you only include euallegro.ew then allegro is the only thing 
included and you don't even have to distribute the non allegro dll's
or includes.

Regards,

Ray Smith
http://rays-web.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu