TypeScript2Cxx icon indicating copy to clipboard operation
TypeScript2Cxx copied to clipboard

Code parsing error

Open harshfeudal opened this issue 3 years ago • 2 comments

Well, your translator works well on my device, however, Visual Studio has marked down some syntax errors, like object is ambiguous, and more.

Since I have written a lot of files in Typescript and I tried to compile each file and then merge it, however, it still have something wrong about C++ syntax. If you want to see it, I’ll send the code to you.

Thanks!

harshfeudal avatar Jun 26 '22 16:06 harshfeudal

object is ambiguous

I think you need to use latest MS Visual Studio 2022 with C++20 standard

ASDAlexander77 avatar Apr 02 '23 11:04 ASDAlexander77

Well currently I'm using VS2022 tho, but the error still occurs (I have just tested again recently) ...

P/s: lol I have just remembered what I do nearly a year since I sent this issue

harshfeudal avatar Apr 02 '23 14:04 harshfeudal