0
How To Fix Linker Error in Turbo C ? why we have this error ?
3 odpowiedzi
+ 9
The linker error may occur as you may have used a function say sub but the linker cannot find that function in any of the libraries that you have added to the linker. So that results in a Linker error.
I don't know exactly why that error occur for you. But I encountered this error while having my hand on graphics.h
So I followed the below steps to remove that error.
Options->Linker->Libraries and check the Graphics Library option.
This was helpful for me to remove that error. See if this is helpful to you too ✌
+ 5
Are you using graphics.h in your code ??
Can you share your code here ?
0
That Error is like undefined symbol _print in module :(