sandyjack
19th July 2005, 23:49
Hello All,
In Baan 5, are the functions and DLLs (in Baan 4) still used?
or these are also written in the DALs?

lbencic
20th July 2005, 00:10
There are tons of regular dll's still, as well as functions. Many functions have been moved to dll's but not all.

In fact, they have made another entire layer of regular DLL's. Many calls to a dll in another package must first talk through each packages Integration DLL's. For example, to call a Warehouse library (wh package) from the Sales Order (td package) script, they have introducted this layer:

td code calls the function from an Integration Library of TD to WHINH (tdintdllwhinh)

the Integration Library of TD to WHINH calls the integration Library for WH to TD SLS (whintdlltdsls)

The Integration Library of WH to TDSLS calls the WH library function needed, and passes the results back along the integration chain.

In this way they can make the packages more separate, connected only at the integration library points. That's a plus, but it sure makes debugging nutty :P

sandyjack
20th July 2005, 00:23
thanks for the information Lisa.
one more question. so can we still create functions and DLLs in baan 5?
say for example: currency conversions.
we use function for currency conversions in baan 4. how is it handled in baan 5?

Rita Kotecha
20th July 2005, 07:53
Yes we can use DLL and functions in Bann 5.

aamir_faried
22nd October 2010, 11:20
Hello,
I just came across this thread and it caught my attention as it has some thing that is related to dll structures and dll design concept. This dlls structure looks very interesting to me as it is an attempt to reduce the dependencies among the packages and modules and make them more organized and formal. I can understand how much it can be helpful in maintenance point of view

Actually, I'm very curious and interested to know about the BAAN (LN) design. It my field of interest. Although I have been working with Baan for some time, but still I have lot of Baan design and architecture related question that unanswerable, neither i can find any helping document in this regards. I have a lot of questions like how different packages are organized, how the dlls are structured and which design pattern are implemented in baan design?

Is there any guy who can help me in this or can some body tell me if there is any detailed documentation available regarding this.

Thanks a lot in advance.

/Aamir

aamir_faried
22nd October 2010, 11:21
Looking forward for your reply.

aamir_faried
2nd November 2010, 16:23
is there any body who can contribute to this thread.......

Juergen
2nd November 2010, 17:08
Hi,

for a first starting point please check the Infor Design principles.

Normally you can find the help file (designprinciples.chm) in the Infor windows client subfolder "help".

Regards,
Juergen

aamir_faried
11th November 2010, 11:46
i could not find this designprinciples.chm. could you please send it to me on my email address.. aamirfaried@gmail.com

Thanks alot