I noticed that the problem in exception3.c has been fixed. I would really like to know how. The only way I found to make exception3.exe to pass the test was to compile exception.c with the option /MD (while the library was compiled with /LD and its obj files with the /MT or /LD option). Thank you, Marcello