jack786
19th July 2004, 05:14
As part of Baan installation Baan is giving various DLL's and include files objects. To re use those Dlls in we need all the function definitions exposed by those DLL's or include files.Is there any way to know the functions exposed by DLL or include files if we have a DLL Object??

Thanks in advance
Jack

Hitesh Shah
19th July 2004, 06:48
u can use the command bic_info6.1 (or exe ) on the object like

bic_info6.1 ottdllbw (for dll odllbw in tools)

juvenile
19th July 2004, 07:23
How to use that bic_info 6.1??
in the command prompt??

Hitesh Shah
19th July 2004, 14:40
bic_info6.1 is a porting set binary in $BSE/bin. U can run the same at command prompt with dll name as it's argument like

bic_info6.1 ottdllbw (for dll odllbw in tools)

NPRao
19th July 2004, 18:36
You can also use the session - ttstpobjinfo (not sure if its available in your BaaN Version)

novicebaan
20th July 2004, 08:15
i am running the same at command prompt with dll name as it's argument like

bic_info6.1 ottdllbw

it giving fatal error " shared memory not available"

Hitesh Shah
20th July 2004, 14:40
R u running this command in a running environment. If not ,the baan environment should up and running.

fosterjr
20th July 2004, 15:55
Make sure that your environment variables are set correctly. One easy way is to log into Baan click file/run and in the program field put sh or ksh. Make sure you click the box for Run external program.

I once had a unix script that searched for all dll's and piped the filenames to bic_info. I then took the output and created a series of html documents for our developers to use.