I am using the MRPT library and i have an issue with a sourcefile called CClientTCPSocket_common.cpp
when I edit the part that is not working it is not implemented in the software. when I debug it steps over the code. I do not understand how to implement these changes please help! I think this is more of a general wuetion than related to this library in specific.
First of all thanks for the reply,
the optimization is was already disabled so unfortunately that's not the problem. I think however that the changes are not build back into the library as you mentioned. But when I go to the directory where the sourcefiles are i see the content is changed. but the compiler jumps over the changes when debugging.
i have to use Cmake which I've never used before so perhaps that's why i don't understand what goes wrong. for optimization MS VS project porperties -> configuration -> c/c++ -> optimization= Disabled(/Od)