如何解决libconio_unicode.o和libconio.o没有这样的文件或目录错误? [英] How to solve libconio_unicode.o and libconio.o no such file or directory error?

查看:101
本文介绍了如何解决libconio_unicode.o和libconio.o没有这样的文件或目录错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在项目文件夹中包含libconia.a和liconia_unicode.a文件时出现以下错误。



错误是

i got the followings error when I included the libconia.a and liconia_unicode.a files in my project folder.

error is

obj\Debug\libconio.o||No such file or directory|
 obj\Debug\libconio_unicode.o||No such file or directory|







如何在代码块中解决这些错误?



这些文件是

D:\ _practice \

练习文件夹中的所有文件




how can i solve these error in code blocks?

These files are
D:\practice\
all files in practice folder

推荐答案

你的链接器大喊这些obj文件丢失了。您需要在makefile或项目中包含libconia.c和libconio_unicode..c。也许后缀不同。
your linker is yelling that these obj files are missing. You need to include the libconia.c and libconio_unicode..c in your makefile or project. Maybe the suffix is different.


这篇关于如何解决libconio_unicode.o和libconio.o没有这样的文件或目录错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆