how to generate a license by wx?

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
mhb1024
In need of some credit
In need of some credit
Posts: 2
Joined: Thu Aug 18, 2016 4:37 pm

how to generate a license by wx?

Post by mhb1024 »

How to generate a license by some informations from computer, such as cpu number or MAC address , how to get this information through wx?
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: how to generate a license by wx?

Post by catalin »

There is no builtin functionality for this.
Under MSW you can use wxRegKey to access potentially useful information in the Registry. Otherwise you'll need to use platform specific code.
Post Reply