Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i got the followings error when I included the libconia.a and liconia_unicode.a files in my project folder.

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



how can i solve these error in code blocks?

These files are
D:\practice\
all files in practice folder
Posted
Updated 14-Dec-14 23:49pm
v2
Comments
Kornfeld Eliyahu Peter 15-Dec-14 5:43am    
Where actually those files sitting?
Jochen Arndt 15-Dec-14 6:11am    
In addition to Peter's question:
Which compiler and linker is used (guess: gcc / ar)?
What are the related build commands?
From where did you get the .a files (downloaded or build by you)?

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900