How To Fix Linker Error in Turbo C ? why we have this error ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How To Fix Linker Error in Turbo C ? why we have this error ?

9th Nov 2019, 9:28 AM
Bettyboop
Bettyboop - avatar
3 Antworten
+ 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 ✌
9th Nov 2019, 9:41 AM
Nova
Nova - avatar
+ 5
Are you using graphics.h in your code ?? Can you share your code here ?
9th Nov 2019, 9:53 AM
Nova
Nova - avatar
0
That Error is like undefined symbol _print in module :(
9th Nov 2019, 9:44 AM
Bettyboop
Bettyboop - avatar