Hi, I have created a new DLL and subsequently I am calling the DLL from my customised session. The DLL is compiled without any error. But, When I compile the program script it throws the error ““Unresolved reference to the function””. I have also added the library in session. I have check the Input and Return fields. All are correct. Is there any other thing that I am missing. Can, any one help me. Regards Babu Nagarajan.
Hi,
Yes I have defined as extern.
e.g; function extern calculate.ind.tax.amounts( …
Is your function within the dll defined as extern?
function extern domain tcmcs…
Cheers,
From: baan-erp-l@Groups.ITtoolbox.com
To: felipe_saavedra@hotmail.com
Date: Sat, 27 Mar 2010 05:47:34 -0400
Subject: [baan-erp-l] Unresolved Reference To the Function - Error
Posted by baabu_nagarajan (Manager - IT)
on Mar 27 at 10:51 AM
Hi,
I have created a new DLL and subsequently I am calling the DLL from my customised session. The DLL is compiled without any error. But, When I compile the program script it throws the error “Unresolved reference to the function”. I have also added the library in session. I have check the Input and Return fields. All are correct. Is there any other thing that I am missing. Can, any one help me.
Regards
Babu Nagarajan.