Compile Error
-
Was working fine. Now I'm getting this error every time. Anyone know what this means?
New Hise x64.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: enum hise::DeactiveOverl
ay::State __cdecl hise::DeactiveOverlay::checkLicense(class juce::String const &)" (?checkLicense@DeactiveOverlay@hise@
@QEAA?AW4State@12@AEBVString@juce@@@Z) [C:\Users\willi\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST.
vcxproj]
New Hise x64.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: class juce::var __cdecl
hise::Unlocker::isUnlocked(void)const " (?isUnlocked@Unlocker@hise@@QEBA?AVvar@juce@@XZ) [C:\Users\willi\OneDrive\New H
ise\Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
New Hise x64.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: class juce::var __cdecl
hise::Unlocker::loadKeyFile(void)" (?loadKeyFile@Unlocker@hise@@QEAA?AVvar@juce@@XZ) [C:\Users\willi\OneDrive\New Hise
Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
New Hise x64.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: __cdecl hise::Unlocker::
~Unlocker(void)" (??1Unlocker@hise@@QEAA@XZ) [C:\Users\willi\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New His
e_VST.vcxproj]
New Hise x64.lib(include_hi_frontend.obj) : error LNK2001: unresolved external symbol "public: __cdecl hise::Unlocker::
Unlocker(void)" (??0Unlocker@hise@@QEAA@XZ) [C:\Users\willi\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New Hise
_VST.vcxproj]
New Hise x64.lib(include_hi_components.obj) : error LNK2001: unresolved external symbol "public: class juce::String __c
decl hise::Unlocker::getProductErrorMessage(void)const " (?getProductErrorMessage@Unlocker@hise@@QEBA?AVString@juce@@XZ
) [C:\Users\willi\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
New Hise x64.lib(include_hi_components.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl hi
se::Unlocker::resolveLicenseFile(class juce::Component *)" (?resolveLicenseFile@Unlocker@hise@@SAXPEAVComponent@juce@@@
Z) [C:\Users\willi\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
New Hise x64.lib(include_hi_components.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl hi
se::Unlocker::showActivationWindow(class juce::Component *)" (?showActivationWindow@Unlocker@hise@@SAXPEAVComponent@juc
e@@@Z) [C:\Users\willi\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
New Hise x64.lib(include_hi_components.obj) : error LNK2001: unresolved external symbol "public: class juce::String __c
decl hise::Unlocker::getEmailAdress(void)const " (?getEmailAdress@Unlocker@hise@@QEBA?AVString@juce@@XZ) [C:\Users\will
i\OneDrive\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
.....\Compiled\VST\New Hise x64.dll : fatal error LNK1120: 9 unresolved externals [C:\Users\willi\OneDrive\New Hise
Binaries\Builds\VisualStudio2017\New Hise_VST.vcxproj]
Press any key to continue . . .![alt text](image url)
-
@D-Williams23 said in Compile Error:
Unlocker::loadKeyFile(void)
It looks like you accidentally activated HISE built in copy protection / licensing system.
-
@dustbro Have no idea how that happened. How can I fix it?
-
Remove the RSA.xml from your project directory
-
Yes that was it. Would have never known. Thank you kind sir!