S·c

Results 8 comments of S·c

When I changed to Linux, the error had disappeared.

> ChakraCore uses VisualStudio directly on Windows, solution file is `Build\Chakra.Core.sln`. Also see [Building ChakraCore](https://github.com/chakra-core/ChakraCore#building-chakracore) in Readme. > > Enabling CMake builds on Windows is something of interest though. Thank...

I think I found some solutions. 1. Clone your project in a shorter path 2. [Enable Long Paths in Windows 10, Version 1607, and Later](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd) 3. Use an older version...

Including auto error detect may make it more attractive。

哈,就修改了配色,让暗红色变成亮红色而已,关闭配色不大方便吧

还有那个奇怪的腾讯云dns,腾讯自家dns不能解析自家的域名,也太奇怪了吧

> Maybe your can using another solution: ```cpp class A {}; class B : public A {}; A *b = (A*)new B; antlrcpp::Any any = b; bool is = any.is();//true...