I need to find out a way to deploy my last appplication's code to my client (it purchased also code modules) hiding some critical modules (the modules where the bussiness rules are implemented) that I don't want them to be visible.
The client must be able to use the code (make some modification, debug and compile the software) but I don't want that it can view the code of some modules.
A possible solution I think it could be to export class modules into ActiveX DLL but I would prefer not to use COM, so I thought about some kind of code obfuscation.
Does anybody know if it is possible and in which way ?
Is there any suggestion about other possibilities ?
The client must be able to use the code (make some modification, debug and compile the software) but I don't want that it can view the code of some modules.
A possible solution I think it could be to export class modules into ActiveX DLL but I would prefer not to use COM, so I thought about some kind of code obfuscation.
Does anybody know if it is possible and in which way ?
Is there any suggestion about other possibilities ?