Hello
This weekend, i've tryed my firsts little upgrades on some plugins.
I've not codded nothing from years, and I know very bad C++, JAVA or other Object languages.
So, there is my question:
I've done some little modifications onto masstager action, I've added an "auto field number" that is the same than autotracknumber, but with an imput box for the field name. That's work, even if it's not very good programmed cause i've used the "remove field" interface, and not redone my own.
Now, I want to add an action that reads information from tags too, but I've seen all these actions have an "static BOOL CALLBACK " function at the begining, and I don't understant the usage of this function. I've seen that it's called in "initialize", but i don't understand at all what happend with this.
What I want is to open exactly the same dialog than in action format, with a tagname and a formating string entry.
Anyone can explain me this function, or give me a place where I can find this information?

.