Search found 14 matches

by catalin00
Tue Dec 24, 2019 11:48 am
Forum: Basic
Topic: Switching Versions (x32, x64)
Replies: 3
Views: 7597

Re: Switching Versions (x32, x64)

We are not using the built-in registration dialog, as we designed a custom one and implemented it in our product.
by catalin00
Tue Dec 24, 2019 11:00 am
Forum: Basic
Topic: Switching Versions (x32, x64)
Replies: 3
Views: 7597

Switching Versions (x32, x64)

Hi! we've been using Enigma on a 32-bit product, and now we would like to start building a 64-bit version as well. Of course, we would buy the 64-bit version of Enigma for this. Our concern is related to license keys. Will we be able to use the same keygen for both versions? And will our 32-bit user...
by catalin00
Wed Jan 31, 2018 2:21 pm
Forum: Basic
Topic: Qt integration help
Replies: 8
Views: 13588

Re: Qt integration help

Btw, why not to use the C#? This is rather simpler than C++ for your needs. Yeah, it's true, but I have to start using c++ and familiarize with it, as c# is not a really good choice for Enigma protected programs. Fortunately, I've found the problem. It seems I had to right-click the project, and cl...
by catalin00
Wed Jan 31, 2018 10:38 am
Forum: Basic
Topic: Qt integration help
Replies: 8
Views: 13588

Re: Qt integration help

Thank you for the reply. I use Qt Creator and MinGW 5.3.0 32bit. I am not experienced with Qt and C++. I am kind of a noob. :| I would appreciate some specific instructions, as I am not familiarized with the terminology. Here is my project: https://we.tl/nhmwtRSUHk I can't upload it here as it is bi...
by catalin00
Tue Jan 30, 2018 7:44 pm
Forum: Basic
Topic: Qt integration help
Replies: 8
Views: 13588

Re: Qt integration help

So, does anyone know how to fix my issue? I am pretty sure I am doing something wrong, as I don't think such errors should show up. However, I would really appreciate if anyone could point my mistake. Thanks in advance!
by catalin00
Mon Jan 29, 2018 8:29 pm
Forum: Basic
Topic: Qt integration help
Replies: 8
Views: 13588

Qt integration help

Hello, I am trying to use Enigma in a C++ Qt project. I am not very experienced in c++, and I get some weird errors which I don't know exactly how to deal with. I hoped you could help me figure it out. I am sure I am missing something, but I just can't find any info on the internet. Here is what I d...
by catalin00
Wed Dec 20, 2017 2:03 pm
Forum: Basic
Topic: Linux and Mac support
Replies: 4
Views: 13604

Re: Linux and Mac support

Yes, I understand. However, I still hope you will make it some day. :D
by catalin00
Wed Dec 20, 2017 11:11 am
Forum: Basic
Topic: Linux and Mac support
Replies: 4
Views: 13604

Re: Linux and Mac support

It would be really nice to have support for Linux at least. And you would be pretty much the only one with a working solution for Linux licensing and protection, so you might end up with a few new customers, considering that software for Linux is being constantly developed.
by catalin00
Wed Nov 15, 2017 1:15 pm
Forum: Basic
Topic: Best Practices when using custom dialogs
Replies: 10
Views: 16226

Re: Best Practices when using custom dialogs

Thank you very much for your reply. Now I understand better how I should implement the protection. I will look for a good obfuscator. Do you have any recommendation? Eazfuscator's virtualization looks very interesting, but unfortunately, it is a bit too expensive for me.
by catalin00
Mon Nov 13, 2017 10:11 am
Forum: Basic
Topic: Best Practices when using custom dialogs
Replies: 10
Views: 16226

Re: Best Practices when using custom dialogs

Ok, thank you for the reply. However, that quote was from Enigma, and he said that the standard registration form is weaker than a custom one. Isn't that true? Now I really don't know if I should make a custom form or use the standard one. I could customise the design of the standard form if this is...