Create an object from an unregistered dll

I have to create objects using a dll.
This dll cannot be registered.
With visual studio I can create references to dlls and then use them as if they were registered.
Is it possible to do this with xojo?

ActiveX control?

You may register on your machine, then use the menu command to generate the wrapper code and add it to the project. Then you could unregister it.

Is not an ActiveX Control :frowning_face: