编译器使用tdm-gcc-10.3.0-2,easyx版本使用20240601。
报错显示 undefined reference to `outtextxy(int, int, wchar_t const*)'
#define UNICODE
#define _UNICODE
#include <easyx.h>
int main()
{
static TCHAR str[64];
//字符串输入代码......
outtextxy(0, 0, str);
}
编译器使用tdm-gcc-10.3.0-2,easyx版本使用20240601。
报错显示 undefined reference to `outtextxy(int, int, wchar_t const*)'
#define UNICODE
#define _UNICODE
#include <easyx.h>
int main()
{
static TCHAR str[64];
//字符串输入代码......
outtextxy(0, 0, str);
}
目测是没有配置正确,可以参考 https://qa.codebus.cn/question/119