Offtopic: Can anybody create a small DLL for me?

matthias_livecode_150811 at m-r-d.de matthias_livecode_150811 at m-r-d.de
Mon Apr 12 08:38:50 EDT 2021


Tiemo,

if you do not find a developer for a 64bit .dll you might consider to use a Windows shell command to get a list of all available network adapters, their mac address and their status.

getmac /v /FO csv

for example returns a list of the Adapters as CSV with a header line

getmac /v /NH /FO csv
this one returns the same as the above one, but without a header line

This command has to be run with Administrator right, but i am sure your dll also needed Admin rights.

Regards,


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 12.04.2021 um 11:43 schrieb Tiemo via use-livecode <use-livecode at lists.runrev.com>:
> 
> Hello,
> 
> 
> 
> over ten years ago, I included a windows dll into one of my main LC
> programs, which was created by a programmer, to whom I no more have any
> contact.
> 
> The dll only has one single function, it reads all MAC addresses from the
> device with all related informations, like name and kind of address and
> gives all the data back to LC.
> 
> 
> 
> Now I would like to build a 64Bit version of my program and therefor need a
> 64Bit version of this dll. I don't have the source, so it has to be created
> from the scratch.
> 
> 
> 
> If there is anybody, who is willing to do this paid job for me, please
> contact me PM: toolbook at kestner.de <mailto:toolbook at kestner.de> 
> 
> 
> 
> Thank you
> 
> 
> 
> Tiemo
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list