Hi, is there a simple way to get a list of mac-addresses on Windows PC (either 32bit or 64bit)? You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/d490105c-062f-4c4c-9b3b-b8e171013a55%40googlegroups.com. |
Hello
--
you can use the application #EsIpHelper and class #IpAdapterInfo, which implements #Address to get the MAC address of an adapter. Norbert You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/b9dec878-3e91-4d50-8e41-7e0737732b63%40googlegroups.com. |
can`t find EsIpHelper in v9.2. Do I need to load some additional feature? You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/2b299c88-f3bb-47db-8e6b-e63b8452c2c8%40googlegroups.com. |
Please contact Instantiations [vast-support(at)instantiations.com] regarding EsIpHelper. Instantiations developed this wrapper for our needs. You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/5d128b43-345e-4515-98ee-000712d4109c%40googlegroups.com. |
OK, thanks And one more question: does VA Smalltalk allows to make a call a managed dll (i.e. .NET dll)? понедельник, 27 января 2020 г., 18:43:32 UTC+3 пользователь Norbert Schlemmer написал:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/8c86d730-09bd-488e-877c-aad15f4beb13%40googlegroups.com. |
Hello,
-- Not out of the box, but the capability is there via FFI to call out to managed runtimes like python, ruby, .Net and so on. This requires one to be comfortable with C and vm interface programming for VAST and whatever the target runtime is. Its generally an advanced topic, but depending on what you are trying to do, its LOE is variable. For example, if you just want to run a method on the CLR and answer a basic result, then this is pretty simple. On the other hand, if you want whole infrastructure for keeping Smalltalk proxies in sync with .Net objects by carefully managing the references and having transparent object remoting...then that is a different LOE. - Seth On Tuesday, January 28, 2020 at 1:35:29 PM UTC-5, Sergei Filler wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/fd56e5c0-00e8-4859-a086-b594e068c6eb%40googlegroups.com. |
Free forum by Nabble | Edit this page |