Thanks. 🙂
With the esm header, good idea to check what’s in the cpp re anything relating.
With the X86 MSVC 19.42 compiler at godbolt there is:
source(2): error C2833: ‘operator dword’ is not a recognized operator or type
source(2): error C2059: syntax error: ‘newline’
source(2): error C2143: syntax error: missing ‘;’ before ‘{‘
source(2): error C2447: ‘{‘: missing function header (old-style formal list?)
The other three errors don’t occur with the latest X64 MSVC. Odd.