举报

使用outtextxy函数时报错undefined reference

0

编译器使用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);
} 
ava
不问渺茫

2024-11-16

举报
0

目测是没有配置正确,可以参考 https://qa.codebus.cn/question/119

ava
xiongfj ◑◑

2024-11-23

技术讨论社区