← Back to team overview

coapp-developers team mailing list archive

dynamic loading

 

SDL_image has the ability to load image libraries like libpng and
libjpeg on demand, using a preprocessor define (e.g. LOAD_PNG_DYNAMIC)
indicating the dll filename to load. This functionality is not
required (it can link these libraries normally), and I've opted to
ignore it for now.

Do we want to support this sort of thing? I'd be inclined to say that
it's beyond the scope of nuget packages, and anyone who wants to do
this will have to configure the project for it manually.


Follow ups