Registration window trigger

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
zooid
Posts: 5
Joined: Fri Jun 09, 2023 11:14 am

Registration window trigger

Post by zooid »

How to make Registration window that asks for registration not appear upon loading a dll in memory but when a function/method/class is used that is coming from that protected DLL?
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Registration window trigger

Post by Enigma »

Hi, on the Registration Features - Registration Dialog panel disbale the option that says "Show if unregistered", so protection won't show the dialog at all. Instead, inside of dll, in necessary method, call Enigma API function EP_RegShowDialog (also, you can manage saving/loading/validation of license key using Enigma API functions like EP_RegLoadAndCheckKey and EP_RegCheckAndSaveKey).
Post Reply