AddObject in C++

edited 5:03PM in FastScript
I try to add a an object "DozentIterator" of the type "TDozentIterator".

This Code doesnt work:

TDozentIterator DozentIterator;
fsScript->AddObject("Dozenten", DozentIterator);

Any ideas?

George Patsos



Comments

  • edited 5:03PM
    You should add TDozentIterator class (by AddClass) as well.

Leave a Comment