Jun 18, 2015 #1 rosyrosy Programmer Jun 16, 2015 1 MX hello pls, I have an external DLL , how to add and invocate its methods? thanks
Jun 22, 2015 #2 mbalent Programmer Sep 20, 2001 853 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