Small error with libvgatext in Simple Libraries
evanh
Posts: 15,912
I was taking a look around SimpleIDE, tried out a few samples, and happened to find that libvgatext gets a couple of undefined reference errors.
This turned out to be due to what looks like a renaming of some functions in libsimpletext. Namely writeDecDigits() became writeDecLen() and writeHexDigits() became writeHexLen().
This turned out to be due to what looks like a renaming of some functions in libsimpletext. Namely writeDecDigits() became writeDecLen() and writeHexDigits() became writeHexLen().