How can I use the preprocessor functions to get the __FILE__ macro only with the filename (without the path).
The reason is that the objects are different when complied on different machines (althgouh the code has not changed).
any ideas? any alternatives will be fine as well.