by Bagal » Feb 26, 2004 @ 12:03am
I agree, why would you need to hide PHAL? I've written my own lib on top of PHAL and I have to link both into my main project, however it's handled automatically because I include autolink.h in my libs main header file, which is then included in my main project, so my main project has absolutely no idea that i'm using PHAL and I could replace it in the lib without making any changes to the main project.