hs.emg
29th July 2013, 16:28
Hallo,
I'm new in BAAN customizing/development and need a little help.
How can I get an overview of BAAN-Libarys / functions of standard-DLL's?
bdittmar
29th July 2013, 16:55
Hallo,
I'm new in BAAN customizing/development and need a little help.
How can I get an overview of BAAN-Libarys / functions of standard-DLL's?
Hello,
use bic_info6.2
Usage: bic_info6.2 [-aideushwcVm] [-f[flags]] object
-a : Show all object information
-i : Show assembler
-d : Show used DLL's
-e : Show exported DLL function prototypes
-u : Show usage of DLL (description)
-s : Show symboltable
-h : Show object header
-w : Show object idents (what)
-c : Check checksum
-f : Show all flags
-f<flg> : Test flags 1=NOTRANSACTIONS 2=DEBUG
4=PROFILE 8=DLL
-qo <out>: Redirect output to file out
-qe <err>: Redirect error output to file err
-set <env=val>:
set environment variable
-V : Show version
-m : run without shared memory
-S : dump id's for object
-S all : dump all Security information
Regards
vinceco252
29th July 2013, 17:13
I don't have access to an LN environment at the moment, but there is also a session called ""Generate Library Documentation" in, I believe, the program scripts folder that gives some good information on DLL function usage.
Vince
bdittmar
29th July 2013, 17:29
I don't have access to an LN environment at the moment, but there is also a session called ""Generate Library Documentation" in, I believe, the program scripts folder that gives some good information on DLL function usage.
Vince
Hello Vince,
you're right,
it's session ttstpbaandoc
Generates library docs per paket as html.
Regards
hs.emg
30th July 2013, 08:06
Thanks alot!
vahdani
30th July 2013, 15:23
You can also use the program "Print Objects by Program Scripts/Libraries (ttadv2439m000" and select the option "Show Exported DLL Function Prototypes".
This session can be started from "Program Scripts /Libraries" if you press the print button.
BaanInOhio
31st July 2013, 04:16
Hello Vince,
you're right,
it's session ttstpbaandoc
Generates library docs per paket as html.
Regards
Also ttstpobjinfo - gives more info on extern variables than you get with ttstpbaandoc. 'baandoc' is fine when getting function arguments.