code:
'// Recognized plugin functions
'//
'// You must declare the functions in your class exactly as they are
'// declared in this file. Initialize() is the only mandatory
'// function, all the other ones are optional.
I thought that meant that I only needed to use the functions that I needed to use, besides Initialize(). All the functions are declared in the modules from the API. Do I need to use all the functions?
My file is fine, I actually tested the Get-Random-Line code in a standard EXE and it worked just fine.
I replaced sResult = RandomPhobia with sResult = "hello", but nothing has changed.
I also have another question: Do I need to register my DLL again and again every time I need to test a change?
Thanks.