Q2 What are the 'down sides' of using 'C' routines?
Q3 What types of routines can be written in 'C'?
Q4 What type of routine should I be using?
Q5 What is the best type of routine to handle asynchronous processing?
Q6 What is the Extended Call Interface?
Q7 What is the difference between using the Extended Call Interface and calling an in-house DLL?
Q8 Which tools should I use to compile 'C' code?
Q9 Are there any sample Projects?
Q10 The examples do not compile, what do I need to do?
Q11 What calling convention should I be using for dlls?
Q12 What calling convention should I be using for local applications?
Q13 How can I avoid problems when using Strings in a DLL?
Q14 How can I avoid Memory Leaks in a DLL?
Q15 How do I test a local application?
Q16 How do I send debugging and other information to ESL's errorlog?