I am having problems with a PB dll I am writing for use in other programming languages. I just can not seem to expose a method to the other languages except to do early binding in the other languages.
Is there a way to do late binding in other languages (VB to be more specific) so that I can call the objects method?
Is there a way to do late binding in other languages (VB to be more specific) so that I can call the objects method?
Comment