Just upgraded to 7.73.1 and it seems that compared to my previous engine version that string pointers have changed.
I used to be able to pass string pointers like this:
STRING* gonzo = "test_str.txt";
readfile(gonzo);
Now it gives me "invalid pointer" or something similar when I try to run it. I can't find anything in the manual. What's changed?