Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I could hide the code that is placed in a class.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00122680
Message ID:
00123006
Views:
36
Hi John,

>Would'nt this cause problems with debugging???? What if a developer needs to trace the code??
It can cause problems but the idea is to stop a developer from seeing code from a class. When tracing the code the 'Source not available' shows up in the trace window. The developer can still go an add code before or after calling DODEFAULT() and compile the class library and it would work without any problems.

Personally, I have never found a need to use it though. < g >

>>>How I could hide the code that is placed in a class, so that other users could not modify it.
>>>
>>>
>>>Mauricio Mesa.
>>
>>browse the class file. one of the fields has the code in it. you can delete this (but make sure you have a copy first!) another field has the compiled code. this will run and can't be re-engineered without refox (or similar tool)
Previous
Reply
Map
View

Click here to load this message in the networking platform