Hi, did you implement loadFile() somewhere? The header file only tells the compiler that the function will be available during the linking stage, so you need to implement it to get rid of the "undefined reference".

Ginsengelf