Hi to all,
I generated a DLL out of a simple Java library and created an installer with JetPack.
Since I want to use the DLL from C# or VB, I tried to register it calling regsvr32.
But I get the error 'DllRegisterServer entry point not found'.
Does anybody have experience with this?
Thanks in advance for any help.