macoxy
23rd July 2003, 14:13
Hy,

Can someone tell me how to look inside baan DLL file, to see wich functions are inside.

And i would also like to know how to write my own DLL

Thank's


Maco

MariaC
23rd July 2003, 15:10
If you have source code you should be able to see all baan's dll except for the tools dll's. You can see these in Maintain Libraries under Program scripts/ Libraries.

lbencic
23rd July 2003, 17:27
You can use the bic_info6.1 command (6.2 on Baan V) to view the external function declarations and any dll notes they chose to put in if you don't have the source code. Here's a
link to a thread (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=9035&highlight=bicinfo) about how to format the command, or try bic_info6.1 -? from unix.

As to how to write your own, if you have the ERP Programmers Reference Guide, check the section on 'DLL', it provides detail. Also, looking at the bic_info6.1 results on other libraries will show you how to declare the functions, the rest is regular Baan 3GL programming.