I keep getting an error during the linking of my program
l2029: 'Writechar':unresolved external
l2029: 'Crlf': unresolved external
l2029: 'Writestring': inresolved external
Definitely the libs. It's a linker error: l2029. See the 'l'? It couldn't find Writechar, Crlf, and Writestring.
Are you sure you even HAVE the library that contains these procedures?
Do you know what a programming library is?
"Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.