I have the following problem.
I wrote a hook function that works just fine in win9x and NT, but just crashes in win2000. Has anybody any idea about the cause of that?
The things happen this way:
Any system dialog that i open in my program in win2000 will initialize, show on the screen and crash the application with absolutely no error message.
After digging for a whole day, i found out that if i remove the message hook function everithing works just fine.
Anybody has any idea?
Thanx...
I wrote a hook function that works just fine in win9x and NT, but just crashes in win2000. Has anybody any idea about the cause of that?
The things happen this way:
Any system dialog that i open in my program in win2000 will initialize, show on the screen and crash the application with absolutely no error message.
After digging for a whole day, i found out that if i remove the message hook function everithing works just fine.
Anybody has any idea?
Thanx...