Hello everyone!!
I have this problem, I am using the ".NET Dll Importer" to use the classes of a dll, but in this case I have a class with the same name and 4 different types of arguments, and I only display one of them in the object, I have Also the case of some classes that do not matter to the PowerBuilder object.
The dll in question can be downloaded from here (https://www.dropbox.com/scl/fi/70ipr0f413vkfjkw74rwk/FusionClass.dll?rlkey=3tyd2pk8vpiish03dlw46b0b5&dl=0) and the event I want to use is GetSale and a class that does not appear is, for example, GetPumpsCount.
I tried to modify the class after using the DLL Importer, but I can't get it to work.
I use PB2022 r2 Build 2828
Thanks