S
Scott Moore
Guest
An app I am working on uses C# to call the .gethashcode method and uses the resulting value in an HTTP request for a specific named pair. I need to make this method call and grab the resulting value and use it in a Vugen call. How could I do this? My thoughts are to get a DLL made that has this functionality, load it into vugen with lr_load_dll and then make the call directly and parameterize the output. Is there already a DLL that I could use or does a developer need to make me one?