Kingsto88
21st July 2007, 15:31
Hi

Can someone tell me how to call a C DLL from Baan program?

I have external C and Java libraries which must be called from Baan's program script. How do i link them?

Thanks and regards

george7a
23rd July 2007, 10:50
Hi,

Do you mean you want to use a function that is in the C/Java DLL in you Baan script?

- George

frigyesg
23rd July 2007, 14:55
Hi,

write a small C/java program in which you call your dll´s. This program can be startet from baan script with run.prog() or start.application.local(), depending on where your C/java programs and dll´s are stored. For the communication between the baan and C/java prog., you can use command arguments and/or ascii files.