shailu90210
12th June 2007, 13:07
Hello Everyone,

I am wondering whether it is possible to get a source code of a program script based on the object of this program script. Apparantely I have an object of this program script but do not have its source code. If the above is possible then how?

I know that this is possible for Java objects and using some decompiler tools we can retrieve source code from an object class.

Thanks in advance,
Shailesh

mr_suleyman
12th June 2007, 13:31
I think that it is not possible in baan but you can use objects directly in your baan program code. There is a special software for that. Program name is rush. You can get more information about rush program usage on board. Use search tool.


G.Luck !

en@frrom
12th June 2007, 13:31
You can not retrieve the source code from an object. Using bic_info however, you can retrieve information about function names, usage, input/output values, modifications, etc. For more info, search the BaanBoard on 'bic_info'.

Regards,
Eli Nager

george7a
14th June 2007, 10:33
Hi,

You might also want to check this link:
http://www.baanboard.com/baanboard/showthread.php?t=1208&highlight=decompile

- George