cuiwenyuan
11th November 2009, 04:44
Can anybody help me to explain this?
Thanks in advance.
Juergen
11th November 2009, 09:49
Please do a search first for already answered questions.
Have a look to this thread http://www.baanboard.com/baanboard/showthread.php?t=48060&highlight=DLL+Function+difference
Regards,
Juergen
Hitesh Shah
11th November 2009, 11:58
Both are same except that dll is compiled into a separate object on disk and loaded into memory only at runtime (ie only if needed). So there is something called dll compile (not available for functions / includes ) .