Hi,
is it possible to compile a IronPython code and integrate it in MassHunter?
I have tried to compile a IronPython code to a dll-file (as described in the document "Reporting Developer Guide").
Actually my code is not for reporting, but I think this is the same procedure.
After that I tried to integrate my dll-file into the MassHunter MyApp application (as described in the document "UI Customization Developers Guide")
Now if I want to start my MassHunter myApp application, I get an error message, that says my script can't run, because the file is missing.
If I put the python file into the right folder, then I don't have any problems.
Is it possible that MassHunter can not read a dll file?
Another problem is that I'm trying to integrate my extension in all MassHunter applications. That doesn't work. I can only include my module as a python file in a single application (like MyApp).
Is that possible to put my extension in my "main" MassHunter application?
Kind regards