1. Make sure you link to the debug SFML libraries (-d) in debug mode, and to the release libraries in release mode.
I realised that i was linking to the release libs and changed that and crossed my fingers, the compilation went fine but when trying to run it, i got a strange error message:
"Debug Assertion Failed!
Program: ...
File: d:\programmes\visual studio 2005\vc\include\vector
Line: 756
Expression: vector subscript out of range
for information on how.....bla bla"
I dont even have a d:\programmes! :O
2. Is the string empty ?
No, in the class Sensors deafult constructor it is filled with a random string. (the floats are filled aswell)