Hello All,
Newbie C/C++ programmer (veteran VB) here with a problem I cannot get past:
I am attempting to run/modify code created in Borland C++ v.6. When I try to run the code in the IDE I consistently get an EAccessViolaton with the line of code in the title highlighted. It is in _ios.c and is part of the following code block:
template <class _CharT, class _Traits>
basic_ios<_CharT, _Traits>::basic_ios()
: ios_base(),
_M_fill(_STLP_NULL_CHAR_INIT(_CharT)), _M_streambuf(0), _M_tied_ostream(0)
{}
I am running Windows7 (but I also get the error on WinXP machines) and I would really appreciate help understanding what is going on and how to fix it.
Thanks,
Mark