Chris wrote: > Are lib files dependent of the platform? (I use Windows for now, later > also I'll be try Linux too). Yes, they depend on both the platform and the compiler... Fortunately it is easier on Linux, since you can link to the dynamic library directly and almost everyone uses GCC. --anders