You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides, /utf-8 flag should be removed. Actually, execution-charset may not be utf-8 ondifferent machines. Thus, keep /source-charset:utf-8 and remove /utf-8 is a better choice in general. On utf-8 windows system, the MSVC will use execution-charset=utf-8, on other legacy windows system, MSVC will choose their best execution-charset encoding by default.
We don't list every possible unsupported configuration as the list would grow very fast. This kind of issue belongs to FAQ section of the Visual Studio documentation.
Build failed by following cmd script:
The error is caused by empty SIZEOF_DATA_PTR:
sizeof(void *) is bytes "sizeof(void *) is neither 32 nor 64 bit"
But my machine is 64bit for void*. So how can I fix this?
The text was updated successfully, but these errors were encountered: