2 _set_invalid_parameter_handler questions

  • Thread starter Thread starter Jonathan Wilson
  • Start date Start date
J

Jonathan Wilson

1.Is Visual C++ 2005 the first version of Visual C++ to have
_set_invalid_parameter_handler?
and 2.Does Visual C++ 2005 Express have _set_invalid_parameter_handler?
 
1.Is Visual C++ 2005 the first version of Visual C++ to have
_set_invalid_parameter_handler?
and 2.Does Visual C++ 2005 Express have _set_invalid_parameter_handler?

Hi,

VC 2005 was indeed the first version of VC++ that shipped with a CRT that
supported the safe functions and everything that goes with them.

VC express uses the same CRT as the regular versions, so you should be just
fine.

Kind regards,
Bruno van Dooren MVP - VC++
http://msmvps.com/blogs/vanDooren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top