Hi,
I'm having trouble compiling PythonScript from source using VS2017, so that I can correct issue #22 (notepad.getFiles() returns incorrect results).
I keep getting compiler errors like:
utf8iterator.h(28): error C2039: 're_detail': is not a member of 'boost'
The offending line:
typedef boost::re_detail::lcid_type locale_type;
Hi,
I'm having trouble compiling PythonScript from source using VS2017, so that I can correct issue #22 (notepad.getFiles() returns incorrect results).
I keep getting compiler errors like:
utf8iterator.h(28): error C2039: 're_detail': is not a member of 'boost'
The offending line:
typedef boost::re_detail::lcid_type locale_type;
I've followed Brotherstone's instructions here.
Has anyone else encountered this error before? Or can someone please offer some advice?