When you used the class, did you remember to new it?

Unlike C++, "Io io;" in D would be null. You have to create it with "io = new Io();"

Reply via email to