Maybe that command was added after the trial version was compiled ..
DrawText, DrawSprite and DrawObject are primarily used with custom rendering systems (ie: not using Sync()), they don't do what you expect, DrawText for example will draw an existing text object onto the backbuffer at its current location, if you are using Sync() you have no need for these functions.