Hi Thanks. You were quite right. The 32bit from the site did work. Thanks so much for your time
--- In [email protected], Rob Kennedy <rkenn...@...> wrote: > > dinol.softedge wrote: > > I downloaded the 64 bit and 32 bit (I have Vista x64) and copied both > > x64 dll files to the exe folder of my program but I still receive the > > same error. Do I need to tell the component where to find the dlls? > > You downloaded the 32-bit and 64-bit DLLs, but then only put the 64-bit > ones in place? Your program is a 32-bit program. That's all Delphi ever > produces. The Windows version doesn't matter. Use the 32-bit DLLs only. > > Also, where does the error come from? Does it come from the Windows > program loader before your program runs, or does it come from an Indy > exception? I guess the latter. Trace back through the call stack in the > debugger to find out exactly what path and file name Indy was trying to > load before it raised the exception. > > -- > Rob >

