Any way to use JUCE api within HISE or creating our own auth
-
Hello everyone, I need help creating an auth system in our products for that I need to use a Unique Identifier api to get device id. I found there is a class in JUCE that I used but how can I use it in the HISE product any idea?
Also is there any cpp script that is in every hise project and is needed to run the project or something.
Any help would be appreciated!
Thank you.
-
-
@Onik-Sisodiya Thanks @d-healey Is there any way to call the some functions that juce has, within hise? Like this juce::SystemStats::getUniqueDeviceID()
-
@Onik-Sisodiya I believe that's what the function above does.
-
@d-healey Yeah but still the formats are different the juce function returns in this format
5B27871AC5C85AC7BF48785C2BAA8FEC and the hise function returns in this format MEC17F630E.However is there any way to import or use JUCE functions within HISE? Any other functions not just this one?
-
@Onik-Sisodiya said in Any way to use JUCE api within HISE or creating our own auth:
However is there any way to import or use JUCE functions within HISE?
You'd need to create wrappers for them by modifying the HISE source code