1

找到了这个旧的自动点击器来源,我想编辑和调整一些字符串,所以出于可访问性的原因,它会更容易一些。 https://gist.github.com/iGlitch/c55043119fce86e7bf04efc3aae1b5bf

但只是试图按原样编译代码,我收到以下错误

main.cpp: In function 'int WinMain(HINSTANCE, HINSTANCE, LPSTR, int)':
main.cpp:117:2: error: '_itoa_s' was not declared in this scope; did you mean '_itoa'?

为什么函数 _itoa_s 会导致问题?我也尝试包含 < cstdlib >,但它不起作用。它还给出了其他 4 个 _itoa_s 函数的错误。

4

0 回答 0