RE: Plugin not loading =/
well the Initialize() function is called in a separate thread to make sure Plus! doesnt crash if a faulty plugin is loaded.
if you create any variables there, i suggest you make them global, cos they will be destroyed, or get lost when the thread is free-ed. maybe that will help you a bit.
I code in:
C
C++
Delphi
Visual Basic
Pascal
|