asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Find a way to get error from optionals modules #19

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

XorfacX: GetError() method is not wrap by sdlut. It's the same for optionals modules like TTF and others. As now we don't know dependencies of sdlut, we can't get errors from those dependencies. But we still need to get them ^^ Find a way to get them.

asmodehn commented 10 years ago

A way has been implemented. Not sure it is the best one. But we will be able to improve it when we ll have more optional modules to gather errors from...