Subj : far-pointer to a TTable-Object in a DataModule To : borland.public.cpp.borlandcpp From : "Palmetzhofer Dietmar" Date : Tue Aug 26 2003 05:11 pm I am trying to make a call to a function that is sited in a dll outside my appilcation (the dll is linked statically). That function takes a *TADOTable as argument. Now, when attempting to access the tabel IŽll get an Access Violation. I think it is because the pointer is a near-pointer and I should use a far pointer (or a far-function-call). Can anyone help me to solve this? Thanks, Didi .