Vitaly Lipatov a écrit :
Can anyone tell me why we can't use functions from windows/spy.c for debugging purposes (in TRACE output) in any dlls/ modules?
because they are not exported as regular APIs from user32, and we must stick to what the Win32 API provides for inter DLL calls A+