Arpit T: What is a good method for protecting class files in library? this article does not work for me for class with pointers, so i am looking for any other method or link for learning to protect class in libraries using import export method
You are not allowed to add extra protections to Market products, nor does your current level of coding skill give your project the necessary quality to be placed as a Market product.
Fernando Carreiro #:
You are not allowed to add extra protections to Market products, nor does your current level of coding skill give your project the necessary quality to be placed as a Market product.
I have not asked to publish a market product or add any extra protection, my question is about protecting class in library using import export
As far as I am aware, it's not possible to export classes from a library, as far as it is about an ex5 library.
But also a DLL will not be able to export a class.
Classes are compiler constructs, which are only very rudimentary represented in binary, like a v-table for functions.
Edit:
You need the specific header class definition to be able to use a class from a library.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
What is a good method for protecting class files in library?
this article does not work for me for class with pointers, so i am looking for any other method or link for learning to protect class in libraries using import export method