I have a dll which creates two options in a Tools menu in an application. The Tools options texts are placed in the Tools menu bar in the Initialization of the DLL. When you click on one of the options, nothing happens; no error nothing. If I run the same DLL on other machines, it fires up fine when the Tools option is selected!
Any ideas what is going wrong with the one machine, please?
I have run the dll in a sort of debug mode and you can see that the respective Initialization section runs to completion but then, the process just ends and hence the DLL does not progress any further.
Thank you.
Any ideas what is going wrong with the one machine, please?
I have run the dll in a sort of debug mode and you can see that the respective Initialization section runs to completion but then, the process just ends and hence the DLL does not progress any further.
Thank you.