Subj : 32Bit DLL Call To : borland.public.cpp.borlandcpp From : Michael Shohoney Date : Tue Jan 11 2005 01:48 pm I don't have 5.5 (I still use an oldie) but have someone I am trying to help call a 32-bit DLL from 5.5. Can someone supply a snipet that would accomplish this? The DLL takes four pointers to four separate data structures as arguments (i.e. DLL(&struct1, &struct2, &struct3, struct4); ). Thanks. .