The first code to be executed, the entry point, is PluginMain in pimain.c.
You could add a debugging message to this, but beware you must not use AVAlert because it is too early. You would have to use an OS API method like MessageBox.
The first code to be executed, the entry point, is PluginMain in pimain.c.
You could add a debugging message to this, but beware you must not use AVAlert because it is too early. You would have to use an OS API method like MessageBox.