Deviorian
5th December 2006, 13:46
I wrote a common functions library and I want to hide it`s source from others.
How can I compile it like the standart ones are?
Can I further edit it and recompile?
Please help, didn`t find it on the search.
george7a
5th December 2006, 14:12
Hi,
The complie is the same. when you dump it using export session (ttiex1280m000) you can use the "witout sourse" option.
If you don't want to export it. just delete the script (after yo back it up) and save but don't compile. Then the object will be there but the source won't. You can also remove the source file from under the application directory.
I hope it helps,
- George
mr_suleyman
5th December 2006, 14:13
I think that you can only compile your DLL and after that delete source of it.
That's all.
NPRao
5th December 2006, 22:53
I wrote a common functions library and I want to hide it`s source from others.
How can I compile it like the standart ones are?
Can I further edit it and recompile?
1. Who are the "others" you trying to hide the source from?
2. If you like to do the BaaN style of delivering only objects, then you can export only the objects as George suggested. If you are using PMC Delivery Tools, then you use only "script/library object" in the component type to build your PMC solutions.
3. If you have your own development VRC, you can edit and compile anytime you want. You can remove the VRC/Package/Module authorizations for other users if you don't want them to change/view your source code.
You have to be clear on what you are trying to do.
Deviorian
8th December 2006, 13:37
Thank you all for help, it worked! Sorry, that I couldn`t make myself clear.