Code:
int FoxitQPLLinuxCPP1611::UnlockKey(const std::wstring& LicenseKey)
{
if (loadError) return 0;
return FoxitQPLUnlockKey(instanceID, WideStringParm(LicenseKey));
}
Dann sollte Deine Deklaration allerdings korrekt sein,
wie ist die function
WideStringParm deklariert?
Wo ich mir nicht sicher bin ist die calling convention, ich denke es müsste cdecl sein......