Jun 18, 2015 #1 rosyrosy Programmer Joined Jun 16, 2015 Messages 1 Location MX hello pls, I have an external DLL , how to add and invocate its methods? thanks
Jun 22, 2015 #2 mbalent Programmer Joined Sep 20, 2001 Messages 853 Location US The dll must be COM enabled. You need to connect to it with a 'ConnectToNewObject' method call (look this up in PB help). Then you call the methods which have been exposed (ie, public) on the object. Matt "Nature forges everything on the anvil of time" http://www.anvil-of-time.com Upvote 0 Downvote
The dll must be COM enabled. You need to connect to it with a 'ConnectToNewObject' method call (look this up in PB help). Then you call the methods which have been exposed (ie, public) on the object. Matt "Nature forges everything on the anvil of time" http://www.anvil-of-time.com